summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Alberto Suarez Lopez <bass@gentoo.org>2004-02-29 15:11:47 +0000
committerJose Alberto Suarez Lopez <bass@gentoo.org>2004-02-29 15:11:47 +0000
commitb0646139f81dbbd6b4a76404fb29a76ee1123f4a (patch)
tree0e0b1b9056296d317f344351ea214e5bd5df93ca /net-misc
parentmirror:// updates, ChangeLog fixes and other fixes. (Manifest recommit) (diff)
downloadgentoo-2-b0646139f81dbbd6b4a76404fb29a76ee1123f4a.tar.gz
gentoo-2-b0646139f81dbbd6b4a76404fb29a76ee1123f4a.tar.bz2
gentoo-2-b0646139f81dbbd6b4a76404fb29a76ee1123f4a.zip
New Version
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/coccinella/ChangeLog6
-rw-r--r--net-misc/coccinella/Manifest10
-rw-r--r--net-misc/coccinella/coccinella-0.94.7.ebuild31
-rw-r--r--net-misc/coccinella/files/digest-coccinella-0.94.71
4 files changed, 43 insertions, 5 deletions
diff --git a/net-misc/coccinella/ChangeLog b/net-misc/coccinella/ChangeLog
index 7142ad7f39d4..32b39bb7f0fd 100644
--- a/net-misc/coccinella/ChangeLog
+++ b/net-misc/coccinella/ChangeLog
@@ -1,7 +1,11 @@
# 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.9 2003/03/03 21:06:27 bass Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/coccinella/ChangeLog,v 1.10 2004/02/29 15:11:43 bass Exp $
+
+*coccinella-0.94.7 (29 Feb 2004)
+ 29 Feb 2004; J. Alberto Suarez L. <bass@gentoo.org> coccinella-0.94.7.ebuild:
+ Version bumped
*coccinella-0.94.3 (03 Mar 2003)
03 Mar 2003; J. Alberto Suarez L. <bass@gentoo.org> coccinella-0.94.3.ebuild:
diff --git a/net-misc/coccinella/Manifest b/net-misc/coccinella/Manifest
index 3abad22c1d04..f65f5968cf1d 100644
--- a/net-misc/coccinella/Manifest
+++ b/net-misc/coccinella/Manifest
@@ -1,8 +1,10 @@
-MD5 9445e89aa6077e8e7bcdb3e99f3217df ChangeLog 844
-MD5 a6372850503eaafd6824e7581e565f0c coccinella-0.94.2.ebuild 918
MD5 1dd19fd3000cf5914d02d00ed9d4f66c coccinella-0.94.3.ebuild 918
+MD5 f180da4a4866a2952852c04e180fd174 coccinella-0.94.7.ebuild 1001
+MD5 a6372850503eaafd6824e7581e565f0c coccinella-0.94.2.ebuild 918
+MD5 9445e89aa6077e8e7bcdb3e99f3217df ChangeLog 844
MD5 1915c5f98c8bd002054ed29c1957ff71 coccinella-0.94.ebuild 797
-MD5 dbe55201273a216b7285ef20de102a96 files/97coccinella 46
-MD5 381b506a14f4c5bc63ed27526399bff3 files/digest-coccinella-0.94 68
MD5 dd71087457abee2623b72bcb26b67020 files/digest-coccinella-0.94.2 70
MD5 7901d625d2a3ae5ed6d3c42195de4fc4 files/digest-coccinella-0.94.3 70
+MD5 eef4be50a2378c6097ff83d1b613a107 files/digest-coccinella-0.94.7 79
+MD5 dbe55201273a216b7285ef20de102a96 files/97coccinella 46
+MD5 381b506a14f4c5bc63ed27526399bff3 files/digest-coccinella-0.94 68
diff --git a/net-misc/coccinella/coccinella-0.94.7.ebuild b/net-misc/coccinella/coccinella-0.94.7.ebuild
new file mode 100644
index 000000000000..06e7fbf5afe8
--- /dev/null
+++ b/net-misc/coccinella/coccinella-0.94.7.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2004 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.7.ebuild,v 1.1 2004/02/29 15:11:44 bass Exp $
+
+NAME=Coccinella
+S="${WORKDIR}/${NAME}-${PV}"
+DESCRIPTION="Virtual net-whiteboard."
+SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Linux-x86.tar.gz"
+#http://unc.dl.sourceforge.net/sourceforge/coccinella/Coccinella-0.94.7Linux-x86.tar.gz
+HOMEPAGE="http://hem.fyristorg.com/matben"
+LICENSE="GPL-2"
+DEPEND="dev-lang/tk"
+KEYWORDS="~x86"
+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.7 b/net-misc/coccinella/files/digest-coccinella-0.94.7
new file mode 100644
index 000000000000..145e5847ef08
--- /dev/null
+++ b/net-misc/coccinella/files/digest-coccinella-0.94.7
@@ -0,0 +1 @@
+MD5 aa3d488564f5e6e0176d50ccdc5e9775 Coccinella-0.94.7Linux-x86.tar.gz 3185551