diff options
author | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-03 21:06:28 +0000 |
---|---|---|
committer | Jose Alberto Suarez Lopez <bass@gentoo.org> | 2003-03-03 21:06:28 +0000 |
commit | 1761124377477d1c6b5e36b70bb46e2ef64da54b (patch) | |
tree | 0509be815ff8c4be42023860bee30c951bddfca1 /net-misc | |
parent | mark 2.0.5 x86 and added new version (diff) | |
download | gentoo-2-1761124377477d1c6b5e36b70bb46e2ef64da54b.tar.gz gentoo-2-1761124377477d1c6b5e36b70bb46e2ef64da54b.tar.bz2 gentoo-2-1761124377477d1c6b5e36b70bb46e2ef64da54b.zip |
new dev version
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/coccinella/ChangeLog | 9 | ||||
-rw-r--r-- | net-misc/coccinella/coccinella-0.94.3.ebuild | 30 | ||||
-rw-r--r-- | net-misc/coccinella/files/digest-coccinella-0.94.3 | 1 |
3 files changed, 38 insertions, 2 deletions
diff --git a/net-misc/coccinella/ChangeLog b/net-misc/coccinella/ChangeLog index 8c15fd439319..7142ad7f39d4 100644 --- a/net-misc/coccinella/ChangeLog +++ b/net-misc/coccinella/ChangeLog @@ -1,8 +1,13 @@ # ChangeLog for net-misc/coccinella # Copyright 2002-2003 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.8 2003/02/12 08:20:40 vapier Exp $ - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords +# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/ChangeLog,v 1.9 2003/03/03 21:06:27 bass Exp $ + +*coccinella-0.94.3 (03 Mar 2003) + 03 Mar 2003; J. Alberto Suarez L. <bass@gentoo.org> coccinella-0.94.3.ebuild: + New dev version. + + 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords *coccinella-0.94.2 (11 Dec 2002) diff --git a/net-misc/coccinella/coccinella-0.94.3.ebuild b/net-misc/coccinella/coccinella-0.94.3.ebuild new file mode 100644 index 000000000000..7018407f534c --- /dev/null +++ b/net-misc/coccinella/coccinella-0.94.3.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2003 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.3.ebuild,v 1.1 2003/03/03 21:06:28 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.3 b/net-misc/coccinella/files/digest-coccinella-0.94.3 new file mode 100644 index 000000000000..eac8941d4bd5 --- /dev/null +++ b/net-misc/coccinella/files/digest-coccinella-0.94.3 @@ -0,0 +1 @@ +MD5 c1db8e33e7553719a88218860747a948 Whiteboard-0.94.3.tar.gz 1240827 |