summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-11-14 13:34:31 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-11-14 13:34:31 +0000
commit809074fa8da06deb81fd47ffd097898d15bb28c4 (patch)
treeb903022f694d60084b0bf703ea9e3d8ab19a5e92 /net-im/coccinella
parentDrop old masked version. (diff)
downloadgentoo-2-809074fa8da06deb81fd47ffd097898d15bb28c4.tar.gz
gentoo-2-809074fa8da06deb81fd47ffd097898d15bb28c4.tar.bz2
gentoo-2-809074fa8da06deb81fd47ffd097898d15bb28c4.zip
QA: Drop old version. Newest seems fine here so dropping the mask.
(Portage version: 2.2_rc49/cvs/Linux x86_64)
Diffstat (limited to 'net-im/coccinella')
-rw-r--r--net-im/coccinella/ChangeLog8
-rw-r--r--net-im/coccinella/coccinella-0.95.10.ebuild31
-rw-r--r--net-im/coccinella/coccinella-0.95.7.ebuild31
3 files changed, 6 insertions, 64 deletions
diff --git a/net-im/coccinella/ChangeLog b/net-im/coccinella/ChangeLog
index 0ec9d858f6cf..5c72a5978aeb 100644
--- a/net-im/coccinella/ChangeLog
+++ b/net-im/coccinella/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-im/coccinella
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.9 2008/09/28 17:07:06 bass Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/ChangeLog,v 1.10 2009/11/14 13:34:31 scarabeus Exp $
+
+ 14 Nov 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ -coccinella-0.95.7.ebuild, -coccinella-0.95.10.ebuild:
+ QA: Drop old version. Newest seems fine here so dropping the mask.
*coccinella-0.96.10 (28 Sep 2008)
diff --git a/net-im/coccinella/coccinella-0.95.10.ebuild b/net-im/coccinella/coccinella-0.95.10.ebuild
deleted file mode 100644
index 41d3cd9c5a2f..000000000000
--- a/net-im/coccinella/coccinella-0.95.10.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.10.ebuild,v 1.3 2007/05/06 11:27:05 genone Exp $
-
-NAME=Coccinella
-S="${WORKDIR}/${NAME}-${PV}Src"
-DESCRIPTION="Virtual net-whiteboard."
-SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz"
-HOMEPAGE="http://hem.fyristorg.com/matben"
-LICENSE="GPL-2"
-DEPEND="dev-lang/tk"
-KEYWORDS="~mips ~x86"
-IUSE=""
-SLOT="0"
-
-src_compile() {
- einfo "Nothing to compile for ${P}."
-}
-
-src_install () {
- dodir /opt/coccinella
- cp -R "${S}"/* ${D}/opt/coccinella/
- fperms 0755 /opt/coccinella/Coccinella.tcl
- dosym Coccinella.tcl /opt/coccinella/coccinella
- doenvd ${FILESDIR}/97coccinella
- dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
-}
-
-pkg_postinst() {
- elog "To run coccinella just type coccinella"
-}
diff --git a/net-im/coccinella/coccinella-0.95.7.ebuild b/net-im/coccinella/coccinella-0.95.7.ebuild
deleted file mode 100644
index 86acdf86dc1b..000000000000
--- a/net-im/coccinella/coccinella-0.95.7.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/coccinella/coccinella-0.95.7.ebuild,v 1.4 2007/05/06 11:27:05 genone Exp $
-
-NAME=Coccinella
-S="${WORKDIR}/${NAME}-${PV}Src"
-DESCRIPTION="Virtual net-whiteboard."
-SRC_URI="mirror://sourceforge/coccinella/${NAME}-${PV}Src.tar.gz"
-HOMEPAGE="http://hem.fyristorg.com/matben"
-LICENSE="GPL-2"
-DEPEND="dev-lang/tk"
-KEYWORDS="~mips ~x86"
-IUSE=""
-SLOT="0"
-
-src_compile() {
- einfo "Nothing to compile for ${P}."
-}
-
-src_install () {
- dodir /opt/coccinella
- cp -R "${S}"/* ${D}/opt/coccinella/
- fperms 0755 /opt/coccinella/Coccinella.tcl
- dosym Coccinella.tcl /opt/coccinella/coccinella
- doenvd ${FILESDIR}/97coccinella
- dodoc CHANGES README.txt READMEs/README-jabber READMEs/README-smileys
-}
-
-pkg_postinst() {
- elog "To run coccinella just type coccinella"
-}