summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-04-21 20:00:15 +0000
committerTorsten Veller <tove@gentoo.org>2012-04-21 20:00:15 +0000
commit2409fd1dc241b00f8347d8e5d9869e0e1e97c27d (patch)
tree4854088ae245ac909515b1e2e57dacc3ffee087d /dev-perl/Module-Runtime
parentmarked x86 per bug 412949 (diff)
downloadhistorical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.tar.gz
historical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.tar.bz2
historical-2409fd1dc241b00f8347d8e5d9869e0e1e97c27d.zip
Cleanup
Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Module-Runtime')
-rw-r--r--dev-perl/Module-Runtime/ChangeLog6
-rw-r--r--dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild29
-rw-r--r--dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild27
3 files changed, 5 insertions, 57 deletions
diff --git a/dev-perl/Module-Runtime/ChangeLog b/dev-perl/Module-Runtime/ChangeLog
index c1d855cb06fd..9160a884830f 100644
--- a/dev-perl/Module-Runtime/ChangeLog
+++ b/dev-perl/Module-Runtime/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/Module-Runtime
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.16 2012/04/07 11:51:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/ChangeLog,v 1.17 2012/04/21 19:05:22 tove Exp $
+
+ 21 Apr 2012; Torsten Veller <tove@gentoo.org> -Module-Runtime-0.11.0.ebuild,
+ -Module-Runtime-0.12.0.ebuild:
+ Cleanup
07 Apr 2012; Markus Meier <maekke@gentoo.org> Module-Runtime-0.13.0.ebuild:
x86 stable, bug #395297
diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild
deleted file mode 100644
index b15196d0627c..000000000000
--- a/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild,v 1.6 2012/04/01 15:52:11 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION="Runtime module handling"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND="
- dev-perl/Params-Classify
- virtual/perl-parent
-"
-DEPEND="
- ${RDEPEND}
- virtual/perl-Module-Build
- test? (
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do"
diff --git a/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild b/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild
deleted file mode 100644
index 8dd81900f856..000000000000
--- a/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild,v 1.3 2012/04/01 15:52:11 armin76 Exp $
-
-EAPI=4
-
-MODULE_AUTHOR=ZEFRAM
-MODULE_VERSION=0.012
-inherit perl-module
-
-DESCRIPTION="Runtime module handling"
-
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-Module-Build
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
- )
-"
-
-SRC_TEST="do"