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: Thu, 26 Mar 2015 06:58:34 +0000 (UTC) [thread overview]
Message-ID: <1427350049.a523aa655572e649176719dae7826e87c2d89e6c.kent@gentoo> (raw)
commit: a523aa655572e649176719dae7826e87c2d89e6c
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 06:07:29 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 06:07:29 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a523aa65
[bump] Dist-Zilla-Plugin-Twitter-0.26.0
Package-Manager: portage-2.2.17
| 95 ----------------------
| 45 ++++++++++
2 files changed, 45 insertions(+), 95 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.20.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.20.0.ebuild
deleted file mode 100644
index f046426..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.20.0.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.020
-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() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_build() {
- # Module::Build 0.3601 ( 0.360.100 )
- echo \>=virtual/perl-Module-Build-0.36.01
-}
-perl_meta_runtime() {
- # Config::INI::Reader
- echo dev-perl/Config-INI
- # Config::INI::Writer
- echo dev-perl/Config-INI
- # 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
- # Dist::Zilla::Util
- echo dev-perl/Dist-Zilla
- # File::Path
- echo virtual/perl-File-Path
- # File::Spec
- echo virtual/perl-File-Spec
- # Moose 0.99 ( 0.990.0 )
- echo \>=dev-perl/Moose-0.990.0
- # Net::Twitter 3 ( 3.0.0 )
- echo \>=dev-perl/Net-Twitter-3.0.0
- # Try::Tiny
- echo dev-perl/Try-Tiny
- # 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.0
- # 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
- # Sub::Exporter
- echo dev-perl/Sub-Exporter
- # Test::More 0.88 ( 0.880.0 )
- echo \>=virtual/perl-Test-Simple-0.88
- # base
- # echo virtual/perl-base
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.26.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.26.0.ebuild
new file mode 100644
index 0000000..9fc8ddf
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.26.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.026
+inherit perl-module
+
+DESCRIPTION='Twitter when you release with Dist::Zilla'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Config::INI::Reader -> Config-INI
+# Config::INI::Writer -> Config-INI
+# Dist::Zilla::Role::AfterRelease -> Dist-Zilla
+# Dist::Zilla::Role::TextTemplate -> Dist-Zilla
+# Dist::Zilla::Util -> Dist::Zilla
+# WWW::Shorten::TinyURL -> WWW-Shorten
+# HTTP::Response -> HTTP-Message
+RDEPEND="
+ dev-perl/Config-INI
+ >=dev-perl/Dist-Zilla-4.0.0
+ virtual/perl-File-Path
+ virtual/perl-File-Spec
+ >=dev-perl/Moose-0.990.0
+ >=dev-perl/Net-Twitter-4.0.10
+ dev-perl/Try-Tiny
+ >=dev-perl/WWW-Shorten-3.20.0
+ dev-perl/WWW-Shorten-Simple
+ >=dev-perl/namespace-autoclean-0.90.0
+
+"
+DEPEND="
+ >=virtual/perl-Module-Build-0.280.0
+ test? (
+ dev-perl/HTTP-Message
+ virtual/perl-IO
+ dev-perl/libwww-perl
+ dev-perl/Params-Util
+ dev-perl/Sub-Exporter
+ >=virtual/perl-Test-Simple-0.880.0
+ )
+"
next reply other threads:[~2015-03-26 6:58 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-26 6:58 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
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
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=1427350049.a523aa655572e649176719dae7826e87c2d89e6c.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