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/MooseX-Types-URI/
Date: Sun,  7 Jun 2015 19:48:17 +0000 (UTC)	[thread overview]
Message-ID: <1433696328.aaaa4b3cd42f52817d39b2e71640805e8bd48fdb.kent@gentoo> (raw)

commit:     aaaa4b3cd42f52817d39b2e71640805e8bd48fdb
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Jun  7 16:58:01 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Jun  7 16:58:48 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=aaaa4b3c

[fixup] MooseX-Types-URI: EAPI5, fixup deps esp Test-use-ok

Package-Manager: portage-2.2.17

 .../MooseX-Types-URI-0.30.0-r1.ebuild              | 29 ++++++++++++++
 .../MooseX-Types-URI-0.30.0.ebuild                 | 46 ----------------------
 2 files changed, 29 insertions(+), 46 deletions(-)

diff --git a/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0-r1.ebuild b/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0-r1.ebuild
new file mode 100644
index 0000000..b03270a
--- /dev/null
+++ b/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=FLORA
+MODULE_VERSION=0.03
+inherit perl-module
+
+DESCRIPTION="URI related types and coercions for Moose"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Moose-0.500.0
+	dev-perl/MooseX-Types
+	dev-perl/MooseX-Types-Path-Class
+	dev-perl/URI
+	dev-perl/URI-FromHash
+	>=dev-perl/namespace-clean-0.80.0
+"
+DEPEND="
+	${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-Test-Simple
+		|| ( >=virtual/perl-Test-Simple-1.1.10 dev-perl/Test-use-ok )
+	)
+"

diff --git a/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0.ebuild b/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0.ebuild
deleted file mode 100644
index dbc6a2a..0000000
--- a/dev-perl/MooseX-Types-URI/MooseX-Types-URI-0.30.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=FLORA
-MODULE_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION='URI related types and coercions for Moose'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
-	# Moose 0.50 ( 0.500.0 )
-	echo \>=dev-perl/Moose-0.500.0
-	# MooseX::Types
-	echo dev-perl/MooseX-Types
-	# MooseX::Types::Path::Class
-	echo dev-perl/MooseX-Types-Path-Class
-	# Test::use::ok
-	echo dev-perl/Test-use-ok
-	# URI
-	echo dev-perl/URI
-	# URI::FromHash
-	echo dev-perl/URI-FromHash
-	# namespace::clean 0.08 ( 0.80.0 )
-	echo \>=dev-perl/namespace-clean-0.80.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_build)
-	$(perl_meta_runtime)
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


             reply	other threads:[~2015-06-07 19:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-07 19:48 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/MooseX-Types-URI/ Kent Fredric
2015-06-07 19:48 Kent Fredric
2013-02-07 15:06 Kent Fredric
2012-10-28 14:02 Kent Fredric
2012-02-23  7:05 Kent Fredric
2011-12-05 22:55 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=1433696328.aaaa4b3cd42f52817d39b2e71640805e8bd48fdb.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