From 5f16384372d7f060276cfeb3dbdf93214df3f05f Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Tue, 26 Aug 2014 17:06:20 +0000 Subject: bumped EAPI to 5 to help with dev-lang/perl upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED) --- dev-perl/List-AllUtils/ChangeLog | 10 ++++++++-- .../List-AllUtils/List-AllUtils-0.30.0-r1.ebuild | 23 ++++++++++++++++++++++ dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild | 23 ---------------------- 3 files changed, 31 insertions(+), 25 deletions(-) create mode 100644 dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild delete mode 100644 dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild (limited to 'dev-perl/List-AllUtils') diff --git a/dev-perl/List-AllUtils/ChangeLog b/dev-perl/List-AllUtils/ChangeLog index 9fafcd1b1cba..1b467e0080f5 100644 --- a/dev-perl/List-AllUtils/ChangeLog +++ b/dev-perl/List-AllUtils/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/List-AllUtils -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.2 2012/06/24 12:58:26 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/ChangeLog,v 1.3 2014/08/26 17:06:20 axs Exp $ + +*List-AllUtils-0.30.0-r1 (26 Aug 2014) + + 26 Aug 2014; Ian Stakenvicius (_AxS_) + +List-AllUtils-0.30.0-r1.ebuild, -List-AllUtils-0.30.0.ebuild: + bumped EAPI to 5 to help with dev-lang/perl upgrade 24 Jun 2012; Torsten Veller metadata.xml: Update CPAN upstream info diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild new file mode 100644 index 000000000000..3c4db0ffd45b --- /dev/null +++ b/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/List-AllUtils/List-AllUtils-0.30.0-r1.ebuild,v 1.1 2014/08/26 17:06:20 axs Exp $ + +EAPI=5 + +MODULE_AUTHOR=DROLSKY +MODULE_VERSION=0.03 +inherit perl-module + +DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + >=dev-perl/List-MoreUtils-0.280.0 + >=virtual/perl-Scalar-List-Utils-1.190.0 +" +DEPEND="${RDEPEND}" + +SRC_TEST="do" diff --git a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild b/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild deleted file mode 100644 index 99390beeeec4..000000000000 --- a/dev-perl/List-AllUtils/List-AllUtils-0.30.0.ebuild +++ /dev/null @@ -1,23 +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/List-AllUtils/List-AllUtils-0.30.0.ebuild,v 1.1 2012/05/03 17:50:47 tove Exp $ - -EAPI=4 - -MODULE_AUTHOR=DROLSKY -MODULE_VERSION=0.03 -inherit perl-module - -DESCRIPTION='Combines List::Util and List::MoreUtils in one bite-sized package' - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=dev-perl/List-MoreUtils-0.280.0 - >=virtual/perl-Scalar-List-Utils-1.190.0 -" -DEPEND="${RDEPEND}" - -SRC_TEST="do" -- cgit v1.2.3-65-gdbad