public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/
@ 2016-11-22 10:13 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2016-11-22 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     68ac2ae4bcbd759ccaa936ad6e44cc90ecc983b7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 10:04:23 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 10:04:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ac2ae4

dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion: Add w/ version 2.0.7

Required for app-admin/rex via VCS

Previously maintained in ::perl-experimental since Oct 2011 by
Torsten Veller & Kent Fredric

Package-Manager: portage-2.3.2

 ...t-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild | 29 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-Test-MinimumVersion/Manifest |  1 +
 .../metadata.xml                                   | 13 ++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild
new file mode 100644
index 00000000..3519167
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DOHERTY
+DIST_VERSION=2.000007
+inherit perl-module
+
+DESCRIPTION="Release tests for minimum required versions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Dist-Zilla-4.0.0
+	dev-perl/Moose
+	dev-perl/Test-MinimumVersion
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-IO
+		dev-perl/Test-Output
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
new file mode 100644
index 00000000..937b2d9
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Test-MinimumVersion-2.000007.tar.gz 15459 SHA256 6bf0df339b4a0d9b75c51bdcfc9f10016d3da05efe909fb5dd72bda97313cf7b SHA512 1e5ef15465d1ccd9ad4a7bcfc03cdb57f3034e8c5669157da33e3c5672c01520f6b02de0185a78d687172440d2571aaf297aed1f72799f02555804f998241929 WHIRLPOOL 84a976676c5d693b5f3e900bea6e5223a99e80c459776af954266f4b33151065f8bd3d9343e3f043cbadb7871d16730bc64ff3ad18df6826593a023aa46bf940

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml
new file mode 100644
index 00000000..bbdbade
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/metadata.xml
@@ -0,0 +1,13 @@
+<?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>
+  <upstream>
+    <remote-id type="cpan">Dist-Zilla-Plugin-Test-MinimumVersion</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::MinimumVersionTests</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Test::MinimumVersion</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/
@ 2020-08-06 22:23 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-06 22:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4b5fc74fb945335b26a290ce97b71e54fc82dc32
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  6 22:21:01 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug  6 22:22:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b5fc74f

dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion: Bump to version 2.0.10

- EAPI7

Upstream:
- Default to being an author test, not a release test
- Inject develop prereqs on Test::Minimum version and require it in test
- Remove shebang from generated test
- Add strict/warnings to generated test
- Seperate file gathering and file munging into different phases
- implement dump_config for [MetaConfig]

Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...-Zilla-Plugin-Test-MinimumVersion-2.0.10.ebuild | 38 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-Test-MinimumVersion/Manifest |  1 +
 2 files changed, 39 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.10.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.10.ebuild
new file mode 100644
index 00000000000..eb7f7aec4ef
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.10.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.000010
+inherit perl-module
+
+DESCRIPTION="Release tests for minimum required versions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-perl/Data-Section-0.4.0
+	>=dev-perl/Dist-Zilla-4.0.0
+	dev-perl/Moose
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Sub-Exporter-ForMethods
+	dev-perl/Test-MinimumVersion
+	dev-perl/namespace-autoclean
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		virtual/perl-File-Spec
+		virtual/perl-Module-Metadata
+		virtual/perl-IO
+		dev-perl/Test-Output
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
index d03b6d297d9..ee7485410ca 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Test-MinimumVersion-2.000007.tar.gz 15459 BLAKE2B 2fa69da501761880a3917402b64319e37f7dd7d09c268bbe3920320943291cee6a017f5ce736e062511e5153ecef825e6f1b870acf6b7d98d82a6ffc2e4582a1 SHA512 1e5ef15465d1ccd9ad4a7bcfc03cdb57f3034e8c5669157da33e3c5672c01520f6b02de0185a78d687172440d2571aaf297aed1f72799f02555804f998241929
+DIST Dist-Zilla-Plugin-Test-MinimumVersion-2.000010.tar.gz 33086 BLAKE2B ccb2e624a47de939bff1eba4c7e03571dbde5f8cec99907a1cee14aa6635f6a4d759fe75a919fe150b360b0acc5a0ef7e847d99f63889ac1348279b7cb1b5359 SHA512 f9200b725dfd6339e230c731d220ebd57a8dece2fa1b20e0a1c86b3bffeff3e44f4347772fd1a7a1059e8418e4043540732fe47eb8dc7eb0f09ca4439215f0f2


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/
@ 2020-09-10 15:35 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-09-10 15:35 UTC (permalink / raw
  To: gentoo-commits

commit:     8e8bec1d84f45e0ab63d03cea2da252189b1918c
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 10 15:22:39 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Sep 10 15:35:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e8bec1d

dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion: Cleanup old 2.0.7

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...t-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild | 29 ----------------------
 .../Dist-Zilla-Plugin-Test-MinimumVersion/Manifest |  1 -
 2 files changed, 30 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild
deleted file mode 100644
index 62d050f11e0..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Dist-Zilla-Plugin-Test-MinimumVersion-2.0.7.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DOHERTY
-DIST_VERSION=2.000007
-inherit perl-module
-
-DESCRIPTION="Release tests for minimum required versions"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/Dist-Zilla-4.0.0
-	dev-perl/Moose
-	dev-perl/Test-MinimumVersion
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		virtual/perl-File-Spec
-		virtual/perl-IO
-		dev-perl/Test-Output
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
index ee7485410ca..508aacb2b92 100644
--- a/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Test-MinimumVersion-2.000007.tar.gz 15459 BLAKE2B 2fa69da501761880a3917402b64319e37f7dd7d09c268bbe3920320943291cee6a017f5ce736e062511e5153ecef825e6f1b870acf6b7d98d82a6ffc2e4582a1 SHA512 1e5ef15465d1ccd9ad4a7bcfc03cdb57f3034e8c5669157da33e3c5672c01520f6b02de0185a78d687172440d2571aaf297aed1f72799f02555804f998241929
 DIST Dist-Zilla-Plugin-Test-MinimumVersion-2.000010.tar.gz 33086 BLAKE2B ccb2e624a47de939bff1eba4c7e03571dbde5f8cec99907a1cee14aa6635f6a4d759fe75a919fe150b360b0acc5a0ef7e847d99f63889ac1348279b7cb1b5359 SHA512 f9200b725dfd6339e230c731d220ebd57a8dece2fa1b20e0a1c86b3bffeff3e44f4347772fd1a7a1059e8418e4043540732fe47eb8dc7eb0f09ca4439215f0f2


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

end of thread, other threads:[~2020-09-10 15:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-10 15:35 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Test-MinimumVersion/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-06 22:23 Kent Fredric
2016-11-22 10:13 Kent Fredric

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