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/Software-License/
Date: Fri, 06 May 2011 07:22:27
Message-Id: 0442507e5ca7603676913257b6c08b6c963d22d8.kent@gentoo
1 commit: 0442507e5ca7603676913257b6c08b6c963d22d8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri May 6 06:24:11 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri May 6 06:24:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0442507e
7
8 [newversion] Software-License-0.103.1
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Software-License/ChangeLog | 6 ++++
14 .../Software-License-0.103.1.ebuild | 30 ++++++++++++++++++++
15 2 files changed, 36 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Software-License/ChangeLog b/dev-perl/Software-License/ChangeLog
18 index 51fb85b..48ba5f8 100644
19 --- a/dev-perl/Software-License/ChangeLog
20 +++ b/dev-perl/Software-License/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Software-License-0.103.1 (06 May 2011)
26 +
27 + 06 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Software-License-0.103.1.ebuild:
29 + Bump
30 +
31 23 Apr 2011; Kent Fredric <kentfredric@×××××.com>
32 -Software-License-0.102.250.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/Software-License/Software-License-0.103.1.ebuild b/dev-perl/Software-License/Software-License-0.103.1.ebuild
36 new file mode 100644
37 index 0000000..21725cc
38 --- /dev/null
39 +++ b/dev-perl/Software-License/Software-License-0.103.1.ebuild
40 @@ -0,0 +1,30 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=4
46 +
47 +MODULE_AUTHOR=RJBS
48 +MODULE_VERSION=0.103001
49 +inherit perl-module
50 +
51 +DESCRIPTION="Packages that provide templated software licenses"
52 +
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +comment() { echo ''; }
57 +RDEPEND="
58 + $(comment virtual/perl-Carp)
59 + dev-perl/Data-Section
60 + dev-perl/Sub-Install
61 + dev-perl/text-template
62 +"
63 +DEPEND="${RDEPEND}
64 + $(comment configure)
65 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
66 + $(comment build)
67 + >=virtual/perl-Test-Simple-0.96 $(comment 0.960.0)
68 +"
69 +
70 +SRC_TEST="do"