commit: 70416e6fb16a9aedb885de30a172a2dffa3915c1
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Sep 30 17:19:51 2014 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Sep 30 17:19:51 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=70416e6f
[fixup] dev-perl/Module-Extract EAPI5, normalise, fix dep on Archive-Extract
Package-Manager: portage-2.2.10
---
dev-perl/Module-Extract/ChangeLog | 8 +++++++-
.../{Module-Extract-0.01.ebuild => Module-Extract-0.10.0.ebuild} | 7 ++++---
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/dev-perl/Module-Extract/ChangeLog
b/dev-perl/Module-Extract/ChangeLog
index 1b01e35..eb3506a 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 <[email protected]>
+ -Module-Extract-0.01.ebuild, +Module-Extract-0.10.0.ebuild:
+ EAPI5, normalise, fix dep on Archive-Extract
+
20 Dec 2009; Torsten Veller <[email protected]> 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
similarity index 75%
rename from dev-perl/Module-Extract/Module-Extract-0.01.ebuild
rename to dev-perl/Module-Extract/Module-Extract-0.10.0.ebuild
index 54fa3c8..49ca7fd 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