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/Exception-Class-TryCatch/
Date: Fri, 11 Feb 2011 18:40:59
Message-Id: 7b66e2475b521403e2913676a5f7330751e0bfd2.kent@gentoo
1 commit: 7b66e2475b521403e2913676a5f7330751e0bfd2
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 18:16:56 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 18:16:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7b66e247
7
8 [fix] Exception-Class-TryCatch QA, Test, EAPI, MB
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Exception-Class-TryCatch/ChangeLog | 5 +++++
14 .../Exception-Class-TryCatch-1.100.ebuild | 4 +++-
15 .../Exception-Class-TryCatch-1.110.ebuild | 4 +++-
16 .../Exception-Class-TryCatch-1.120.ebuild | 12 ++++++++++--
17 4 files changed, 21 insertions(+), 4 deletions(-)
18
19 diff --git a/dev-perl/Exception-Class-TryCatch/ChangeLog b/dev-perl/Exception-Class-TryCatch/ChangeLog
20 index 498372f..4d8dfd2 100644
21 --- a/dev-perl/Exception-Class-TryCatch/ChangeLog
22 +++ b/dev-perl/Exception-Class-TryCatch/ChangeLog
23 @@ -2,6 +2,11 @@
24 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com>
28 + Exception-Class-TryCatch-1.100.ebuild, Exception-Class-TryCatch-1.110.ebuild,
29 + Exception-Class-TryCatch-1.120.ebuild:
30 + Misc QA fixes, +MB dep on latest
31 +
32 *Exception-Class-TryCatch-1.120 (11 Feb 2011)
33 *Exception-Class-TryCatch-1.110 (11 Feb 2011)
34 *Exception-Class-TryCatch-1.100 (11 Feb 2011)
35
36 diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.100.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.100.ebuild
37 index 914f84d..3b207ab 100644
38 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.100.ebuild
39 +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.100.ebuild
40 @@ -1,7 +1,7 @@
41 # Copyright 1999-2011 Gentoo Foundation
42 # Distributed under the terms of the GNU General Public License v2
43 # $Header: $
44 -
45 +EAPI=3
46 MODULE_AUTHOR=DAGOLDEN
47 MODULE_VERSION="1.10"
48 inherit perl-module
49 @@ -16,3 +16,5 @@ IUSE=""
50 DEPEND="
51 dev-perl/Exception-Class
52 "
53 +RDEPEND="${DEPEND}"
54 +SRC_TEST="do"
55
56 diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.110.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.110.ebuild
57 index 685179b..6c66a65 100644
58 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.110.ebuild
59 +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.110.ebuild
60 @@ -1,7 +1,7 @@
61 # Copyright 1999-2011 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 # $Header: $
64 -
65 +EAPI=3
66 MODULE_AUTHOR=DAGOLDEN
67 MODULE_VERSION="1.11"
68 inherit perl-module
69 @@ -16,3 +16,5 @@ IUSE=""
70 DEPEND="
71 dev-perl/Exception-Class
72 "
73 +RDEPEND="$DEPEND"
74 +SRC_TEST="do"
75
76 diff --git a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.120.ebuild b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.120.ebuild
77 index ad37625..b6572be 100644
78 --- a/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.120.ebuild
79 +++ b/dev-perl/Exception-Class-TryCatch/Exception-Class-TryCatch-1.120.ebuild
80 @@ -1,7 +1,7 @@
81 # Copyright 1999-2011 Gentoo Foundation
82 # Distributed under the terms of the GNU General Public License v2
83 # $Header: $
84 -
85 +EAPI=3
86 MODULE_AUTHOR=DAGOLDEN
87 MODULE_VERSION="1.12"
88 inherit perl-module
89 @@ -13,6 +13,14 @@ SLOT="0"
90 KEYWORDS="~amd64 ~x86"
91
92 IUSE=""
93 -DEPEND="
94 +COMMON_DEPEND="
95 dev-perl/Exception-Class
96 "
97 +DEPEND="
98 + ${COMMON_DEPEND}
99 + >=virtual/perl-Test-Simple-0.47
100 +"
101 +RDEPEND="
102 + ${COMMON_DEPEND}
103 +"
104 +SRC_TEST="do"