Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Package-Pkg/
Date: Sat, 23 Jun 2012 16:40:57
Message-Id: 1340463557.47fe240a3e69b2040c19ae2634f79dd8dac94af9.kent@gentoo
1 commit: 47fe240a3e69b2040c19ae2634f79dd8dac94af9
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 14:59:17 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 14:59:17 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=47fe240a
7
8 [newversion] Package-Pkg-0.2.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Package-Pkg/ChangeLog | 5 +++
14 dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild | 42 +++++++++++++++++++++++++
15 2 files changed, 47 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Package-Pkg/ChangeLog b/dev-perl/Package-Pkg/ChangeLog
18 index 7d70b1e..737ba6f 100644
19 --- a/dev-perl/Package-Pkg/ChangeLog
20 +++ b/dev-perl/Package-Pkg/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Package-Pkg-0.2.0 (23 Jun 2012)
26 +
27 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com> +Package-Pkg-0.2.0.ebuild:
28 + Version Bump
29 +
30 *Package-Pkg-0.1.900 (23 Jun 2012)
31
32 23 Jun 2012; Kent Fredric <kentfredric@×××××.com>
33
34 diff --git a/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild b/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild
35 new file mode 100644
36 index 0000000..d28ea2c
37 --- /dev/null
38 +++ b/dev-perl/Package-Pkg/Package-Pkg-0.2.0.ebuild
39 @@ -0,0 +1,42 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=ROKR
45 +MODULE_VERSION=0.0020
46 +inherit perl-module
47 +
48 +DESCRIPTION='Handy package munging utilities'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE=""
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
55 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
56 +}
57 +perl_meta_build() {
58 + # Test::Most
59 + echo dev-perl/Test-Most
60 +}
61 +perl_meta_runtime() {
62 + # Class::Load
63 + echo dev-perl/Class-Load
64 + # Clone
65 + echo dev-perl/Clone
66 + # Mouse
67 + echo dev-perl/Mouse
68 + # Sub::Install
69 + echo dev-perl/Sub-Install
70 + # Try::Tiny
71 + echo dev-perl/Try-Tiny
72 +}
73 +DEPEND="
74 + $(perl_meta_configure)
75 + $(perl_meta_build)
76 + $(perl_meta_runtime)
77 +"
78 +RDEPEND="
79 + $(perl_meta_runtime)
80 +"
81 +SRC_TEST="do"