commit: 5332b86b01476c2ace926138303950b3cd6b6be5 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Wed Oct 1 06:50:21 2014 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Wed Oct 1 06:50:21 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5332b86b
[bump] dev-perl/List-Pairwise to 1.30.0, cleanup deps Package-Manager: portage-2.2.10 --- dev-perl/List-Pairwise/ChangeLog | 8 ++++- dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild | 36 ---------------------- dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild | 22 +++++++++++++ 3 files changed, 29 insertions(+), 37 deletions(-) diff --git a/dev-perl/List-Pairwise/ChangeLog b/dev-perl/List-Pairwise/ChangeLog index 154265f..4ae4cd5 100644 --- a/dev-perl/List-Pairwise/ChangeLog +++ b/dev-perl/List-Pairwise/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/List-Pairwise -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*List-Pairwise-1.30.0 (01 Oct 2014) + + 01 Oct 2014; Kent Fredric <[email protected]> + -List-Pairwise-1.0.0.ebuild, +List-Pairwise-1.30.0.ebuild: + to 1.30.0, cleanup deps + *List-Pairwise-1.0.0 (09 Feb 2013) 09 Feb 2013; Kent Fredric <[email protected]> diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild deleted file mode 100644 index 84708a2..0000000 --- a/dev-perl/List-Pairwise/List-Pairwise-1.0.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI=5 -MODULE_AUTHOR=TDRUGEON -MODULE_VERSION=1.00 -inherit perl-module - -DESCRIPTION='map/grep arrays and hashes pairwise' -LICENSE=" || ( Artistic GPL-2 )" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" -perl_meta_configure() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 -} -perl_meta_build() { - # ExtUtils::MakeMaker 6.59 ( 6.590.0 ) - echo \>=virtual/perl-ExtUtils-MakeMaker-6.590.0 - # Test::More 0.42 ( 0.420.0 ) - echo \>=virtual/perl-Test-Simple-0.42 -} -perl_meta_runtime() { - # perl v5.6.0 ( 5.6.0 ) - echo \>=dev-lang/perl-5.6.0 -} -DEPEND=" - $(perl_meta_configure) - $(perl_meta_build) - $(perl_meta_runtime) -" -RDEPEND=" - $(perl_meta_runtime) -" -SRC_TEST="do" diff --git a/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild new file mode 100644 index 0000000..7629e81 --- /dev/null +++ b/dev-perl/List-Pairwise/List-Pairwise-1.30.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ +EAPI=5 +MODULE_AUTHOR=TDRUGEON +MODULE_VERSION=1.03 +inherit perl-module + +DESCRIPTION='map/grep arrays and hashes pairwise' +LICENSE=" || ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND=" + >=dev-lang/perl-5.6.0 +" +DEPEND=" + >=virtual/perl-ExtUtils-MakeMaker-6.590.0 + $RDEPEND + >=virtual/perl-Test-Simple-0.420.0 +" +SRC_TEST="do"
