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-Block/
Date: Wed, 29 Feb 2012 12:08:02
Message-Id: 1330498944.4229a0258a4a8f05d9ea12be8685e77fa050b060.kent@gentoo
1 commit: 4229a0258a4a8f05d9ea12be8685e77fa050b060
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 07:02:24 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 07:02:24 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4229a025
7
8 [newversion] Test-Block-0.130.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-Block/ChangeLog | 7 ++++-
14 dev-perl/Test-Block/Test-Block-0.130.0.ebuild | 37 +++++++++++++++++++++++++
15 2 files changed, 43 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-Block/ChangeLog b/dev-perl/Test-Block/ChangeLog
18 index 9dcaad3..ac400f2 100644
19 --- a/dev-perl/Test-Block/ChangeLog
20 +++ b/dev-perl/Test-Block/ChangeLog
21 @@ -1,7 +1,12 @@
22 # ChangeLog for dev-perl/Test-Block
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-Block-0.130.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Test-Block-0.130.0.ebuild:
30 + Version Bump
31 +
32 *Test-Block-0.110.0 (12 Apr 2011)
33
34 12 Apr 2011; Kent Fredric <kentfredric@×××××.com> -Test-Block-0.11.ebuild,
35
36 diff --git a/dev-perl/Test-Block/Test-Block-0.130.0.ebuild b/dev-perl/Test-Block/Test-Block-0.130.0.ebuild
37 new file mode 100644
38 index 0000000..3885519
39 --- /dev/null
40 +++ b/dev-perl/Test-Block/Test-Block-0.130.0.ebuild
41 @@ -0,0 +1,37 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=4
46 +MODULE_AUTHOR=ADIE
47 +MODULE_VERSION=0.13
48 +inherit perl-module
49 +
50 +DESCRIPTION='DEPRECIATED: Specify fine granularity test plans'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # Module::Build 0.38 ( 0.380.0 )
57 + echo \>=virtual/perl-Module-Build-0.380.0
58 +}
59 +perl_meta_runtime() {
60 + # Test::Builder 0.17 ( 0.170.0 )
61 + echo \>=virtual/perl-Test-Simple-0.47
62 + # Test::Builder::Tester 1.01 ( 1.10.0 )
63 + echo \>=virtual/perl-Test-Simple-0.62
64 + # Test::Exception 0.15 ( 0.150.0 )
65 + echo \>=dev-perl/Test-Exception-0.15
66 + # Test::More 0.47 ( 0.470.0 )
67 + echo \>=virtual/perl-Test-Simple-0.47
68 + # perl v5.6.1 ( 5.6.1 )
69 + echo \>=dev-lang/perl-5.6.1
70 +}
71 +DEPEND="
72 + $(perl_meta_configure)
73 + $(perl_meta_runtime)
74 +"
75 +RDEPEND="
76 + $(perl_meta_runtime)
77 +"
78 +SRC_TEST="do"