diff options
author | Torsten Veller <tove@gentoo.org> | 2013-01-08 18:30:07 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2013-01-08 18:30:07 +0000 |
commit | 2dd070b14cea9caded0d878526c13cc65753950d (patch) | |
tree | db51aeb668109440ea28c32e5c6c14da6c04e280 /dev-perl | |
parent | Cleanup (diff) | |
download | gentoo-2-2dd070b14cea9caded0d878526c13cc65753950d.tar.gz gentoo-2-2dd070b14cea9caded0d878526c13cc65753950d.tar.bz2 gentoo-2-2dd070b14cea9caded0d878526c13cc65753950d.zip |
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Diffstat (limited to 'dev-perl')
4 files changed, 7 insertions, 75 deletions
diff --git a/dev-perl/Contextual-Return/ChangeLog b/dev-perl/Contextual-Return/ChangeLog index 5430a1a192c6..fcc95ac9ad6a 100644 --- a/dev-perl/Contextual-Return/ChangeLog +++ b/dev-perl/Contextual-Return/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Contextual-Return -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Contextual-Return/ChangeLog,v 1.15 2012/11/18 11:11:50 robbat2 Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Contextual-Return/ChangeLog,v 1.16 2013/01/08 18:30:07 tove Exp $ + + 08 Jan 2013; Torsten Veller <tove@gentoo.org> + -Contextual-Return-0.4.3.ebuild, -Contextual-Return-0.4.4.ebuild, + -Contextual-Return-0.4.5.ebuild: + Cleanup 18 Nov 2012; Robin H. Johnson <robbat2@gentoo.org> metadata.xml: Drop duplication of myself as a maintainer where there is a herd. diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.3.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.4.3.ebuild deleted file mode 100644 index 2f1eb424b709..000000000000 --- a/dev-perl/Contextual-Return/Contextual-Return-0.4.3.ebuild +++ /dev/null @@ -1,25 +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/Contextual-Return/Contextual-Return-0.4.3.ebuild,v 1.1 2012/04/11 15:31:48 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DCONWAY -MODULE_VERSION=0.004003 -inherit perl-module - -DESCRIPTION="Create context-sensitive return values" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/Want - virtual/perl-version -" -DEPEND="${RDEPEND} - virtual/perl-Module-Build -" - -SRC_TEST=do diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.4.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.4.4.ebuild deleted file mode 100644 index 46dc44256e7e..000000000000 --- a/dev-perl/Contextual-Return/Contextual-Return-0.4.4.ebuild +++ /dev/null @@ -1,24 +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/Contextual-Return/Contextual-Return-0.4.4.ebuild,v 1.1 2012/08/06 11:47:18 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DCONWAY -MODULE_VERSION=0.004004 -inherit perl-module - -DESCRIPTION="Create context-sensitive return values" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-perl/Want - virtual/perl-version -" -DEPEND="${RDEPEND} -" - -SRC_TEST=do diff --git a/dev-perl/Contextual-Return/Contextual-Return-0.4.5.ebuild b/dev-perl/Contextual-Return/Contextual-Return-0.4.5.ebuild deleted file mode 100644 index 1edad43adc8d..000000000000 --- a/dev-perl/Contextual-Return/Contextual-Return-0.4.5.ebuild +++ /dev/null @@ -1,24 +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/Contextual-Return/Contextual-Return-0.4.5.ebuild,v 1.2 2012/09/01 11:24:53 grobian Exp $ - -EAPI=4 - -MODULE_AUTHOR=DCONWAY -MODULE_VERSION=0.004005 -inherit perl-module - -DESCRIPTION="Create context-sensitive return values" - -SLOT="0" -KEYWORDS="~amd64 ~x86 ~ppc-aix" -IUSE="" - -RDEPEND=" - dev-perl/Want - virtual/perl-version -" -DEPEND="${RDEPEND} -" - -SRC_TEST=do |