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-Git/
Date: Fri, 02 Sep 2011 05:07:20
Message-Id: 8bcbdde2291fc620b80e1fcd402c67f98883243b.kent@gentoo
1 commit: 8bcbdde2291fc620b80e1fcd402c67f98883243b
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 1 22:39:39 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 1 22:39:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8bcbdde2
7
8 [newversion] Dist-Zilla-Plugin-Git-1.112.440
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-Git/ChangeLog | 6 +
14 .../Dist-Zilla-Plugin-Git-1.112.440.ebuild | 127 ++++++++++++++++++++
15 2 files changed, 133 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
18 index 0a3eec6..e053538 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-Git/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-Git-1.112.440 (01 Sep 2011)
26 +
27 + 01 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Git-1.112.440.ebuild:
29 + Version Bump
30 +
31 *Dist-Zilla-Plugin-Git-1.112.380 (27 Aug 2011)
32
33 27 Aug 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild
36 new file mode 100644
37 index 0000000..e390947
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.440.ebuild
40 @@ -0,0 +1,127 @@
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=JQUELIN
46 +MODULE_VERSION=1.112440
47 +inherit perl-module
48 +
49 +DESCRIPTION="update your git repository after release"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { true;}
55 +COMMON_DEPEND="
56 + $(comment Class::MOP)
57 + || ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
58 +
59 + $(comment Cwd)
60 + virtual/perl-File-Spec
61 +
62 + $(comment DateTime)
63 + dev-perl/DateTime
64 +
65 + $(comment Dist::Zilla 4)
66 + $(comment Dist::Zilla::Role::AfterBuild)
67 + $(comment Dist::Zilla::Role::AfterMint)
68 + $(comment Dist::Zilla::Role::AfterRelease)
69 + $(comment Dist::Zilla::Role::BeforeRelease)
70 + $(comment Dist::Zilla::Role::PluginBundle)
71 + $(comment Dist::Zilla::Role::VersionProvider)
72 + >=dev-perl/Dist-Zilla-4.0.0
73 +
74 + $(comment File::Spec::Functions)
75 + virtual/perl-File-Spec
76 +
77 + $(comment File::Temp)
78 + virtual/perl-File-Temp
79 +
80 + $(comment File::chdir)
81 + dev-perl/File-chdir
82 +
83 + $(comment Git::Wrapper)
84 + dev-perl/Git-Wrapper
85 +
86 + $(comment IPC::Open3)
87 +
88 + $(comment Moose)
89 + dev-perl/Moose
90 +
91 + $(comment Moose::Autobox)
92 + dev-perl/Moose-Autobox
93 +
94 + $(comment Moose::Role)
95 +
96 + $(comment MooseX::Has::Sugar)
97 + dev-perl/MooseX-Has-Sugar
98 +
99 + $(comment Moose::Types::Moose)
100 + dev-perl/MooseX-Types
101 +
102 + $(comment Path::Class::Dir)
103 + dev-perl/Path-Class
104 +
105 + $(comment String::Formatter)
106 + dev-perl/String-Formatter
107 +
108 + $(comment Version::Next)
109 + dev-perl/Version-Next
110 +
111 + $(comment namespace::autoclean 0.09)
112 + >=dev-perl/namespace-autoclean-0.09
113 +
114 + $(comment perl 5.010)
115 + >=dev-lang/perl-5.10.0
116 +
117 + $(comment strict)
118 +
119 + $(comment version 0.80)
120 + >=virtual/perl-version-0.80
121 +
122 + $(comment warnings)
123 +"
124 +DEPEND="
125 + $(comment build)
126 + $(comment Dist::Zilla::Role::Releaser)
127 + $(comment Dist::Zilla::Tester)
128 + >=dev-perl/Dist-Zilla-4.0.0
129 +
130 + $(comment File::Copy)
131 +
132 + $(comment File::Copy::Recursive)
133 + dev-perl/File-Copy-Recursive
134 +
135 + $(comment File::Find)
136 +
137 + $(comment File::Path)
138 + virtual/perl-File-Path
139 +
140 + $(comment File::Which)
141 + dev-perl/File-Which
142 +
143 + $(comment File::pushd)
144 + dev-perl/File-pushd
145 +
146 + $(comment Module::Build 0.3601)
147 + >=virtual/perl-Module-Build-0.36.01
148 +
149 + $(comment Path::Class)
150 + dev-perl/Path-Class
151 +
152 + $(comment Test::Exception)
153 + dev-perl/Test-Exception
154 +
155 + $(comment Test::More 0.88)
156 + >=virtual/perl-Test-Simple-0.88
157 +
158 + $(comment configure)
159 + $(comment Module::Build 0.3601)
160 + >=virtual/perl-Module-Build-0.36.01
161 +
162 + ${COMMON_DEPEND}
163 +"
164 +RDEPEND="
165 + ${COMMON_DEPEND}
166 +"
167 +SRC_TEST="do"