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-Devel/
Date: Thu,  2 Apr 2015 23:30:53 +0000 (UTC)	[thread overview]
Message-ID: <1427994479.ed41d9c55c519f71f7f99682dc4b1dce8a85e410.kent@gentoo> (raw)

commit:     ed41d9c55c519f71f7f99682dc4b1dce8a85e410
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Thu Apr  2 17:07:59 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Thu Apr  2 17:07:59 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=ed41d9c5

[fixup] Catalyst-Devel: EAPI5, fixup deps ( Esp Config-General )

Package-Manager: portage-2.2.17

 .../Catalyst-Devel-1.390.0-r1.ebuild               | 38 +++++++++++++
 .../Catalyst-Devel/Catalyst-Devel-1.390.0.ebuild   | 66 ----------------------
 2 files changed, 38 insertions(+), 66 deletions(-)

diff --git a/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0-r1.ebuild b/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0-r1.ebuild
new file mode 100644
index 0000000..28308fe
--- /dev/null
+++ b/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ILMARI
+MODULE_VERSION=1.39
+inherit perl-module
+
+DESCRIPTION='Catalyst Development Tools'
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# Template -> Template-Toolkit
+RDEPEND="
+	>=dev-perl/Catalyst-Action-RenderView-0.100.0
+	>=dev-perl/Catalyst-Plugin-ConfigLoader-0.300.0
+	>=dev-perl/Catalyst-Plugin-Static-Simple-0.280.0
+	>=dev-perl/Catalyst-Runtime-5.900.10
+	>=dev-perl/Config-General-2.420.0
+	>=dev-perl/File-ChangeNotify-0.70.0
+	dev-perl/File-Copy-Recursive
+	dev-perl/File-ShareDir
+	>=dev-perl/Module-Install-1.20.0
+	dev-perl/Moose
+	dev-perl/MooseX-Emulate-Class-Accessor-Fast
+	>=dev-perl/Path-Class-0.90.0
+	>=dev-perl/Template-Toolkit-2.140.0
+	dev-perl/namespace-autoclean
+	dev-perl/namespace-clean
+"
+DEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-6.360.0
+	test? (
+		>=dev-perl/Test-Fatal-0.3.0
+		>=virtual/perl-Test-Simple-0.940.0
+	)
+"

diff --git a/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0.ebuild b/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0.ebuild
deleted file mode 100644
index b03d660..0000000
--- a/dev-perl/Catalyst-Devel/Catalyst-Devel-1.390.0.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ILMARI
-MODULE_VERSION=1.39
-inherit perl-module
-
-DESCRIPTION='Catalyst Development Tools'
-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::Fatal 0.003 ( 0.3.0 )
-	echo \>=dev-perl/Test-Fatal-0.3.0
-	# Test::More 0.94 ( 0.940.0 )
-	echo \>=virtual/perl-Test-Simple-0.94
-}
-perl_meta_runtime() {
-	# Catalyst 5.90001 ( 5.900.10 )
-	echo \>=dev-perl/Catalyst-Runtime-5.900.10
-	# Catalyst::Action::RenderView 0.10 ( 0.100.0 )
-	echo \>=dev-perl/Catalyst-Action-RenderView-0.100.0
-	# Catalyst::Plugin::ConfigLoader 0.30 ( 0.300.0 )
-	echo \>=dev-perl/Catalyst-Plugin-ConfigLoader-0.300.0
-	# Catalyst::Plugin::Static::Simple 0.28 ( 0.280.0 )
-	echo \>=dev-perl/Catalyst-Plugin-Static-Simple-0.280.0
-	# Config::General 2.42 ( 2.420.0 )
-	echo \>=dev-perl/config-general-2.420.0
-	# File::ChangeNotify 0.07 ( 0.70.0 )
-	echo \>=dev-perl/File-ChangeNotify-0.70.0
-	# File::Copy::Recursive
-	echo dev-perl/File-Copy-Recursive
-	# File::ShareDir
-	echo dev-perl/File-ShareDir
-	# Module::Install 1.02 ( 1.20.0 )
-	echo \>=dev-perl/Module-Install-1.20.0
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Emulate::Class::Accessor::Fast
-	echo dev-perl/MooseX-Emulate-Class-Accessor-Fast
-	# Path::Class 0.09 ( 0.90.0 )
-	echo \>=dev-perl/Path-Class-0.90.0
-	# Template 2.14 ( 2.140.0 )
-	echo \>=dev-perl/Template-Toolkit-2.140.0
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-	# namespace::clean
-	echo dev-perl/namespace-clean
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do parallel"


             reply	other threads:[~2015-04-02 23:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-02 23:30 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-12-23 20:18 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Devel/ Kent Fredric
2013-06-26  7:42 Kent Fredric
2013-02-09 19:31 Kent Fredric
2012-08-23 12:35 Kent Fredric
2012-05-23  6:09 Kent Fredric
2011-10-31  8:46 Kent Fredric
2011-10-31  8:46 Kent Fredric
2011-04-20 16:25 Kent Fredric
2011-03-22 17:56 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=1427994479.ed41d9c55c519f71f7f99682dc4b1dce8a85e410.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