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/IO-TieCombine/
Date: Mon, 27 Feb 2012 21:04:44
Message-Id: 1330364010.f554df8ce129d7a8235c2d1915eb6d8ebc061852.kent@gentoo
1 commit: f554df8ce129d7a8235c2d1915eb6d8ebc061852
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 17:33:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 17:33:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f554df8c
7
8 [newversion] IO-TieCombine-1.2.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/IO-TieCombine/ChangeLog | 6 +++
14 dev-perl/IO-TieCombine/IO-TieCombine-1.2.0.ebuild | 40 +++++++++++++++++++++
15 2 files changed, 46 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/IO-TieCombine/ChangeLog b/dev-perl/IO-TieCombine/ChangeLog
18 index 81cca02..b4642bb 100644
19 --- a/dev-perl/IO-TieCombine/ChangeLog
20 +++ b/dev-perl/IO-TieCombine/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*IO-TieCombine-1.2.0 (27 Feb 2012)
26 +
27 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +IO-TieCombine-1.2.0.ebuild:
29 + Version Bump
30 +
31 *IO-TieCombine-1.0.0 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/IO-TieCombine/IO-TieCombine-1.2.0.ebuild b/dev-perl/IO-TieCombine/IO-TieCombine-1.2.0.ebuild
36 new file mode 100644
37 index 0000000..0e35a49
38 --- /dev/null
39 +++ b/dev-perl/IO-TieCombine/IO-TieCombine-1.2.0.ebuild
40 @@ -0,0 +1,40 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=RJBS
46 +MODULE_VERSION=1.002
47 +inherit perl-module
48 +
49 +DESCRIPTION='produce tied (and other) separate but combined variables'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Carp
60 + # echo virtual/perl-Carp
61 + # Symbol
62 + echo dev-lang/perl
63 + # strict
64 + echo dev-lang/perl
65 + # warnings
66 + echo dev-lang/perl
67 +}
68 +perl_meta_test() {
69 + # Test::More 0.96 ( 0.960.0 )
70 + echo \>=virtual/perl-Test-Simple-0.96
71 +}
72 +DEPEND="
73 + $(perl_meta_configure)
74 + $(perl_meta_runtime)
75 + test? ( $(perl_meta_test) )
76 +"
77 +RDEPEND="
78 + $(perl_meta_runtime)
79 +"
80 +SRC_TEST="do"