Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 47fe240a3e69b2040c19ae2634f79dd8dac94af9
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 14:59:17 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 14:59:17 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47fe240a
[newversion] Package-Pkg-0.2.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
dev-perl/Package-Pkg/ChangeLog | 5 +++
dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild | 42 +++++++++++++++++++++++++
2 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Package-Pkg/ChangeLog b/dev-perl/Package-Pkg/ChangeLog
index 7d70b1e..737ba6f 100644
--- a/dev-perl/Package-Pkg/ChangeLog
+++ b/dev-perl/Package-Pkg/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Package-Pkg-0.2.0 (23 Jun 2012)
+
+ 23 Jun 2012; Kent Fredric <kentfredric@...> +Package-Pkg-0.2.0.ebuild:
+ Version Bump
+
*Package-Pkg-0.1.900 (23 Jun 2012)
23 Jun 2012; Kent Fredric <kentfredric@...>
diff --git a/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild b/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild
new file mode 100644
index 0000000..d28ea2c
--- /dev/null
+++ b/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=ROKR
+MODULE_VERSION=0.0020
+inherit perl-module
+
+DESCRIPTION='Handy package munging utilities'
+LICENSE=" || ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_build() {
+ # Test::Most
+ echo dev-perl/Test-Most
+}
+perl_meta_runtime() {
+ # Class::Load
+ echo dev-perl/Class-Load
+ # Clone
+ echo dev-perl/Clone
+ # Mouse
+ echo dev-perl/Mouse
+ # Sub::Install
+ echo dev-perl/Sub-Install
+ # Try::Tiny
+ echo dev-perl/Try-Tiny
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_build)
+ $(perl_meta_runtime)
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
|
|