From: "Kent Fredric" <kentfredric@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
Date: Mon, 31 Oct 2011 04:52:26 +0000 (UTC) [thread overview]
Message-ID: <2d93096e990a4f6bfb27e794f90a6b90a1ef4ca3.kent@gentoo> (raw)
commit: 2d93096e990a4f6bfb27e794f90a6b90a1ef4ca3
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 04:10:24 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 31 04:10:24 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2d93096e
[newversion] Dist-Zilla-Plugin-Twitter-0.11.0
(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
| 6 ++
| 86 ++++++++++++++++++++
2 files changed, 92 insertions(+), 0 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index 1476030..3817146 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Twitter-0.11.0 (31 Oct 2011)
+
+ 31 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Twitter-0.11.0.ebuild:
+ Version bump
+
*Dist-Zilla-Plugin-Twitter-0.10.0 (31 Oct 2011)
*Dist-Zilla-Plugin-Twitter-0.9.0 (31 Oct 2011)
*Dist-Zilla-Plugin-Twitter-0.7.0 (31 Oct 2011)
--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
new file mode 100644
index 0000000..2ac1270
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.11.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION='Twitter when you release with Dist::Zilla'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+ # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+ echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+ # Carp
+ echo dev-lang/perl
+ # Dist::Zilla 4 ( 4.0.0 )
+ echo \>=dev-perl/Dist-Zilla-4.0.0
+ # Dist::Zilla::Role::AfterRelease
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::TextTemplate
+ echo dev-perl/Dist-Zilla
+ # Math::BigFloat
+ echo virtual/perl-Math-BigInt
+ # Moose 0.99 ( 0.990.0 )
+ echo \>=dev-perl/Moose-0.990
+ # Net::Netrc
+ echo virtual/perl-libnet
+ # Net::Twitter 3 ( 3.0.0 )
+ echo \>=dev-perl/Net-Twitter-3.0.0
+ # WWW::Shorten 3.02 ( 3.20.0 )
+ echo \>=dev-perl/WWW-Shorten-3.20.0
+ # WWW::Shorten::Simple
+ echo dev-perl/WWW-Shorten-Simple
+ # WWW::Shorten::TinyURL
+ echo dev-perl/WWW-Shorten
+ # namespace::autoclean 0.09 ( 0.90.0 )
+ echo \>=dev-perl/namespace-autoclean-0.90
+ # perl 5.008 ( 5.8.0 )
+ echo \>=dev-lang/perl-5.8.0
+ # strict
+ echo dev-lang/perl
+ # utf8
+ echo dev-lang/perl
+ # warnings
+ echo dev-lang/perl
+}
+perl_meta_test() {
+ # Dist::Zilla::App::Tester
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Role::Releaser
+ echo dev-perl/Dist-Zilla
+ # Dist::Zilla::Tester
+ echo dev-perl/Dist-Zilla
+ # File::Find
+ echo dev-lang/perl
+ # File::Temp
+ echo virtual/perl-File-Temp
+ # HTTP::Response
+ echo dev-perl/HTTP-Message
+ # LWP::UserAgent
+ echo dev-perl/libwww-perl
+ # Params::Util
+ echo dev-perl/Params-Util
+ # Path::Class
+ echo dev-perl/Path-Class
+ # Sub::Exporter
+ echo dev-perl/Sub-Exporter
+ # Test::More 0.88 ( 0.880.0 )
+ echo \>=virtual/perl-Test-Simple-0.88
+ # base
+ # echo dev-perl/base
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
next reply other threads:[~2011-10-31 4:53 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-31 4:52 Kent Fredric [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-26 6:58 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/ Kent Fredric
2015-03-26 6:58 Kent Fredric
2013-02-08 10:36 Kent Fredric
2013-02-08 10:36 Kent Fredric
2012-07-20 15:56 Kent Fredric
2012-06-23 14:09 Kent Fredric
2012-02-23 13:55 Kent Fredric
2011-10-31 4:52 Kent Fredric
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2d93096e990a4f6bfb27e794f90a6b90a1ef4ca3.kent@gentoo \
--to=kentfredric@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox