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-Twitter/
Date: Mon, 31 Oct 2011 04:53:30
Message-Id: 2d93096e990a4f6bfb27e794f90a6b90a1ef4ca3.kent@gentoo
1 commit: 2d93096e990a4f6bfb27e794f90a6b90a1ef4ca3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 04:10:24 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 04:10:24 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2d93096e
7
8 [newversion] Dist-Zilla-Plugin-Twitter-0.11.0
9
10 (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog | 6 ++
14 .../Dist-Zilla-Plugin-Twitter-0.11.0.ebuild | 86 ++++++++++++++++++++
15 2 files changed, 92 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
18 index 1476030..3817146 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-Twitter-0.11.0 (31 Oct 2011)
26 +
27 + 31 Oct 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-Twitter-0.11.0.ebuild:
29 + Version bump
30 +
31 *Dist-Zilla-Plugin-Twitter-0.10.0 (31 Oct 2011)
32 *Dist-Zilla-Plugin-Twitter-0.9.0 (31 Oct 2011)
33 *Dist-Zilla-Plugin-Twitter-0.7.0 (31 Oct 2011)
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.11.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.11.0.ebuild
36 new file mode 100644
37 index 0000000..2ac1270
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.11.0.ebuild
40 @@ -0,0 +1,86 @@
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=DAGOLDEN
46 +MODULE_VERSION=0.011
47 +inherit perl-module
48 +
49 +DESCRIPTION='Twitter when you release with Dist::Zilla'
50 +LICENSE=" Apache-2.0"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE="test"
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Carp
60 + echo dev-lang/perl
61 + # Dist::Zilla 4 ( 4.0.0 )
62 + echo \>=dev-perl/Dist-Zilla-4.0.0
63 + # Dist::Zilla::Role::AfterRelease
64 + echo dev-perl/Dist-Zilla
65 + # Dist::Zilla::Role::TextTemplate
66 + echo dev-perl/Dist-Zilla
67 + # Math::BigFloat
68 + echo virtual/perl-Math-BigInt
69 + # Moose 0.99 ( 0.990.0 )
70 + echo \>=dev-perl/Moose-0.990
71 + # Net::Netrc
72 + echo virtual/perl-libnet
73 + # Net::Twitter 3 ( 3.0.0 )
74 + echo \>=dev-perl/Net-Twitter-3.0.0
75 + # WWW::Shorten 3.02 ( 3.20.0 )
76 + echo \>=dev-perl/WWW-Shorten-3.20.0
77 + # WWW::Shorten::Simple
78 + echo dev-perl/WWW-Shorten-Simple
79 + # WWW::Shorten::TinyURL
80 + echo dev-perl/WWW-Shorten
81 + # namespace::autoclean 0.09 ( 0.90.0 )
82 + echo \>=dev-perl/namespace-autoclean-0.90
83 + # perl 5.008 ( 5.8.0 )
84 + echo \>=dev-lang/perl-5.8.0
85 + # strict
86 + echo dev-lang/perl
87 + # utf8
88 + echo dev-lang/perl
89 + # warnings
90 + echo dev-lang/perl
91 +}
92 +perl_meta_test() {
93 + # Dist::Zilla::App::Tester
94 + echo dev-perl/Dist-Zilla
95 + # Dist::Zilla::Role::Releaser
96 + echo dev-perl/Dist-Zilla
97 + # Dist::Zilla::Tester
98 + echo dev-perl/Dist-Zilla
99 + # File::Find
100 + echo dev-lang/perl
101 + # File::Temp
102 + echo virtual/perl-File-Temp
103 + # HTTP::Response
104 + echo dev-perl/HTTP-Message
105 + # LWP::UserAgent
106 + echo dev-perl/libwww-perl
107 + # Params::Util
108 + echo dev-perl/Params-Util
109 + # Path::Class
110 + echo dev-perl/Path-Class
111 + # Sub::Exporter
112 + echo dev-perl/Sub-Exporter
113 + # Test::More 0.88 ( 0.880.0 )
114 + echo \>=virtual/perl-Test-Simple-0.88
115 + # base
116 + # echo dev-perl/base
117 +}
118 +DEPEND="
119 + $(perl_meta_configure)
120 + $(perl_meta_runtime)
121 + test? ( $(perl_meta_test) )
122 +"
123 +RDEPEND="
124 + $(perl_meta_runtime)
125 +"
126 +SRC_TEST="do"