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/autobox-Core/
Date: Wed, 29 Feb 2012 12:08:39
Message-Id: 1330515424.3da34c568123d52f4dffe6d6d59e6d2cb5701548.kent@gentoo
1 commit: 3da34c568123d52f4dffe6d6d59e6d2cb5701548
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 11:37:04 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 11:37:04 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3da34c56
7
8 [newversion] autobox-Core-1.210.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/autobox-Core/ChangeLog | 8 ++++-
14 dev-perl/autobox-Core/autobox-Core-1.210.0.ebuild | 34 +++++++++++++++++++++
15 2 files changed, 41 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/autobox-Core/ChangeLog b/dev-perl/autobox-Core/ChangeLog
18 index 4f8dc07..1a45d96 100644
19 --- a/dev-perl/autobox-Core/ChangeLog
20 +++ b/dev-perl/autobox-Core/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/autobox-Core
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*autobox-Core-1.210.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +autobox-Core-1.210.0.ebuild:
31 + Version Bump
32 +
33 *autobox-Core-1.200.0 (12 Apr 2011)
34 *autobox-Core-0.600.0 (12 Apr 2011)
35
36
37 diff --git a/dev-perl/autobox-Core/autobox-Core-1.210.0.ebuild b/dev-perl/autobox-Core/autobox-Core-1.210.0.ebuild
38 new file mode 100644
39 index 0000000..fb8f1b9
40 --- /dev/null
41 +++ b/dev-perl/autobox-Core/autobox-Core-1.210.0.ebuild
42 @@ -0,0 +1,34 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=MSCHWERN
48 +MODULE_VERSION=1.21
49 +inherit perl-module
50 +
51 +DESCRIPTION='Core functions exposed as methods in primitive types'
52 +LICENSE="|| ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.46 ( 6.460.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.46
59 +}
60 +perl_meta_build() {
61 + # ExtUtils::MakeMaker
62 + echo virtual/perl-ExtUtils-MakeMaker
63 +}
64 +perl_meta_runtime() {
65 + # autobox 2.71 ( 2.710.0 )
66 + echo \>=dev-perl/autobox-2.710.0
67 +}
68 +DEPEND="
69 + $(perl_meta_configure)
70 + $(perl_meta_build)
71 + $(perl_meta_runtime)
72 +"
73 +RDEPEND="
74 + $(perl_meta_runtime)
75 +"
76 +SRC_TEST="do"