commit: e16b954c46dc33b3277df4bd384256d68f328d63
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 11:23:04 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 11:23:04 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e16b954c
[bump] Pod-Eventual-0.94.1, remove old
Package-Manager: portage-2.2.17
dev-perl/Pod-Eventual/Pod-Eventual-0.93.330.ebuild | 28 ----------------------
dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild | 24 +++++++++++++++++++
2 files changed, 24 insertions(+), 28 deletions(-)
diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.93.330.ebuild
b/dev-perl/Pod-Eventual/Pod-Eventual-0.93.330.ebuild
deleted file mode 100644
index a3cab04..0000000
--- a/dev-perl/Pod-Eventual/Pod-Eventual-0.93.330.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RJBS
-MODULE_VERSION="0.093330"
-inherit perl-module
-
-DESCRIPTION="read a POD document as a series of trivial events
-"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Mixin-Linewise-0.001
-"
-DEPEND="
- ${COMMON_DEPEND}
- test? (
- virtual/perl-Test-Simple
- dev-perl/Test-Deep
- )
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
new file mode 100644
index 0000000..8469974
--- /dev/null
+++ b/dev-perl/Pod-Eventual/Pod-Eventual-0.94.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RJBS
+MODULE_VERSION=0.094001
+inherit perl-module
+
+DESCRIPTION="read a POD document as a series of trivial events"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RDEPEND="
+ virtual/perl-Carp
+ >=dev-perl/Mixin-Linewise-0.102.0
+"
+DEPEND="
+ ${RDEPEND}
+ >=virtual/perl-ExtUtils-MakeMaker-6.300.0
+ test? (
+ >=virtual/perl-Test-Simple-0.960.0
+ dev-perl/Test-Deep
+ )
+"