diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-12-10 23:13:44 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2002-12-10 23:13:44 +0000 |
commit | b9579e548f59ac020ad973055e0769e7288030d9 (patch) | |
tree | 023884ce97fa73ea20d0e63b21183b253669d405 /net-misc/coccinella | |
parent | added mask (diff) | |
download | gentoo-2-b9579e548f59ac020ad973055e0769e7288030d9.tar.gz gentoo-2-b9579e548f59ac020ad973055e0769e7288030d9.tar.bz2 gentoo-2-b9579e548f59ac020ad973055e0769e7288030d9.zip |
new version
Diffstat (limited to 'net-misc/coccinella')
-rw-r--r-- | net-misc/coccinella/ChangeLog | 8 | ||||
-rw-r--r-- | net-misc/coccinella/coccinella-0.94.2.ebuild | 30 | ||||
-rw-r--r-- | net-misc/coccinella/files/digest-coccinella-0.94.2 | 1 |
3 files changed, 37 insertions, 2 deletions
diff --git a/net-misc/coccinella/ChangeLog b/net-misc/coccinella/ChangeLog index 841f4e8b7310..ce1bd8fcc4f2 100644 --- a/net-misc/coccinella/ChangeLog +++ b/net-misc/coccinella/ChangeLog @@ -1,10 +1,14 @@ # ChangeLog for app-office/scribus # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 # Author: José Alberto Suárez López <bass@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/ChangeLog,v 1.4 2002/12/09 04:33:15 manson Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/ChangeLog,v 1.5 2002/12/10 23:13:44 bass Exp $ \* Autoupdate keywords (12-6-02) 06 Dec 2002; Rodney Rees <manson@gentoo.org> changed sparc ~sparc keywords - + +*coccinella-0.94.2 (11 Dec 2002) + + 11 Dec 2002; J. Alberto Suarez L. <bass@gentoo.org> coccinella-0.94.2.ebuild: + New version. *coccinella-0.94 (11 Jun 2002) diff --git a/net-misc/coccinella/coccinella-0.94.2.ebuild b/net-misc/coccinella/coccinella-0.94.2.ebuild new file mode 100644 index 000000000000..599f04ffb3d5 --- /dev/null +++ b/net-misc/coccinella/coccinella-0.94.2.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/coccinella-0.94.2.ebuild,v 1.1 2002/12/10 23:13:44 bass Exp $ + +NAME=Whiteboard +S="${WORKDIR}/${NAME}-${PV}" +DESCRIPTION="Virtual net-whiteboard." +SRC_URI="http://hem.fyristorg.com/matben/download/${NAME}-${PV}.tar.gz" +HOMEPAGE="http://hem.fyristorg.com/matben" +LICENSE="GPL-2" +DEPEND="dev-lang/tk" +KEYWORDS="x86 sparc" +SLOT="0" + +src_compile() { + einfo "Nothing to compile for ${P}." +} + +src_install () { + dodir /opt/coccinella + cp -r ${WORKDIR}/${NAME}-${PV}/* ${D}/opt/coccinella/ + dosym /opt/coccinella/Whiteboard.tcl /opt/coccinella/coccinella + insinto /etc/env.d + doins ${FILESDIR}/97coccinella + dodoc CHANGES README README-jabber README-smileys TechNotes +} + +pkg_postinst() { + einfo "To run coccinella run /opt/coccinella/Whiteboard.tcl" +} diff --git a/net-misc/coccinella/files/digest-coccinella-0.94.2 b/net-misc/coccinella/files/digest-coccinella-0.94.2 new file mode 100644 index 000000000000..49261091fc46 --- /dev/null +++ b/net-misc/coccinella/files/digest-coccinella-0.94.2 @@ -0,0 +1 @@ +MD5 e01cd5a3aa0dbe36b955fb43a48fc9b7 Whiteboard-0.94.2.tar.gz 1215608 |