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-CheckExtraTests/
@ 2011-08-28 14:59 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2011-08-28 14:59 UTC (permalink / raw
  To: gentoo-commits

commit:     4d61bf779b051c1ce052011b6f13257982833c00
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun Aug 28 05:19:40 2011 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun Aug 28 05:19:40 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4d61bf77

[added] Dist-Zilla-Plugin-CheckExtraTests-0.4.0

(Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)

---
 .../Dist-Zilla-Plugin-CheckExtraTests/ChangeLog    |   10 +++
 .../Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild |   73 ++++++++++++++++++++
 .../Dist-Zilla-Plugin-CheckExtraTests/metadata.xml |    9 +++
 3 files changed, 92 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
new file mode 100644
index 0000000..e6f3525
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckExtraTests
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*Dist-Zilla-Plugin-CheckExtraTests-0.4.0 (28 Aug 2011)
+
+  28 Aug 2011; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild, +metadata.xml:
+  Added
+

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
new file mode 100644
index 0000000..7400021
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.004
+inherit perl-module
+
+DESCRIPTION="run xt tests for your dist"
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+comment() { true;}
+COMMON_DEPEND="
+	$(comment Capture::Tiny)
+	dev-perl/Capture-Tiny
+
+	$(comment Sub::Exporter)
+	dev-perl/Sub-Exporter
+
+	$(comment Dist::Zilla::Tester 2)
+	>=dev-perl/Dist-Zilla-2.0.0
+
+	$(comment Params::Util 1)
+	>=dev-perl/Params-Util-1.00 $(comment 1.0.0)
+
+	$(comment Moose)
+	dev-perl/Moose
+
+	$(comment Try::Tiny)
+	dev-perl/Try-Tiny
+
+	$(comment namespace::autoclean)
+	dev-perl/namespace-autoclean
+
+	$(comment Dist::Zilla::App 2)
+	>=dev-perl/Dist-Zilla-2.0.0
+
+	$(comment File::pushd 1)
+	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
+
+	$(comment Dist::Zilla::App::Tester 2)
+	>=dev-perl/Dist-Zilla-2.0.0
+
+	$(comment Moose::Autobox)
+	dev-perl/Moose-Autobox
+
+	$(comment Test::More 0.88)
+	>=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
+
+	$(comment Dist::Zilla 2)
+	>=dev-perl/Dist-Zilla-2.0.0
+
+	$(comment File::Temp 0.20)
+	>=virtual/perl-File-Temp-0.200.0
+
+	$(comment Dist::Zilla::Role::BeforeRelease 2)
+	>=dev-perl/Dist-Zilla-2.0.0
+
+	$(comment Path::Class)
+	dev-perl/Path-Class
+
+	$(comment App::Prove 3)
+	>=virtual/perl-Test-Harness-3.0.0
+"
+DEPEND="
+	${COMMON_DEPEND}
+"
+RDEPEND="
+	${COMMON_DEPEND}
+"
+SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
new file mode 100644
index 0000000..ccc7e0f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <herd>perl</herd>
+    <maintainer>
+        <email>kentfredric@gmail.com</email>
+        <name>Kent Fredric</name>
+    </maintainer>
+</pkgmetadata>



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2012-05-07  5:19 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-05-07  5:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c0125a40c6610f2690f272523535c66e367c507d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sun May  6 23:23:27 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sun May  6 23:23:27 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c0125a40

[newversion] Dist-Zilla-Plugin-CheckExtraTests 0.5.0

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Dist-Zilla-Plugin-CheckExtraTests/ChangeLog    |    8 ++-
 .../Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild |   74 ++++++++++++++++++++
 2 files changed, 81 insertions(+), 1 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
index e6f3525..dc531f4 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for dev-perl/Dist-Zilla-Plugin-CheckExtraTests
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckExtraTests-0.5.0 (06 May 2012)
+
+  06 May 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-CheckExtraTests-0.4.0 (28 Aug 2011)
 
   28 Aug 2011; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild
new file mode 100644
index 0000000..d4b8036
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.005
+inherit perl-module
+
+DESCRIPTION='check xt tests before release'
+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() {
+	# App::Prove 3.00 ( 3.0.0 )
+	echo \>=virtual/perl-Test-Harness-3.0
+	# Dist::Zilla 2.100950 ( 2.100.950 )
+	echo \>=dev-perl/Dist-Zilla-2.100.950
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 0.99 ( 0.990.0 )
+	echo \>=dev-perl/Moose-0.990
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Path::Class::Rule
+	echo dev-perl/Path-Class-Rule
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.0
+	# 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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Dist::Zilla::App::Tester
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Tester
+	echo dev-perl/Dist-Zilla
+	# File::Find
+	echo dev-lang/perl
+	# Params::Util
+	echo dev-perl/Params-Util
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2012-06-08 20:39 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2012-06-08 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     56345b0ad7ce3a157162af6a285da306a624ce99
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Jun  8 20:37:54 2012 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Jun  8 20:37:54 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=56345b0a

[newversion] Dist-Zilla-Plugin-CheckExtraTests-0.7.0 ( Keyword masked, tests fail )

(Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)

---
 .../Dist-Zilla-Plugin-CheckExtraTests/ChangeLog    |    6 ++
 .../Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild |   78 ++++++++++++++++++++
 2 files changed, 84 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
index a2d0fef..507da45 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckExtraTests-0.7.0 (08 Jun 2012)
+
+  08 Jun 2012; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild:
+  Version Bump
+
 *Dist-Zilla-Plugin-CheckExtraTests-0.6.0 (26 May 2012)
 
   26 May 2012; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild
new file mode 100644
index 0000000..1eee245
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=4
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION='check xt tests before release'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
+}
+perl_meta_runtime() {
+	# App::Prove 3.00 ( 3.0.0 )
+	echo \>=virtual/perl-Test-Harness-3.0
+	# Dist::Zilla 2.100950 ( 2.100.950 )
+	echo \>=dev-perl/Dist-Zilla-2.100.950
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TestRunner
+	echo dev-perl/Dist-Zilla
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 0.99 ( 0.990.0 )
+	echo \>=dev-perl/Moose-0.990
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Path::Class
+	echo dev-perl/Path-Class
+	# Path::Class::Rule
+	echo dev-perl/Path-Class-Rule
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.0
+	# 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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Dist::Zilla::App::Tester
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Tester
+	echo dev-perl/Dist-Zilla
+	# File::Find
+	echo dev-lang/perl
+	# Params::Util
+	echo dev-perl/Params-Util
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Test::Requires
+	echo dev-perl/Test-Requires
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="broken"



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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2013-02-08 10:36 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-02-08 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     788d91f9f8eb48fab55b759a409f5461708f7681
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri Feb  8 08:45:59 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri Feb  8 08:45:59 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=788d91f9

[newversion] Dist-Zilla-Plugin-CheckExtraTests-0.9.0

Package-Manager: portage-2.2.0_alpha141
Manifest-Sign-Key: ECD2C675C102CDA4

---
 .../Dist-Zilla-Plugin-CheckExtraTests/ChangeLog    |    6 ++
 .../Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild |   78 ++++++++++++++++++++
 2 files changed, 84 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
index bcdb7e9..7949f46 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -2,6 +2,12 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*Dist-Zilla-Plugin-CheckExtraTests-0.9.0 (08 Feb 2013)
+
+  08 Feb 2013; Kent Fredric <kentfredric@gmail.com>
+  +Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild:
+  Version Bump
+
   07 Feb 2013; Kent Fredric <kentfredric@gmail.com>
   Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild,
   Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild,

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild
new file mode 100644
index 0000000..d5f3f72
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild
@@ -0,0 +1,78 @@
+# 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.009
+inherit perl-module
+
+DESCRIPTION='check xt tests before release'
+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() {
+	# App::Prove 3.00 ( 3.0.0 )
+	echo \>=virtual/perl-Test-Harness-3.0
+	# Dist::Zilla 2.100950 ( 2.100.950 )
+	echo \>=dev-perl/Dist-Zilla-2.100.950
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TestRunner
+	echo dev-perl/Dist-Zilla
+	# File::Temp
+	echo virtual/perl-File-Temp
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 0.99 ( 0.990.0 )
+	echo \>=dev-perl/Moose-0.990.0
+	# Moose::Autobox
+	echo dev-perl/Moose-Autobox
+	# Path::Iterator::Rule
+	echo dev-perl/Path-Iterator-Rule
+	# Path::Tiny
+	echo dev-perl/Path-Tiny
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.0
+	# 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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Dist::Zilla::App::Tester
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Tester
+	echo dev-perl/Dist-Zilla
+	# File::Find
+	echo dev-lang/perl
+	# Params::Util
+	echo dev-perl/Params-Util
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.88
+	# Test::Requires
+	echo dev-perl/Test-Requires
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"
+SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2013-05-03  4:12 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2013-05-03  4:12 UTC (permalink / raw
  To: gentoo-commits

commit:     ffcb88a294e04dc54b9a09a630d2ab3396faab53
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Fri May  3 04:08:39 2013 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Fri May  3 04:08:39 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ffcb88a2

[fixdep] dev-perl/Dist-Zilla-Plugin-CheckExtraTests -> File-pushd ( normalize )

Package-Manager: portage-2.2.0_alpha173
Manifest-Sign-Key: ECD2C675C102CDA4

---
 .../Dist-Zilla-Plugin-CheckExtraTests/ChangeLog    |    4 ++++
 .../Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
index 90609b2..9838639 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  03 May 2013; Kent Fredric <kentfredric@gmail.com>
+  Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild:
+  Fix dependency on File-pushd ( normalize )
+
 *Dist-Zilla-Plugin-CheckExtraTests-0.11.0 (23 Feb 2013)
 
   23 Feb 2013; Kent Fredric <kentfredric@gmail.com>

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
index 7400021..7e8c5aa 100644
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 EAPI=4
@@ -38,7 +38,7 @@ COMMON_DEPEND="
 	>=dev-perl/Dist-Zilla-2.0.0
 
 	$(comment File::pushd 1)
-	>=dev-perl/File-pushd-1.00 $(comment 1.0.0)
+	>=dev-perl/File-pushd-1.0.0
 
 	$(comment Dist::Zilla::App::Tester 2)
 	>=dev-perl/Dist-Zilla-2.0.0


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2014-10-11 18:46 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2014-10-11 18:46 UTC (permalink / raw
  To: gentoo-commits

commit:     6d292dcf5f27c65c08c33fcec0765ec8b6e80f7f
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Oct 11 18:24:00 2014 +0000
Commit:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
CommitDate: Sat Oct 11 18:24:00 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6d292dcf

[cleanup] dev-perl/Dist-Zilla-Plugin-CheckExtraTests remove old

Package-Manager: portage-2.2.10

---
 .../Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild | 73 --------------------
 .../Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild | 74 --------------------
 .../Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild | 78 ----------------------
 .../Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild | 78 ----------------------
 .../Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild | 78 ----------------------
 5 files changed, 381 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
deleted file mode 100644
index 7e8c5aa..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.4.0.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.004
-inherit perl-module
-
-DESCRIPTION="run xt tests for your dist"
-LICENSE="|| ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-comment() { true;}
-COMMON_DEPEND="
-	$(comment Capture::Tiny)
-	dev-perl/Capture-Tiny
-
-	$(comment Sub::Exporter)
-	dev-perl/Sub-Exporter
-
-	$(comment Dist::Zilla::Tester 2)
-	>=dev-perl/Dist-Zilla-2.0.0
-
-	$(comment Params::Util 1)
-	>=dev-perl/Params-Util-1.00 $(comment 1.0.0)
-
-	$(comment Moose)
-	dev-perl/Moose
-
-	$(comment Try::Tiny)
-	dev-perl/Try-Tiny
-
-	$(comment namespace::autoclean)
-	dev-perl/namespace-autoclean
-
-	$(comment Dist::Zilla::App 2)
-	>=dev-perl/Dist-Zilla-2.0.0
-
-	$(comment File::pushd 1)
-	>=dev-perl/File-pushd-1.0.0
-
-	$(comment Dist::Zilla::App::Tester 2)
-	>=dev-perl/Dist-Zilla-2.0.0
-
-	$(comment Moose::Autobox)
-	dev-perl/Moose-Autobox
-
-	$(comment Test::More 0.88)
-	>=virtual/perl-Test-Simple-0.88 $(comment 0.880.0)
-
-	$(comment Dist::Zilla 2)
-	>=dev-perl/Dist-Zilla-2.0.0
-
-	$(comment File::Temp 0.20)
-	>=virtual/perl-File-Temp-0.200.0
-
-	$(comment Dist::Zilla::Role::BeforeRelease 2)
-	>=dev-perl/Dist-Zilla-2.0.0
-
-	$(comment Path::Class)
-	dev-perl/Path-Class
-
-	$(comment App::Prove 3)
-	>=virtual/perl-Test-Harness-3.0.0
-"
-DEPEND="
-	${COMMON_DEPEND}
-"
-RDEPEND="
-	${COMMON_DEPEND}
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild
deleted file mode 100644
index a654352..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.5.0.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.005
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-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() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0
-	# Dist::Zilla 2.100950 ( 2.100.950 )
-	echo \>=dev-perl/Dist-Zilla-2.100.950
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Path::Class::Rule
-	echo dev-perl/Path-Class-Rule
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild
deleted file mode 100644
index 0b3b993..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.6.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.006
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-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() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0
-	# Dist::Zilla 2.100950 ( 2.100.950 )
-	echo \>=dev-perl/Dist-Zilla-2.100.950
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TestRunner
-	echo dev-perl/Dist-Zilla
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Path::Class::Rule
-	echo dev-perl/Path-Class-Rule
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Test::Requires
-	echo dev-perl/Test-Requires
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild
deleted file mode 100644
index d8612c6..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.7.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=4
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.007
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.30 ( 6.300.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0
-	# Dist::Zilla 2.100950 ( 2.100.950 )
-	echo \>=dev-perl/Dist-Zilla-2.100.950
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TestRunner
-	echo dev-perl/Dist-Zilla
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Path::Class
-	echo dev-perl/Path-Class
-	# Path::Class::Rule
-	echo dev-perl/Path-Class-Rule
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Test::Requires
-	echo dev-perl/Test-Requires
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="broken"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild
deleted file mode 100644
index d5f3f72..0000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.9.0.ebuild
+++ /dev/null
@@ -1,78 +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.009
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-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() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0
-	# Dist::Zilla 2.100950 ( 2.100.950 )
-	echo \>=dev-perl/Dist-Zilla-2.100.950
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TestRunner
-	echo dev-perl/Dist-Zilla
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Path::Iterator::Rule
-	echo dev-perl/Path-Iterator-Rule
-	# Path::Tiny
-	echo dev-perl/Path-Tiny
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Test::Requires
-	echo dev-perl/Test-Requires
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2017-09-16 22:36 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2017-09-16 22:36 UTC (permalink / raw
  To: gentoo-commits

commit:     a460a756aa6fdafbca499f8aaaa753c187cba18a
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 19 02:48:49 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 16 22:06:47 2017 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a460a756

dev-perl/Dist-Zilla-Plugin-CheckExtraTests: Bump to 0.29.0

I know this isn't my usual standard, but this is fast-passing
with "good enough" so I can get my build tools fixing real problems
without being held back by version incompat.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

 ...Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild | 81 ++++++++++++++++++++++
 1 file changed, 81 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
new file mode 100644
index 000000000..04f2a8bcb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+EAPI=5
+MODULE_AUTHOR=DAGOLDEN
+MODULE_VERSION=0.029
+inherit perl-module
+
+DESCRIPTION='check xt tests before release'
+LICENSE=" Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+perl_meta_configure() {
+	# ExtUtils::MakeMaker 6.17 ( 6.170.0 )
+	echo \>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+perl_meta_runtime() {
+	# App::Prove 3.00 ( 3.0.0 )
+	echo \>=virtual/perl-Test-Harness-3.0.0
+	# Archive::Tar
+	echo virtual/perl-Archive-Tar
+	# Dist::Zilla 4.3 ( 4.300.0 )
+	echo \>=dev-perl/Dist-Zilla-4.300.0
+	# Dist::Zilla::App
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::BeforeRelease
+	echo dev-perl/Dist-Zilla
+	# Dist::Zilla::Role::TestRunner
+	echo dev-perl/Dist-Zilla
+	# File::pushd
+	echo dev-perl/File-pushd
+	# Moose 2 ( 2.0.0 )
+	echo \>=dev-perl/Moose-2.0.0
+	# Path::Iterator::Rule
+	echo dev-perl/Path-Iterator-Rule
+	# Path::Tiny 0.013 ( 0.13.0 )
+	echo \>=dev-perl/Path-Tiny-0.13.0
+	# namespace::autoclean 0.09 ( 0.90.0 )
+	echo \>=dev-perl/namespace-autoclean-0.90.0
+	# 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() {
+	# Capture::Tiny
+	echo dev-perl/Capture-Tiny
+	# Dist::Zilla::App::Tester
+	echo dev-perl/Dist-Zilla
+	# ExtUtils::MakeMaker
+	echo virtual/perl-ExtUtils-MakeMaker
+	# File::Spec
+	echo virtual/perl-File-Spec
+	# Params::Util
+	echo dev-perl/Params-Util
+	# Sub::Exporter
+	echo dev-perl/Sub-Exporter
+	# Test::More 0.88 ( 0.880.0 )
+	echo \>=virtual/perl-Test-Simple-0.880.0
+	# Test::Requires
+	echo dev-perl/Test-Requires
+	# Try::Tiny
+	echo dev-perl/Try-Tiny
+	# lib
+	# echo virtual/perl-lib
+	# perl 5.006 ( 5.6.0 )
+	echo \>=dev-lang/perl-5.6.0
+}
+DEPEND="
+	$(perl_meta_configure)
+	$(perl_meta_runtime)
+	test? ( $(perl_meta_test) )
+"
+RDEPEND="
+	$(perl_meta_runtime)
+"


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

* [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/
@ 2020-08-25 22:49 Kent Fredric
  0 siblings, 0 replies; 8+ messages in thread
From: Kent Fredric @ 2020-08-25 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     76f5a3bb75488142d798c542517985f44bab7b93
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:10:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:47:58 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=76f5a3bb

dev-perl/Dist-Zilla-Plugin-CheckExtraTests: remove, gone to ::gentoo

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild | 78 ---------------------
 ...Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild | 81 ----------------------
 .../Dist-Zilla-Plugin-CheckExtraTests/metadata.xml | 18 -----
 3 files changed, 177 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
deleted file mode 100644
index e497fcea7..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-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() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0
-	# Dist::Zilla 4.3 ( 4.300.0 )
-	echo \>=dev-perl/Dist-Zilla-4.300.0
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TestRunner
-	echo dev-perl/Dist-Zilla
-	# File::Temp
-	echo virtual/perl-File-Temp
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 0.99 ( 0.990.0 )
-	echo \>=dev-perl/Moose-0.990.0
-	# Moose::Autobox
-	echo dev-perl/Moose-Autobox
-	# Path::Iterator::Rule
-	echo dev-perl/Path-Iterator-Rule
-	# Path::Tiny
-	echo dev-perl/Path-Tiny
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Tester
-	echo dev-perl/Dist-Zilla
-	# File::Find
-	echo dev-lang/perl
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.88
-	# Test::Requires
-	echo dev-perl/Test-Requires
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
deleted file mode 100644
index 1249ad0c1..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.029
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-	# ExtUtils::MakeMaker 6.17 ( 6.170.0 )
-	echo \>=virtual/perl-ExtUtils-MakeMaker-6.170.0
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-}
-perl_meta_runtime() {
-	# App::Prove 3.00 ( 3.0.0 )
-	echo \>=virtual/perl-Test-Harness-3.0.0
-	# Archive::Tar
-	echo virtual/perl-Archive-Tar
-	# Dist::Zilla 4.3 ( 4.300.0 )
-	echo \>=dev-perl/Dist-Zilla-4.300.0
-	# Dist::Zilla::App
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::BeforeRelease
-	echo dev-perl/Dist-Zilla
-	# Dist::Zilla::Role::TestRunner
-	echo dev-perl/Dist-Zilla
-	# File::pushd
-	echo dev-perl/File-pushd
-	# Moose 2 ( 2.0.0 )
-	echo \>=dev-perl/Moose-2.0.0
-	# Path::Iterator::Rule
-	echo dev-perl/Path-Iterator-Rule
-	# Path::Tiny 0.013 ( 0.13.0 )
-	echo \>=dev-perl/Path-Tiny-0.13.0
-	# namespace::autoclean 0.09 ( 0.90.0 )
-	echo \>=dev-perl/namespace-autoclean-0.90.0
-	# 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() {
-	# Capture::Tiny
-	echo dev-perl/Capture-Tiny
-	# Dist::Zilla::App::Tester
-	echo dev-perl/Dist-Zilla
-	# ExtUtils::MakeMaker
-	echo virtual/perl-ExtUtils-MakeMaker
-	# File::Spec
-	echo virtual/perl-File-Spec
-	# Params::Util
-	echo dev-perl/Params-Util
-	# Sub::Exporter
-	echo dev-perl/Sub-Exporter
-	# Test::More 0.88 ( 0.880.0 )
-	echo \>=virtual/perl-Test-Simple-0.880.0
-	# Test::Requires
-	echo dev-perl/Test-Requires
-	# Try::Tiny
-	echo dev-perl/Try-Tiny
-	# lib
-	# echo virtual/perl-lib
-	# perl 5.006 ( 5.6.0 )
-	echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
-	$(perl_meta_configure)
-	$(perl_meta_runtime)
-	test? ( $(perl_meta_test) )
-"
-RDEPEND="
-	$(perl_meta_runtime)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
deleted file mode 100644
index efd22a6c7..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>perl@gentoo.org</email>
-		<name>Gentoo Perl Project</name>
-	</maintainer>
-	<maintainer type="person">
-		<email>kentfredric@gmail.com</email>
-		<name>Kent Fredric</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="cpan">Dist-Zilla-Plugin-CheckExtraTests</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::App::Command::xtest</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::Plugin::CheckExtraTests</remote-id>
-		<remote-id type="cpan-module">Dist::Zilla::Plugin::RunExtraTests</remote-id>
-	</upstream>
-</pkgmetadata>


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

end of thread, other threads:[~2020-08-25 22:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-08 20:39 [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CheckExtraTests/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-25 22:49 Kent Fredric
2017-09-16 22:36 Kent Fredric
2014-10-11 18:46 Kent Fredric
2013-05-03  4:12 Kent Fredric
2013-02-08 10:36 Kent Fredric
2012-05-07  5:19 Kent Fredric
2011-08-28 14:59 Kent Fredric

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