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/Test-Class-Most/
Date: Wed, 29 Feb 2012 12:07:54
Message-Id: 1330499168.a081aaef5955fbd0ffb6c3fcddf744c6bb388fa8.kent@gentoo
1 commit: a081aaef5955fbd0ffb6c3fcddf744c6bb388fa8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 07:06:08 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 07:06:08 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a081aaef
7
8 [newversion] Test-Class-Most-0.60.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-Class-Most/ChangeLog | 9 +++++-
14 .../Test-Class-Most/Test-Class-Most-0.60.0.ebuild | 31 ++++++++++++++++++++
15 2 files changed, 39 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-Class-Most/ChangeLog b/dev-perl/Test-Class-Most/ChangeLog
18 index 77d19df..9e5cd2f 100644
19 --- a/dev-perl/Test-Class-Most/ChangeLog
20 +++ b/dev-perl/Test-Class-Most/ChangeLog
21 @@ -1,7 +1,14 @@
22 # ChangeLog for dev-perl/Test-Class-Most
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 +*Test-Class-Most-0.60.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Test-Class-Most-0.60.0.ebuild:
31 + Version BumP
32 +
33 +
34 *Test-Class-Most-0.50.0 (29 Mar 2011)
35
36 29 Mar 2011; Torsten Veller <tove@g.o> +Test-Class-Most-0.50.0.ebuild,
37
38 diff --git a/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
39 new file mode 100644
40 index 0000000..6e3c4c2
41 --- /dev/null
42 +++ b/dev-perl/Test-Class-Most/Test-Class-Most-0.60.0.ebuild
43 @@ -0,0 +1,31 @@
44 +# Copyright 1999-2012 Gentoo Foundation
45 +# Distributed under the terms of the GNU General Public License v2
46 +# $Header: $
47 +EAPI=4
48 +MODULE_AUTHOR=OVID
49 +MODULE_VERSION=0.06
50 +inherit perl-module
51 +
52 +DESCRIPTION='Test Classes the easy way'
53 +LICENSE=" || ( Artistic GPL-2 )"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +perl_meta_configure() {
58 + # Module::Build 0.38 ( 0.380.0 )
59 + echo \>=virtual/perl-Module-Build-0.380.0
60 +}
61 +perl_meta_runtime() {
62 + # Test::Class 0.33 ( 0.330.0 )
63 + echo \>=dev-perl/Test-Class-0.33
64 + # Test::Most 0.21 ( 0.210.0 )
65 + echo \>=dev-perl/Test-Most-0.210.0
66 +}
67 +DEPEND="
68 + $(perl_meta_configure)
69 + $(perl_meta_runtime)
70 +"
71 +RDEPEND="
72 + $(perl_meta_runtime)
73 +"
74 +SRC_TEST="do"