public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Portability/
@ 2015-08-30 10:53 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-08-30 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     0ee79a4f3598801f817d976c386e48e576be7edc
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 30 10:51:45 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 30 10:51:45 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=0ee79a4f

dev-perl/Dist-Zilla-Plugin-Test-Portability: bump to version 2.0.6

Package-Manager: portage-2.2.17

 ...Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild | 41 ++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild
new file mode 100644
index 0000000..caae300
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-2.0.6.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+MODULE_AUTHOR=DOHERTY
+MODULE_VERSION=2.000006
+inherit perl-module
+
+DESCRIPTION="Release tests for portability"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+# r: Dist::Zilla::File::InMemory -> Dist-Zilla
+# r: Dist::Zilla::Role::FileGatherer -> Dist-Zilla
+# r: Dist::Zilla::Role::FileInjector -> Dist-Zilla
+# r: Dist::Zilla::Role::TextTemplate -> Dist-Zilla
+# r: strict, warnings -> perl
+RDEPEND="
+	dev-perl/Data-Section
+	dev-perl/Dist-Zilla
+	dev-perl/Moose
+	dev-perl/Test-Portability-Files
+"
+# t: IO::Handle -> IO
+# t: IPC::Open3 -> perl
+# t: Test::Dzil -> Dist-Zilla 4.200.2
+# t: Test::More -> Test-Simple
+DEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-0.280.0
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		>=dev-perl/Dist-Zilla-4.200.2
+		>=virtual/perl-Test-Simple-0.960.0
+		dev-perl/Test-Output
+		virtual/perl-autodie
+	)
+"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Portability/
@ 2015-08-30 10:53 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2015-08-30 10:53 UTC (permalink / raw
  To: gentoo-commits

commit:     904484a2b06978ebdbdba0b66e53fea775583a1c
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 30 10:52:20 2015 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 30 10:52:20 2015 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=904484a2

dev-perl/Dist-Zilla-Plugin-Test-Portability: remove old version 1.111.840-r1

Package-Manager: portage-2.2.17

 ...lla-Plugin-Test-Portability-1.111.840-r1.ebuild | 39 ----------------------
 1 file changed, 39 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild
deleted file mode 100644
index a20f6df..0000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-Portability/Dist-Zilla-Plugin-Test-Portability-1.111.840-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-MODULE_AUTHOR=MARCEL
-MODULE_VERSION=1.111840
-MY_PN=Dist-Zilla-Plugin-PortabilityTests
-inherit perl-module
-
-DESCRIPTION="Release tests for portability"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { echo ''; }
-COMMON_DEPEND="
-	>=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Plugin::InlineFiles 0)
-	>=dev-perl/Dist-Zilla-1.0.0 $(comment Dist::Zilla::Role::FileMunger 0)
-	dev-perl/Moose
-	dev-perl/Test-Portability-Files
-"
-DEPEND="
-	${COMMON_DEPEND}
-	$(comment CONFIG REQUIRES)
-	>=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
-	$(comment BUILD REQUIRES)
-	$(comment virtual/perl-Carp)
-	$(comment virtual/perl-English)
-	$(comment virtual/perl-File-Find)
-	virtual/perl-File-Temp
-	virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
-	>=dev-perl/Dist-Zilla-4.200.2 $(comment Test::DZil)
-	>=virtual/perl-Test-Simple-0.94 $(comment Test::More 0.940.0)
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-30 10:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-30 10:53 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-Test-Portability/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2015-08-30 10:53 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox