Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Object-Accessor/
Date: Sun, 24 Feb 2013 06:00:19
Message-Id: 1361679068.82f04fa92ef29c8110ebbb2615ec70ae47ff8b38.kent@gentoo
1 commit: 82f04fa92ef29c8110ebbb2615ec70ae47ff8b38
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 24 04:11:08 2013 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 24 04:11:08 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=82f04fa9
7
8 [newversion] perl-core/Object-Accessor-0.460.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 perl-core/Object-Accessor/ChangeLog | 8 +++-
15 .../Object-Accessor/Object-Accessor-0.460.0.ebuild | 40 ++++++++++++++++++++
16 2 files changed, 47 insertions(+), 1 deletions(-)
17
18 diff --git a/perl-core/Object-Accessor/ChangeLog b/perl-core/Object-Accessor/ChangeLog
19 index 458fd7e..32c0cb6 100644
20 --- a/perl-core/Object-Accessor/ChangeLog
21 +++ b/perl-core/Object-Accessor/ChangeLog
22 @@ -1,7 +1,13 @@
23 # ChangeLog for perl-core/Object-Accessor
24 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*Object-Accessor-0.460.0 (24 Feb 2013)
29 +
30 + 24 Feb 2013; Kent Fredric <kentfredric@×××××.com>
31 + +Object-Accessor-0.460.0.ebuild:
32 + Version Bump
33 +
34 *Object-Accessor-0.440.0 (28 Apr 2012)
35
36 28 Apr 2012; Kent Fredric <kentfredric@×××××.com>
37
38 diff --git a/perl-core/Object-Accessor/Object-Accessor-0.460.0.ebuild b/perl-core/Object-Accessor/Object-Accessor-0.460.0.ebuild
39 new file mode 100644
40 index 0000000..bca0caa
41 --- /dev/null
42 +++ b/perl-core/Object-Accessor/Object-Accessor-0.460.0.ebuild
43 @@ -0,0 +1,40 @@
44 +# Copyright 1999-2013 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Header: $
47 +EAPI=5
48 +MODULE_AUTHOR=BINGOS
49 +MODULE_VERSION=0.46
50 +inherit perl-module
51 +
52 +DESCRIPTION='Per object accessors'
53 +LICENSE=" || ( Artistic GPL-2 )"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +perl_meta_configure() {
58 + # ExtUtils::MakeMaker
59 + echo virtual/perl-ExtUtils-MakeMaker
60 +}
61 +perl_meta_build() {
62 + # ExtUtils::MakeMaker
63 + echo virtual/perl-ExtUtils-MakeMaker
64 +}
65 +perl_meta_runtime() {
66 + # Carp
67 + # echo dev-lang/perl
68 + # Params::Check 0.34 ( 0.340.0 )
69 + echo \>=virtual/perl-Params-Check-0.340.0
70 + # Test::More
71 + echo virtual/perl-Test-Simple
72 + # if
73 + # echo virtual/perl-if
74 +}
75 +DEPEND="
76 + $(perl_meta_configure)
77 + $(perl_meta_build)
78 + $(perl_meta_runtime)
79 +"
80 +RDEPEND="
81 + $(perl_meta_runtime)
82 +"
83 +SRC_TEST="do"