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-Model-File/
Date: Sat, 20 Jun 2015 09:37:37 +0000 (UTC)	[thread overview]
Message-ID: <1434787743.6b420ad67e85cf56e7387af8b9d8d0d2759e58a9.kent@gentoo> (raw)

commit:     6b420ad67e85cf56e7387af8b9d8d0d2759e58a9
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Jun 20 08:09:03 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Jun 20 08:09:03 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=6b420ad6

[fixup] Catalyst-Model-File: Fixup deps, resolve test failures with parallelism

Package-Manager: portage-2.2.17

 .../Catalyst-Model-File-0.100.0-r1.ebuild          | 51 ----------------------
 .../Catalyst-Model-File-0.100.0-r2.ebuild          | 36 +++++++++++++++
 2 files changed, 36 insertions(+), 51 deletions(-)

diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
deleted file mode 100644
index 2072f56..0000000
--- a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=ASH
-MODULE_VERSION=0.10
-inherit perl-module
-
-DESCRIPTION='File based storage model for Catalyst.'
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker 6.42 ( 6.420.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
-	# Test::More
-	echo virtual/perl-Test-Simple
-}
-perl_meta_runtime() {
-	# Catalyst 5.80 ( 5.800.0 )
-	echo \>=dev-perl/Catalyst-Runtime-5.800.0
-	# Catalyst::Component::InstancePerContext
-	echo dev-perl/Catalyst-Component-InstancePerContext
-	# MRO::Compat
-	echo dev-perl/MRO-Compat
-	# Moose
-	echo dev-perl/Moose
-	# MooseX::Types::Moose
-	echo dev-perl/MooseX-Types
-	# MooseX::Types::Path::Class
-	echo dev-perl/MooseX-Types-Path-Class
-	# Path::Class
-	echo dev-perl/Path-Class
-	# namespace::autoclean
-	echo dev-perl/namespace-autoclean
-	# perl v5.8.1 ( 5.8.1 )
-	echo \>=dev-lang/perl-5.8.1
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild
new file mode 100644
index 0000000..deade21
--- /dev/null
+++ b/dev-perl/Catalyst-Model-File/Catalyst-Model-File-0.100.0-r2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=ASH
+MODULE_VERSION=0.10
+inherit perl-module
+
+DESCRIPTION="File based storage model for Catalyst."
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+PERL_RM_FILES=(
+	t/01use.t
+	t/02pod.t
+)
+PERL_RESTRICT="parallel-test"
+RDEPEND="
+	>=dev-perl/Catalyst-Runtime-5.800.0
+	dev-perl/Catalyst-Component-InstancePerContext
+	dev-perl/MRO-Compat
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	dev-perl/MooseX-Types-Path-Class
+	dev-perl/Path-Class
+	dev-perl/namespace-autoclean
+"
+DEPEND="
+	${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.420.0
+	test? (
+		virtual/perl-Test-Simple
+	)
+"


             reply	other threads:[~2015-06-20  9:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-20  9:37 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-17  0:56 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Catalyst-Model-File/ Kent Fredric
2012-02-12  7:22 Kent Fredric
2012-02-12  7:22 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=1434787743.6b420ad67e85cf56e7387af8b9d8d0d2759e58a9.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