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/Dist-Zilla-Plugin-GithubMeta/
Date: Thu, 05 May 2011 09:50:55
Message-Id: 8307407dc219a9ddcd4351dea5775523b6150653.kent@gentoo
1 commit: 8307407dc219a9ddcd4351dea5775523b6150653
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 09:27:53 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 09:27:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8307407d
7
8 [newversion] Dist-Zilla-Plugin-GithubMeta-0.120.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog | 6 ++++
14 .../Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild | 30 ++++++++++++++++++++
15 2 files changed, 36 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
18 index 2e4badb..7b41212 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-GithubMeta-0.120.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild:
29 + Bump
30 +
31 *Dist-Zilla-Plugin-GithubMeta-0.100.0 (05 May 2011)
32
33 05 May 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.ebuild
36 new file mode 100644
37 index 0000000..668204b
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.120.0.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 +EAPI=4
45 +MODULE_AUTHOR=BINGOS
46 +MODULE_VERSION=0.12
47 +inherit perl-module
48 +
49 +DESCRIPTION="Automatically include GitHub meta information in META.yml"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo '';}
55 +COMMON_DEPEND="
56 + >=dev-perl/Dist-Zilla-4.101.582
57 + >=dev-perl/Dist-Zilla-1.7.0
58 + $(comment ^^ Dist::Zilla::Role::MetaProvider is 1.007)
59 + >=virtual/perl-IPC-Cmd-0.580 $(comment 0.580.0)
60 + >=dev-perl/Moose-1.07 $(comment 1.70.0)
61 + >=dev-perl/MooseX-Types-URI-0.02 $(comment 0.20.0)
62 +"
63 +DEPEND="
64 + ${COMMON_DEPEND}
65 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
66 +"
67 +RDEPEND="
68 + ${COMMON_DEPEND}
69 +"
70 +SRC_TEST="do"