diff options
author | 2012-04-21 19:05:22 +0000 | |
---|---|---|
committer | 2012-04-21 19:05:22 +0000 | |
commit | e2a363aa477c2a436d081bce02b404528111ca46 (patch) | |
tree | 16b30b69dd4b856541575bf1c75778754b63b6d1 /dev-perl/Module-Runtime | |
parent | Cleanup (diff) | |
download | gentoo-2-e2a363aa477c2a436d081bce02b404528111ca46.tar.gz gentoo-2-e2a363aa477c2a436d081bce02b404528111ca46.tar.bz2 gentoo-2-e2a363aa477c2a436d081bce02b404528111ca46.zip |
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Module-Runtime')
-rw-r--r-- | dev-perl/Module-Runtime/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Module-Runtime/Module-Runtime-0.11.0.ebuild | 29 | ||||
-rw-r--r-- | dev-perl/Module-Runtime/Module-Runtime-0.12.0.ebuild | 27 |
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" |