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-OSPrereqs/
@ 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:     b87731feb1ce2e3525362a91ca9228a77932bdb0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 22 08:58:44 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Nov 22 09:13:38 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b87731fe

dev-perl/Dist-Zilla-Plugin-OSPrereqs: Add w/ version 0.8.0

Required for app-admin/rex via VCS

Package-Manager: portage-2.3.2

 .../Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild       | 34 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest      |  1 +
 dev-perl/Dist-Zilla-Plugin-OSPrereqs/metadata.xml  | 12 ++++++++
 3 files changed, 47 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
new file mode 100644
index 00000000..b7cd929
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.008
+inherit perl-module
+
+DESCRIPTION="List prereqs conditional on operating system"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Dist-Zilla-5.22.0
+	dev-perl/Moose
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+	dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		virtual/perl-File-Spec
+		dev-perl/Params-Util
+		dev-perl/Sub-Exporter
+		dev-perl/Test-Deep
+		dev-perl/Test-Deep-JSON
+		>=virtual/perl-Test-Simple-0.880.0
+		dev-perl/YAML-Tiny
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
new file mode 100644
index 00000000..9dbcc6f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-OSPrereqs-0.008.tar.gz 18051 SHA256 9f8f82892cfe29d8cfc37021e0aebdcf75733cd52336a3eccb87f31fab16c926 SHA512 e539005fbc7d33a76f9cd48632a4f90ccd5beb278db48aad00c04fc80b2dab4de41a6c6fce22b0a9ac189a9a5e0222a6a51dc41b517b8182a00543f3ce07b672 WHIRLPOOL 89d833ac9e02d7abca78e2dadf0d70759ff2d581f17068317170d7415da66b8338807315ec44a8a35561b444e481587a19d0cbe53ccf56727195d0003e23d9ae

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/metadata.xml b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/metadata.xml
new file mode 100644
index 00000000..5f6cb84
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/metadata.xml
@@ -0,0 +1,12 @@
+<?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-OSPrereqs</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::OSPrereqs</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-OSPrereqs/
@ 2020-08-01 15:08 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-08-01 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     81e220a40bd0d31a26df24a4e30d4aa1b1c0a6b3
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 15:07:10 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 15:07:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81e220a4

dev-perl/Dist-Zilla-Plugin-OSPrereqs: Bump to version 0.11.0

- EAPI7
- Fix LICENSE

Upstream:
- Makefile.PL generated code now conditionally injects prereqs into the
  fallback prereq list as well
- Detect bundle configurations that would inject invalid code into
  Makefile.PL
- prereq_os option in configs now uses the proper option name

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

 .../Dist-Zilla-Plugin-OSPrereqs-0.11.0.ebuild      | 31 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest      |  1 +
 2 files changed, 32 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.11.0.ebuild b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.11.0.ebuild
new file mode 100644
index 00000000000..dec91b0b48a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.11.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.011
+inherit perl-module
+
+DESCRIPTION="List prereqs conditional on operating system"
+LICENSE="Artistic-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	>=dev-perl/Dist-Zilla-5.22.0
+	dev-perl/Moose
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+	dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		>=virtual/perl-CPAN-Meta-2.120.900
+		virtual/perl-File-Spec
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
index a9221626a6f..d78c605f678 100644
--- a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-OSPrereqs-0.008.tar.gz 18051 BLAKE2B 6a6b1f68593d62a6e92e75eed7b390277b48d31960da7a755d068e7447c0ae1cb157ec85cf96ba12cde58dc1db93729d75ca90395053336a54412ca3711077ba SHA512 e539005fbc7d33a76f9cd48632a4f90ccd5beb278db48aad00c04fc80b2dab4de41a6c6fce22b0a9ac189a9a5e0222a6a51dc41b517b8182a00543f3ce07b672
+DIST Dist-Zilla-Plugin-OSPrereqs-0.011.tar.gz 17278 BLAKE2B 89aae8d9dd92abce1c7b8e198466dee7410fcf74e4657c1c8c15d799c2fdebcaee238300a8b7fbfe0a187239bdc45e8739fd489d61a8bf3d465333d283594012 SHA512 1103eebef6db63ce410f2033a641a3af3457ea9623d138ca7a9506847f1421e6dc26755973aaa1b8e56b3edb9664bbbba915aa39714683b42f42922bfe0926c3


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

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

commit:     0fcddd8c2481366d49791399c338912685709591
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 19:46:41 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 19:50:08 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcddd8c

dev-perl/Dist-Zilla-Plugin-OSPrereqs: Cleanup old 0.8.0

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

 .../Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild       | 34 ----------------------
 dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest      |  1 -
 2 files changed, 35 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
deleted file mode 100644
index 2c45bbe1de9..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Dist-Zilla-Plugin-OSPrereqs-0.8.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.008
-inherit perl-module
-
-DESCRIPTION="List prereqs conditional on operating system"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-perl/Dist-Zilla-5.22.0
-	dev-perl/Moose
-	>=virtual/perl-Scalar-List-Utils-1.330.0
-	dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
-	test? (
-		>=virtual/perl-CPAN-Meta-2.120.900
-		virtual/perl-File-Spec
-		dev-perl/Params-Util
-		dev-perl/Sub-Exporter
-		dev-perl/Test-Deep
-		dev-perl/Test-Deep-JSON
-		>=virtual/perl-Test-Simple-0.880.0
-		dev-perl/YAML-Tiny
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
index d78c605f678..dadba188183 100644
--- a/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-OSPrereqs/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-OSPrereqs-0.008.tar.gz 18051 BLAKE2B 6a6b1f68593d62a6e92e75eed7b390277b48d31960da7a755d068e7447c0ae1cb157ec85cf96ba12cde58dc1db93729d75ca90395053336a54412ca3711077ba SHA512 e539005fbc7d33a76f9cd48632a4f90ccd5beb278db48aad00c04fc80b2dab4de41a6c6fce22b0a9ac189a9a5e0222a6a51dc41b517b8182a00543f3ce07b672
 DIST Dist-Zilla-Plugin-OSPrereqs-0.011.tar.gz 17278 BLAKE2B 89aae8d9dd92abce1c7b8e198466dee7410fcf74e4657c1c8c15d799c2fdebcaee238300a8b7fbfe0a187239bdc45e8739fd489d61a8bf3d465333d283594012 SHA512 1103eebef6db63ce410f2033a641a3af3457ea9623d138ca7a9506847f1421e6dc26755973aaa1b8e56b3edb9664bbbba915aa39714683b42f42922bfe0926c3


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

end of thread, other threads:[~2020-09-05 19:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-05 19:55 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-OSPrereqs/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2020-08-01 15:08 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