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/String-Random/
Date: Sat, 12 Feb 2011 03:34:01
Message-Id: 05746aa102352aa51f999c029bc5d8fd54f9ee49.kent@gentoo
1 commit: 05746aa102352aa51f999c029bc5d8fd54f9ee49
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 20:41:43 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 20:41:43 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=05746aa1
7
8 [fix] String-Random, EAPI, QA, MB
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/String-Random/ChangeLog | 3 +++
14 dev-perl/String-Random/String-Random-0.220.ebuild | 16 ++++++++++++++--
15 2 files changed, 17 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/String-Random/ChangeLog b/dev-perl/String-Random/ChangeLog
18 index 06ec29a..da1e53a 100644
19 --- a/dev-perl/String-Random/ChangeLog
20 +++ b/dev-perl/String-Random/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com> String-Random-0.220.ebuild:
26 + EAPI, QA, MB
27 +
28 *String-Random-0.220 (11 Feb 2011)
29
30 11 Feb 2011; Kent Fredric <kentfredric@×××××.com> -String-Random-0.22.ebuild,
31
32 diff --git a/dev-perl/String-Random/String-Random-0.220.ebuild b/dev-perl/String-Random/String-Random-0.220.ebuild
33 index b3a8840..95ab80b 100644
34 --- a/dev-perl/String-Random/String-Random-0.220.ebuild
35 +++ b/dev-perl/String-Random/String-Random-0.220.ebuild
36 @@ -1,7 +1,7 @@
37 # Copyright 1999-2011 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: $
40 -
41 +EAPI=3
42 MODULE_AUTHOR=STEVE
43 MODULE_VERSION="0.22"
44 inherit perl-module
45 @@ -13,4 +13,16 @@ SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47
48 IUSE=""
49 -DEPEND=""
50 +
51 +COMMON_DEPEND=""
52 +
53 +DEPEND="
54 + ${COMMON_DEPEND}
55 + virtual/perl-Module-Build
56 + virtual/perl-Test-Simple
57 +"
58 +RDEPEND="
59 + ${COMMON_DEPEND}
60 +"
61 +
62 +SRC_TEST="do"