summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-01-14 18:34:52 +0000
committerTorsten Veller <tove@gentoo.org>2011-01-14 18:34:52 +0000
commitdaea6e5cce0849ccb3635f2f7fb4e613864744d8 (patch)
tree61b6c60964c5676ecb4f327ab3c1cc6b80262943 /dev-perl/Class-C3
parentCleanup (diff)
downloadgentoo-2-daea6e5cce0849ccb3635f2f7fb4e613864744d8.tar.gz
gentoo-2-daea6e5cce0849ccb3635f2f7fb4e613864744d8.tar.bz2
gentoo-2-daea6e5cce0849ccb3635f2f7fb4e613864744d8.zip
Cleanup
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Class-C3')
-rw-r--r--dev-perl/Class-C3/ChangeLog6
-rw-r--r--dev-perl/Class-C3/Class-C3-0.21.ebuild23
-rw-r--r--dev-perl/Class-C3/Class-C3-0.22.ebuild23
3 files changed, 5 insertions, 47 deletions
diff --git a/dev-perl/Class-C3/ChangeLog b/dev-perl/Class-C3/ChangeLog
index ec8f9adf22a9..7fce4a673b8d 100644
--- a/dev-perl/Class-C3/ChangeLog
+++ b/dev-perl/Class-C3/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Class-C3
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.17 2011/01/13 16:53:28 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/ChangeLog,v 1.18 2011/01/14 18:34:52 tove Exp $
+
+ 14 Jan 2011; Torsten Veller <tove@gentoo.org> -Class-C3-0.21.ebuild,
+ -Class-C3-0.22.ebuild:
+ Cleanup
13 Jan 2011; Brent Baude <ranger@gentoo.org> Class-C3-0.23.ebuild:
Marking Class-C3-0.23 ppc stable for bug 341865
diff --git a/dev-perl/Class-C3/Class-C3-0.21.ebuild b/dev-perl/Class-C3/Class-C3-0.21.ebuild
deleted file mode 100644
index b2ad868ed6df..000000000000
--- a/dev-perl/Class-C3/Class-C3-0.21.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.21.ebuild,v 1.7 2010/06/27 17:53:38 nixnut Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="A pragma to use the C3 method resolution order algortihm"
-
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- || ( >=dev-lang/perl-5.10
- >=dev-perl/Class-C3-XS-0.07 )"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do
diff --git a/dev-perl/Class-C3/Class-C3-0.22.ebuild b/dev-perl/Class-C3/Class-C3-0.22.ebuild
deleted file mode 100644
index 46c087eaaae8..000000000000
--- a/dev-perl/Class-C3/Class-C3-0.22.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-C3/Class-C3-0.22.ebuild,v 1.2 2010/03/13 19:20:51 armin76 Exp $
-
-EAPI=2
-
-MODULE_AUTHOR=FLORA
-inherit perl-module
-
-DESCRIPTION="A pragma to use the C3 method resolution order algortihm"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- || ( >=dev-lang/perl-5.10
- >=dev-perl/Class-C3-XS-0.07 )"
-DEPEND="${RDEPEND}
- test? ( dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage )"
-
-SRC_TEST=do