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: Sat, 27 Aug 2011 08:40:21
Message-Id: 0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7.kent@gentoo
1 commit: 0fd6d38bc618e58cc1be6fa23bb79d0e0749c9a7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Aug 27 04:09:56 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Aug 27 04:09:56 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=0fd6d38b
7
8 [newversion] Dist-Zilla-Plugin-Git-1.112.380
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.380.ebuild | 130 ++++++++++++++++++++
15 2 files changed, 136 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 ea226b8..0a3eec6 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.380 (27 Aug 2011)
26 +
27 + 27 Aug 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Git-1.112.380.ebuild:
29 + Version Bump
30 +
31 *Dist-Zilla-Plugin-Git-1.112.70 (31 Jul 2011)
32
33 31 Jul 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
36 new file mode 100644
37 index 0000000..6f2e964
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-1.112.380.ebuild
40 @@ -0,0 +1,130 @@
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.112380
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 REQUIRES)
57 + $(comment Class::MOP)
58 + || ( >=dev-perl/Moose-1.990 dev-perl/Class-MOP )
59 +
60 + $(comment Cwd)
61 + virtual/perl-File-Spec
62 +
63 + $(comment DateTime)
64 + dev-perl/DateTime
65 +
66 + $(comment Dist::Zilla 4)
67 + $(comment Dist::Zilla::Role::AfterBuild)
68 + $(comment Dist::Zilla::Role::AfterMint)
69 + $(comment Dist::Zilla::Role::AfterRelease)
70 + $(comment Dist::Zilla::Role::BeforeRelease)
71 + $(comment Dist::Zilla::Role::PluginBundle)
72 + $(comment Dist::Zilla::Role::VersionProvider)
73 + >=dev-perl/Dist-Zilla-4.0.0
74 +
75 + $(comment File::Spec::Functions)
76 + virtual/perl-File-Spec
77 +
78 + $(comment File::Temp)
79 + virtual/perl-File-Temp
80 +
81 + $(comment File::chdir)
82 + dev-perl/File-chdir
83 +
84 + $(comment Git::Wrapper)
85 + dev-perl/Git-Wrapper
86 +
87 + $(comment IPC::Open3)
88 +
89 + $(comment Moose)
90 + dev-perl/Moose
91 +
92 + $(comment Moose::Autobox)
93 + dev-perl/Moose-Autobox
94 +
95 + $(comment Moose::Role)
96 + dev-perl/Moose
97 +
98 + $(comment MooseX::Has::Sugar)
99 + dev-perl/MooseX-Has-Sugar
100 +
101 + $(comment MooseX::Types::Moose)
102 + dev-perl/MooseX-Types
103 +
104 + $(comment Path::Class::Dir)
105 + dev-perl/Path-Class
106 +
107 + $(comment String::Formatter)
108 + dev-perl/String-Formatter
109 +
110 + $(comment Version::Next)
111 + dev-perl/Version-Next
112 +
113 + $(comment namespace::autoclean 0.09)
114 + >=dev-perl/namespace-autoclean-0.09
115 +
116 + $(comment perl 5.010)
117 + >=dev-lang/perl-5.10.0
118 +
119 + $(comment strict)
120 +
121 + $(comment version 0.80)
122 + >=virtual/perl-version-0.80
123 +
124 + $(comment warnings)
125 +"
126 +DEPEND="
127 + $(comment BUILD)
128 +
129 + $(comment Dist::Zilla::Role::Releaser)
130 + $(comment Dist::Zilla::Tester)
131 + dev-perl/Dist-Zilla
132 +
133 + $(comment File::Copy)
134 +
135 + $(comment File::Copy::Recursive)
136 + dev-perl/File-Copy-Recursive
137 +
138 + $(comment File::Find)
139 +
140 + $(comment File::Path)
141 + virtual/perl-File-Path
142 +
143 + $(comment File::Which)
144 + dev-perl/File-Which
145 +
146 + $(comment File::pushd)
147 + dev-perl/File-pushd
148 +
149 + $(comment Module::Build 0.3601)
150 + >=virtual/perl-Module-Build-0.36.01
151 +
152 + $(comment Path::Class)
153 + dev-perl/Path-Class
154 +
155 + $(comment Test::Exception)
156 + dev-perl/Test-Exception
157 +
158 + $(comment Test::More 0.88)
159 + >=virtual/perl-Test-Simple-0.88
160 +
161 + $(comment CONFIGURE)
162 + $(comment Module::Build 0.3601)
163 + >=virtual/perl-Module-Build-0.36.01
164 +
165 + ${COMMON_DEPEND}
166 +"
167 +RDEPEND="
168 + ${COMMON_DEPEND}
169 +"
170 +SRC_TEST="do"