diff options
author | Kent Fredric <kentfredric@gmail.com> | 2014-10-01 06:19:51 +1300 |
---|---|---|
committer | Kent Fredric <kentfredric@gmail.com> | 2014-10-01 06:19:51 +1300 |
commit | 70416e6fb16a9aedb885de30a172a2dffa3915c1 (patch) | |
tree | 30246fcbe194073819bcabe280f6767f6ba819a3 /dev-perl | |
parent | [fixup] dev-perl/Git-PurePerl EAPI5, fix dep on Archive-Extract (diff) | |
download | perl-overlay-70416e6fb16a9aedb885de30a172a2dffa3915c1.tar.gz perl-overlay-70416e6fb16a9aedb885de30a172a2dffa3915c1.tar.bz2 perl-overlay-70416e6fb16a9aedb885de30a172a2dffa3915c1.zip |
[fixup] dev-perl/Module-Extract EAPI5, normalise, fix dep on Archive-Extract
Package-Manager: portage-2.2.10
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Module-Extract/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild (renamed from dev-perl/Module-Extract/Module-Extract-0.01.ebuild) | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/Module-Extract/ChangeLog b/dev-perl/Module-Extract/ChangeLog index 1b01e35c5..eb3506aa0 100644 --- a/dev-perl/Module-Extract/ChangeLog +++ b/dev-perl/Module-Extract/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/Module-Extract -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ +*Module-Extract-0.10.0 (30 Sep 2014) + + 30 Sep 2014; Kent Fredric <kentfredric@gmail.com> + -Module-Extract-0.01.ebuild, +Module-Extract-0.10.0.ebuild: + EAPI5, normalise, fix dep on Archive-Extract + 20 Dec 2009; Torsten Veller <tove@gentoo.org> Module-Extract-0.01.ebuild: Move dev-perl/Archive-Extract to perl-core diff --git a/dev-perl/Module-Extract/Module-Extract-0.01.ebuild b/dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild index 54fa3c8b5..49ca7fd12 100644 --- a/dev-perl/Module-Extract/Module-Extract-0.01.ebuild +++ b/dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=ADAMK +MODULE_VERSION=0.01 inherit perl-module DESCRIPTION="Base class for working with Perl distributions" @@ -14,7 +15,7 @@ KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="virtual/perl-File-Temp - virtual/perl-Archive-Extract" + dev-perl/Archive-Extract" DEPEND="${RDEPEND}" SRC_TEST=do |