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/Catalyst-Plugin-Cache/
Date: Tue, 26 Aug 2014 19:06:48 +0000 (UTC)	[thread overview]
Message-ID: <1409079423.beb22561b2e84fae54c98addd3d1ee29084adb1b.kent@gentoo> (raw)

commit:     beb22561b2e84fae54c98addd3d1ee29084adb1b
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Aug 26 18:57:03 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Aug 26 18:57:03 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=beb22561

[cleanup] dev-perl/Catalyst-Plugin-Cache Remove old EAPIS

Package-Manager: portage-2.2.10

---
 .../Catalyst-Plugin-Cache-0.100.0.ebuild           | 33 ----------------
 .../Catalyst-Plugin-Cache-0.110.0.ebuild           | 46 ----------------------
 .../Catalyst-Plugin-Cache-0.90.0.ebuild            | 22 -----------
 dev-perl/Catalyst-Plugin-Cache/ChangeLog           |  7 +++-
 4 files changed, 6 insertions(+), 102 deletions(-)

diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
deleted file mode 100644
index e8c63a2..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.100.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.10"
-inherit perl-module
-
-DESCRIPTION="Flexible caching support for Catalyst"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-COMMON_DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/MRO-Compat
-	dev-perl/Task-Weaken
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-DEPEND="
-	${COMMON_DEPEND}
-	dev-perl/Test-Deep
-	dev-perl/Test-Exception
-"
-
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
deleted file mode 100644
index 10dc5fa..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.110.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION=0.11
-inherit perl-module
-
-DESCRIPTION='Flexible caching support for Catalyst.'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.36 ( 6.360.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
-	# Test::Deep
-	echo dev-perl/Test-Deep
-	# Test::Exception
-	echo dev-perl/Test-Exception
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-}
-perl_meta_runtime() {
-	# Catalyst 5.8 ( 5.800.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.800.0
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Storable
-	echo virtual/perl-Storable
-	# Task::Weaken
-	echo dev-perl/Task-Weaken
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild b/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
deleted file mode 100644
index 4a698c4..0000000
--- a/dev-perl/Catalyst-Plugin-Cache/Catalyst-Plugin-Cache-0.90.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MODULE_AUTHOR=BOBTFISH
-MODULE_VERSION="0.09"
-inherit perl-module
-
-DESCRIPTION="Flexible caching support for Catalyst"
-
-IUSE=""
-
-SLOT="0"
-LICENSE="|| ( Artistic GPL-2 )"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
-	>=dev-perl/Catalyst-Runtime-5.700.0
-	dev-perl/Test-Deep
-	dev-perl/Test-Exception
-	dev-perl/MRO-Compat
-"

diff --git a/dev-perl/Catalyst-Plugin-Cache/ChangeLog b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
index a5167b0..832ebf7 100644
--- a/dev-perl/Catalyst-Plugin-Cache/ChangeLog
+++ b/dev-perl/Catalyst-Plugin-Cache/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for dev-perl/Catalyst-Plugin-Cache
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  26 Aug 2014; Kent Fredric <kentfredric@gmail.com>
+  -Catalyst-Plugin-Cache-0.90.0.ebuild, -Catalyst-Plugin-Cache-0.100.0.ebuild,
+  -Catalyst-Plugin-Cache-0.110.0.ebuild:
+  Remove old EAPIS
+
 *Catalyst-Plugin-Cache-0.120.0 (27 Feb 2013)
 
   27 Feb 2013; Kent Fredric <kentfredric@gmail.com>


             reply	other threads:[~2014-08-26 19:06 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-26 19:06 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-03-02  7:01 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Plugin-Cache/ Kent Fredric
2012-03-27  9:30 Kent Fredric
2012-02-27 21:01 Kent Fredric
2011-11-11 14:38 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=1409079423.beb22561b2e84fae54c98addd3d1ee29084adb1b.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