* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2015-03-26 6:58 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-03-26 6:58 UTC (permalink / raw
To: gentoo-commits
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
+ )
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2015-03-26 6:58 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2015-03-26 6:58 UTC (permalink / raw
To: gentoo-commits
commit: e084cb4a84da08ce54a9ddd76e1df9020c061d53
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Mar 26 05:23:59 2015 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Mar 26 05:23:59 2015 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=e084cb4a
[cleanup] Dist-Zilla-Plugin-Twitter-0.{7,9,10,11,14}.0: Remove old versions
Package-Manager: portage-2.2.17
| 44 -----------
| 86 ----------------------
| 86 ----------------------
| 34 ---------
| 34 ---------
5 files changed, 284 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
deleted file mode 100644
index ab8bcb5..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.010"
-inherit perl-module perl-declaredeps
-
-DESCRIPTION="Twitter when you release with Dist::Zilla"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-cdepend-virtual ExtUtils-MakeMaker 6.56
-
-bdepend Dist-Zilla 4 # Dist-Zilla-App-Tester
-#bdepend Dist-Zilla 4 # Dist-Zilla-Role-Releaser
-#bdepend Dist-Zilla 4 # Dist-Zilla-Tester
-# bdepend-virtual File-Find # CORE
-bdepend-virtual File-Temp
-bdepend libwww-perl # HTTP-Response
-#bdepend libwww-perl # LWP-USerAgent
-bdepend Params-Util
-bdepend Path-Class
-bdepend Sub-Exporter
-bdepend-virtual Test-Simple 0.88 # Test-More
-
-#depend Carp # CORE
-depend Dist-Zilla 4
-# depend Dist-Zilla 4 # Dist-Zilla-Role-AfterRelease
-# depend Dist-Zilla 4 # Dist-Zilla-Role-TextTemplate
-# depend Math-BigFloat # CORE
-depend Moose 0.990.0
-depend-virtual libnet # Net-Netrc
-depend Net-Twitter 3
-depend WWW-Shorten 3.20
-depend WWW-Shorten-Simple
-#depend WWW-Shorten # WWW-Shorten-TinyURL
-depend namespace-autoclean 0.90.0
-#depend-virtual utf8 # CORE
-
-ddep_setup
-SRC_TEST="do"
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
deleted file mode 100644
index c313558..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.11.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2013 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.0
- # 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.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
- # 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"
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild
deleted file mode 100644
index 86c1adb..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.014
-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-perl/Carp
- # 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.0
- # 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.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
- # 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 virtual/perl-base
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
deleted file mode 100644
index 838989e..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.007"
-inherit perl-module
-
-DESCRIPTION="Twitter when you release with Dist::Zilla"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Dist-Zilla-2.101.170
- >=dev-perl/Moose-0.990.0
- virtual/perl-libnet
- >=dev-perl/Net-Twitter-3
- >=dev-perl/WWW-Shorten-1
- >=dev-perl/namespace-autoclean-0.90.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-File-Temp
- dev-perl/libwww-perl
- dev-perl/Path-Class
- dev-perl/Sub-Exporter
- >=virtual/perl-Test-Simple-0.88
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
deleted file mode 100644
index 6209199..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=2
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION="0.009"
-inherit perl-module
-
-DESCRIPTION="Twitter when you release with Dist::Zilla"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-COMMON_DEPEND="
- >=dev-perl/Dist-Zilla-4
- >=dev-perl/Moose-0.990.0
- virtual/perl-libnet
- >=dev-perl/Net-Twitter-3
- >=dev-perl/WWW-Shorten-1
- >=dev-perl/namespace-autoclean-0.90.0
-"
-DEPEND="
- ${COMMON_DEPEND}
- virtual/perl-File-Temp
- dev-perl/libwww-perl
- dev-perl/Path-Class
- dev-perl/Sub-Exporter
- >=virtual/perl-Test-Simple-0.88
- >=virtual/perl-ExtUtils-MakeMaker-6.31
-"
-RDEPEND="
- ${COMMON_DEPEND}
-"
-SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 1948996d678bd7c03983b0315101191877acd4a2
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 8 09:46:08 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 8 09:46:08 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1948996d
[newversion] Dist-Zilla-Plugin-Twitter-0.20.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
| 6 ++
| 95 ++++++++++++++++++++
2 files changed, 101 insertions(+), 0 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index 907f69e..aa0e6f6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Twitter-0.20.0 (08 Feb 2013)
+
+ 08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Twitter-0.20.0.ebuild:
+ Version Bump
+
07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
Dist-Zilla-Plugin-Twitter-0.7.0.ebuild,
Dist-Zilla-Plugin-Twitter-0.9.0.ebuild,
--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
new file mode 100644
index 0000000..f046426
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.20.0.ebuild
@@ -0,0 +1,95 @@
+# 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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2013-02-08 10:36 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
To: gentoo-commits
commit: 8fb256a7fdbfae9c0551d7897a6f9d692b998d97
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb 8 09:46:38 2013 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb 8 09:46:38 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=8fb256a7
[cpanclean] Dist-Zilla-Plugin-Twitter-0.17.0
Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4
---
| 4 +
| 93 --------------------
2 files changed, 4 insertions(+), 93 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index aa0e6f6..3089786 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-Twitter-0.17.0.ebuild:
+ Gone on CPAN
+
*Dist-Zilla-Plugin-Twitter-0.20.0 (08 Feb 2013)
08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild
deleted file mode 100644
index 264a563..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DOHERTY
-MODULE_VERSION=0.017
-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::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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2012-07-20 15:56 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-07-20 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 65f369cc0b74b7022b258e1aee22155574a02072
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jul 20 10:45:54 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jul 20 10:45:54 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=65f369cc
[newversion] Dist-Zilla-Plugin-Twitter-0.17.0
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
---
| 6 ++
| 93 ++++++++++++++++++++
2 files changed, 99 insertions(+), 0 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index 91ecf17..b1ee14b 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Twitter-0.17.0 (20 Jul 2012)
+
+ 20 Jul 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Twitter-0.17.0.ebuild:
+ Version Bump
+
23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
Dist-Zilla-Plugin-Twitter-0.7.0.ebuild,
Dist-Zilla-Plugin-Twitter-0.9.0.ebuild,
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild
new file mode 100644
index 0000000..bce4ecb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.17.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=0.017
+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::Spec
+ echo virtual/perl-File-Spec
+ # Moose 0.99 ( 0.990.0 )
+ echo \>=dev-perl/Moose-0.990
+ # 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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2012-06-23 14:09 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-06-23 14:09 UTC (permalink / raw
To: gentoo-commits
commit: f001d41806f1a6a87535e8c44a6641e74731a458
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 23 12:18:20 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 23 12:18:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f001d418
[fix] Dist-Zilla-Plugin-Twitter -> namespace-autoclean normalise
(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
| 7 +++++++
| 4 ++--
| 4 ++--
| 4 ++--
| 4 ++--
5 files changed, 15 insertions(+), 8 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index a0b4a08..91ecf17 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 23 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+ Dist-Zilla-Plugin-Twitter-0.7.0.ebuild,
+ Dist-Zilla-Plugin-Twitter-0.9.0.ebuild,
+ Dist-Zilla-Plugin-Twitter-0.10.0.ebuild,
+ Dist-Zilla-Plugin-Twitter-0.11.0.ebuild:
+ Normalise dep on namespace-autoclean
+
*Dist-Zilla-Plugin-Twitter-0.16.0 (26 May 2012)
26 May 2012; Kent Fredric <kentfredric@gmail.com>
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
index 608b75a..9c424f6 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -37,7 +37,7 @@ depend Net-Twitter 3
depend WWW-Shorten 3.20
depend WWW-Shorten-Simple
#depend WWW-Shorten # WWW-Shorten-TinyURL
-depend namespace-autoclean 0.09
+depend namespace-autoclean 0.90.0
#depend-virtual utf8 # CORE
ddep_setup
--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
index 2ac1270..57884b4 100644
--- 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
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
@@ -39,7 +39,7 @@ perl_meta_runtime() {
# WWW::Shorten::TinyURL
echo dev-perl/WWW-Shorten
# namespace::autoclean 0.09 ( 0.90.0 )
- echo \>=dev-perl/namespace-autoclean-0.90
+ echo \>=dev-perl/namespace-autoclean-0.90.0
# perl 5.008 ( 5.8.0 )
echo \>=dev-lang/perl-5.8.0
# strict
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
index 46eaf80..d146ccd 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -17,7 +17,7 @@ COMMON_DEPEND="
virtual/perl-libnet
>=dev-perl/Net-Twitter-3
>=dev-perl/WWW-Shorten-1
- >=dev-perl/namespace-autoclean-0.09
+ >=dev-perl/namespace-autoclean-0.90.0
"
DEPEND="
${COMMON_DEPEND}
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
index 6f8fb2f..f52b2ce 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=2
@@ -17,7 +17,7 @@ COMMON_DEPEND="
virtual/perl-libnet
>=dev-perl/Net-Twitter-3
>=dev-perl/WWW-Shorten-1
- >=dev-perl/namespace-autoclean-0.09
+ >=dev-perl/namespace-autoclean-0.90.0
"
DEPEND="
${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2012-02-23 13:55 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2012-02-23 13:55 UTC (permalink / raw
To: gentoo-commits
commit: 813267589f64c82711eb22b743383700e4b5dcd0
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 13:33:04 2012 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Feb 23 13:33:04 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=81326758
[newversion] Dist-Zilla-Plugin-Twitter-0.14.0
(Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
---
| 8 ++-
| 86 ++++++++++++++++++++
2 files changed, 93 insertions(+), 1 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index 3817146..b35494c 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -1,7 +1,13 @@
# ChangeLog for dev-perl/Dist-Zilla-Plugin-Twitter
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*Dist-Zilla-Plugin-Twitter-0.14.0 (23 Feb 2012)
+
+ 23 Feb 2012; Kent Fredric <kentfredric@gmail.com>
+ +Dist-Zilla-Plugin-Twitter-0.14.0.ebuild:
+ Version Bump
+
*Dist-Zilla-Plugin-Twitter-0.11.0 (31 Oct 2011)
31 Oct 2011; Kent Fredric <kentfredric@gmail.com>
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild
new file mode 100644
index 0000000..dc4177d
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.14.0.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.014
+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-perl/Carp
+ # 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.090
+ # 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 virtual/perl-base
+}
+DEPEND="
+ $(perl_meta_configure)
+ $(perl_meta_runtime)
+ test? ( $(perl_meta_test) )
+"
+RDEPEND="
+ $(perl_meta_runtime)
+"
+SRC_TEST="do"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2011-10-31 4:52 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-10-31 4:52 UTC (permalink / raw
To: gentoo-commits
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"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/
@ 2011-10-31 4:52 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2011-10-31 4:52 UTC (permalink / raw
To: gentoo-commits
commit: 80f01e73387b0d6f72447036e0fd9d74ad28127a
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Mon Oct 31 03:01:04 2011 +0000
Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Mon Oct 31 03:01:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=80f01e73
[migrate(addzero)] Dist-Zilla-Plugin-Twitter
(Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
---
| 13 +++++++++++++
| 0
| 0
| 0
4 files changed, 13 insertions(+), 0 deletions(-)
--git a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
index 8988b06..1476030 100644
--- a/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-Twitter/ChangeLog
@@ -2,6 +2,19 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*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)
+
+ 31 Oct 2011; Kent Fredric <kentfredric@gmail.com>
+ -Dist-Zilla-Plugin-Twitter-0.7.ebuild,
+ +Dist-Zilla-Plugin-Twitter-0.7.0.ebuild,
+ -Dist-Zilla-Plugin-Twitter-0.9.ebuild,
+ +Dist-Zilla-Plugin-Twitter-0.9.0.ebuild,
+ -Dist-Zilla-Plugin-Twitter-0.10.ebuild,
+ +Dist-Zilla-Plugin-Twitter-0.10.0.ebuild:
+ Migrate ( addzero )
+
*Dist-Zilla-Plugin-Twitter-0.10 (30 Jan 2011)
30 Jan 2011; Kent Fredric <kentfredric@gmail.com>
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
similarity index 100%
rename from dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.ebuild
rename to dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.10.0.ebuild
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
similarity index 100%
rename from dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.ebuild
rename to dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.7.0.ebuild
diff --git a/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.ebuild b/dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
similarity index 100%
rename from dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.ebuild
rename to dev-perl/Dist-Zilla-Plugin-Twitter/Dist-Zilla-Plugin-Twitter-0.9.0.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2015-03-26 6:58 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-26 6:58 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Twitter/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
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
2011-10-31 4:52 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox