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-DistManifest/
Date: Tue, 05 Apr 2011 18:18:05
Message-Id: b6f6238e0aefbaf9ed4f412aabc55cb02872ac67.kent@gentoo
1 commit: b6f6238e0aefbaf9ed4f412aabc55cb02872ac67
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 5 17:48:46 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 5 17:48:46 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b6f6238e
7
8 [newversion] Test-DistManifest-1.10.0_rc
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Test-DistManifest/ChangeLog | 6 ++++
14 .../Test-DistManifest-1.10.0_rc.ebuild | 29 ++++++++++++++++++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-DistManifest/ChangeLog b/dev-perl/Test-DistManifest/ChangeLog
18 index 6177b5e..2fb61eb 100644
19 --- a/dev-perl/Test-DistManifest/ChangeLog
20 +++ b/dev-perl/Test-DistManifest/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-DistManifest-1.10.0_rc (05 Apr 2011)
26 +
27 + 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Test-DistManifest-1.10.0_rc.ebuild:
29 + Bump
30 +
31 *Test-DistManifest-1.9.0 (05 Apr 2011)
32
33 05 Apr 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild b/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild
36 new file mode 100644
37 index 0000000..0bc8fc9
38 --- /dev/null
39 +++ b/dev-perl/Test-DistManifest/Test-DistManifest-1.10.0_rc.ebuild
40 @@ -0,0 +1,29 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=JAWNSY
46 +MODULE_VERSION="1.010-TRIAL"
47 +MODULE_DZIL_TRIAL=1
48 +inherit perl-module
49 +
50 +DESCRIPTION="Author test that validates a package MANIFEST"
51 +LICENSE="|| ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS=""
54 +comment() { echo ''; }
55 +IUSE="test"
56 +COMMON_DEPEND="
57 + >=dev-perl/Module-Manifest-0.07 $(comment 0.70.0)
58 + virtual/perl-Test-Simple $(comment Test::Builder)
59 +"
60 +DEPEND="
61 + ${COMMON_DEPEND}
62 + >=dev-perl/Test-NoWarnings-0.084 $(comment 0.84.0)
63 + >=virtual/perl-Test-Simple-0.72
64 + >=virtual/perl-ExtUtils-MakeMaker-6.31 $(comment 6.310.0)
65 +"
66 +RDEPEND="
67 + ${COMMON_DEPEND}
68 +"
69 +SRC_TEST="do"