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/Test-Filename/
Date: Wed,  3 Jun 2015 12:58:58 +0000 (UTC)	[thread overview]
Message-ID: <1433280497.56c0ef38a6257856d9ab54c93d286e346dda1ee1.kent@gentoo> (raw)

commit:     56c0ef38a6257856d9ab54c93d286e346dda1ee1
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Tue Jun  2 21:28:17 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Tue Jun  2 21:28:17 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=56c0ef38

[fixup] Test-Filename: Normalise dependencies, optionally use Test-Simple to provide Test::Tester

Package-Manager: portage-2.2.17

 .../Test-Filename/Test-Filename-0.30.0-r1.ebuild   | 31 ++++++++++++++
 dev-perl/Test-Filename/Test-Filename-0.30.0.ebuild | 50 ----------------------
 2 files changed, 31 insertions(+), 50 deletions(-)

diff --git a/dev-perl/Test-Filename/Test-Filename-0.30.0-r1.ebuild b/dev-perl/Test-Filename/Test-Filename-0.30.0-r1.ebuild
new file mode 100644
index 0000000..8abae2b
--- /dev/null
+++ b/dev-perl/Test-Filename/Test-Filename-0.30.0-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="Portable filename comparison"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+# File::Find -> perl
+# File::Spec::Functions -> File-Spec
+# Test::More -> Test-Simple
+# Test::Builder::Module -> Test-Simple
+RDEPEND="
+	dev-perl/Path-Tiny
+	virtual/perl-Test-Simple
+"
+DEPEND="
+	>=virtual/perl-ExtUtils-MakeMaker-6.300.0
+	${RDEPEND}
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-File-Temp
+		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-Tester )
+	)
+"

diff --git a/dev-perl/Test-Filename/Test-Filename-0.30.0.ebuild b/dev-perl/Test-Filename/Test-Filename-0.30.0.ebuild
deleted file mode 100644
index 17e5ef3..0000000
--- a/dev-perl/Test-Filename/Test-Filename-0.30.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION='Portable filename comparison'
-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() {
-	# Path::Tiny
-	echo dev-perl/Path-Tiny
-	# Test::Builder::Module
-	echo virtual/perl-Test-Simple
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-	# strict
-	echo dev-lang/perl
-	# warnings
-	echo dev-lang/perl
-}
-perl_meta_test() {
-	# File::Find
-	echo dev-lang/perl
-	# File::Spec::Functions
-	echo virtual/perl-File-Spec
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# Test::More
-	echo virtual/perl-Test-Simple
-	# Test::Tester
-	echo dev-perl/Test-Tester
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


             reply	other threads:[~2015-06-03 12:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-03 12:58 Kent Fredric [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-Filename/ Kent Fredric
2017-09-17  3:43 Kent Fredric
2013-02-08 10:36 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=1433280497.56c0ef38a6257856d9ab54c93d286e346dda1ee1.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