public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
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:33 +0000 (UTC)	[thread overview]
Message-ID: <1427347439.e084cb4a84da08ce54a9ddd76e1df9020c061d53.kent@gentoo> (raw)

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

 .../Dist-Zilla-Plugin-Twitter-0.10.0.ebuild        | 44 -----------
 .../Dist-Zilla-Plugin-Twitter-0.11.0.ebuild        | 86 ----------------------
 .../Dist-Zilla-Plugin-Twitter-0.14.0.ebuild        | 86 ----------------------
 .../Dist-Zilla-Plugin-Twitter-0.7.0.ebuild         | 34 ---------
 .../Dist-Zilla-Plugin-Twitter-0.9.0.ebuild         | 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"


             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=1427347439.e084cb4a84da08ce54a9ddd76e1df9020c061d53.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