* [gentoo-commits] proj/perl-overlay:master commit in: eclass/, dev-perl/App-cpanminus/
@ 2012-10-24 15:49 Kent Fredric
0 siblings, 0 replies; only message in thread
From: Kent Fredric @ 2012-10-24 15:49 UTC (permalink / raw
To: gentoo-commits
commit: b6355319ed34d86e48e44733330290abfad077a0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Wed Oct 24 15:49:11 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Wed Oct 24 15:49:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b6355319
[eclass] Update perl-module.eclass for EAPI=5
---
.../App-cpanminus/App-cpanminus-1.501.800.ebuild | 38 ++++++++++++++++++++
dev-perl/App-cpanminus/ChangeLog | 6 +++
eclass/perl-module.eclass | 2 +-
3 files changed, 45 insertions(+), 1 deletions(-)
diff --git a/dev-perl/App-cpanminus/App-cpanminus-1.501.800.ebuild b/dev-perl/App-cpanminus/App-cpanminus-1.501.800.ebuild
new file mode 100644
index 0000000..6cda516
--- /dev/null
+++ b/dev-perl/App-cpanminus/App-cpanminus-1.501.800.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=MIYAGAWA
+MODULE_VERSION=1.5018
+inherit perl-module
+
+DESCRIPTION='Get, unpack, build and install modules from CPAN.'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_build() {
+ # ExtUtils::MakeMaker
+ echo virtual/perl-ExtUtils-MakeMaker
+}
+perl_meta_runtime() {
+ # ExtUtils::Install 1.46 ( 1.460.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-1.460.0
+ # ExtUtils::MakeMaker 6.31 ( 6.310.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.310.0
+ # Module::Build 0.36 ( 0.360.0 )
+ echo \>=virtual/perl-Module-Build-0.360.0
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
diff --git a/dev-perl/App-cpanminus/ChangeLog b/dev-perl/App-cpanminus/ChangeLog
index c93b24e..94fda66 100644
--- a/dev-perl/App-cpanminus/ChangeLog
+++ b/dev-perl/App-cpanminus/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*App-cpanminus-1.501.800 (24 Oct 2012)
+
+ 24 Oct 2012; Kent Fredric <kentfredric@gmail.com>
+ +App-cpanminus-1.501.800.ebuild:
+ Version Bump
+
*App-cpanminus-1.501.700 (19 Jul 2012)
19 Jul 2012; Kent Fredric <kentfredric@gmail.com>
diff --git a/eclass/perl-module.eclass b/eclass/perl-module.eclass
index 8f78ecb..537af3d 100644
--- a/eclass/perl-module.eclass
+++ b/eclass/perl-module.eclass
@@ -21,7 +21,7 @@ case "${EAPI:-0}" in
0|1)
PERL_EXPF+=" pkg_setup pkg_preinst pkg_postinst pkg_prerm pkg_postrm"
;;
- 2|3|4)
+ 2|3|4|5)
PERL_EXPF+=" src_prepare src_configure"
[[ ${CATEGORY} == "perl-core" ]] && \
PERL_EXPF+=" pkg_postinst pkg_postrm"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-24 15:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-24 15:49 [gentoo-commits] proj/perl-overlay:master commit in: eclass/, dev-perl/App-cpanminus/ Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox