* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Sub-Compose/
@ 2015-06-14 14:04 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2015-06-14 14:04 UTC (permalink / raw
To: gentoo-commits
commit: b6e7e1844aebd848f665fdda63a8fcee1187fa92
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun 14 12:39:15 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun 14 12:39:15 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=b6e7e184
[fixup] Sub-Compose: EAPI5, Normalise version, fiuxp deps and tests
Package-Manager: portage-2.2.17
dev-perl/Sub-Compose/Sub-Compose-0.01.ebuild | 23 ---------------------
dev-perl/Sub-Compose/Sub-Compose-0.10.0.ebuild | 28 ++++++++++++++++++++++++++
2 files changed, 28 insertions(+), 23 deletions(-)
diff --git a/dev-perl/Sub-Compose/Sub-Compose-0.01.ebuild b/dev-perl/Sub-Compose/Sub-Compose-0.01.ebuild
deleted file mode 100644
index 6ca76be..0000000
--- a/dev-perl/Sub-Compose/Sub-Compose-0.01.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=RKINYON
-inherit perl-module
-
-DESCRIPTION="takes any number of subroutine references and creates a new subroutine reference from them"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-COMMON_DEPEND="
- >=dev-perl/Data-Dump-Streamer-0.01
- >=dev-perl/Sub-Name-0.01
-"
-DEPEND="
- ${COMMON_DEPEND}
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Sub-Compose/Sub-Compose-0.10.0.ebuild b/dev-perl/Sub-Compose/Sub-Compose-0.10.0.ebuild
new file mode 100644
index 0000000..d2344e0
--- /dev/null
+++ b/dev-perl/Sub-Compose/Sub-Compose-0.10.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=RKINYON
+MODULE_VERSION=0.01
+inherit perl-module
+
+DESCRIPTION="takes any number of subroutine references and creates a new subroutine reference from them"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+PERL_RM_FILES=(
+ t/998_pod.t
+ t/999_pod_coverage.t
+)
+RDEPEND="
+ >=virtual/perl-Carp-0.10.0
+ >=dev-perl/Data-Dump-Streamer-0.10.0
+ >=dev-perl/Sub-Name-0.10.0
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/perl-Module-Build
+ test? (
+ >=virtual/perl-Test-Simple-0.470.0
+ )
+"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-06-14 14:05 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-14 14:04 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Sub-Compose/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox