* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Meta-Contributors/
@ 2020-04-16 16:57 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-04-16 16:57 UTC (permalink / raw
  To: gentoo-commits
commit:     63e3cf8ee5e1930363ec2664dd6c414b5a6bc6f7
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 14:19:39 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 16:55:29 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e3cf8e
dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Add w/ v=0.3.0
Required by app-admin/rex-9999
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
 ...ist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild | 25 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-Meta-Contributors/Manifest   |  1 +
 .../metadata.xml                                   | 12 +++++++++++
 3 files changed, 38 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
new file mode 100644
index 00000000000..5c4b446d2bc
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="Generate an x_contributors section in distribution metadata"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	dev-perl/Dist-Zilla
+	dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest
new file mode 100644
index 00000000000..b3f0c7a4022
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Meta-Contributors-0.003.tar.gz 14141 BLAKE2B e4aba155af7e193e66c81dfb14ed76e625d94c923900643647e865bac9a2756a08dd177777c9bc61393c27e582a96faf0c82963342977208a16c6a8b851ccf9c SHA512 7a22ea5f0d58e71a6725e42a86f7b5a30657ab0e5bcedd438875422f71cdf347508f29e7c739e797ced662927b9ac01ae53e7b3ceba5e6cff3ad13e067acfbd9
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/metadata.xml
new file mode 100644
index 00000000000..1d0548ad4ca
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/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-Meta-Contributors</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Meta::Contributors</remote-id>
+  </upstream>
+</pkgmetadata>
^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Meta-Contributors/
@ 2020-08-01 12:22 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-08-01 12:22 UTC (permalink / raw
  To: gentoo-commits
commit:     e34937965a53e1718196fec8ef5ce7a2d8d4fad1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  1 12:18:58 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug  1 12:22:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3493796
dev-perl/Dist-Zilla-Plugin-Meta-Contributors: -r bump for LICENSE
- Fix incorrect license
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
 ...-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
new file mode 100644
index 00000000000..8c47fe4d6a0
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=DAGOLDEN
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="Generate an x_contributors section in distribution metadata"
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	dev-perl/Dist-Zilla
+	dev-perl/Moose
+"
+BDEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
+	test? (
+		virtual/perl-File-Spec
+		>=virtual/perl-Test-Simple-0.960.0
+	)
+"
^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Meta-Contributors/
@ 2020-09-05 19:55 Kent Fredric
  0 siblings, 0 replies; 4+ messages in thread
From: Kent Fredric @ 2020-09-05 19:55 UTC (permalink / raw
  To: gentoo-commits
commit:     4b53a48d24b97f6eb8eb83135c594f02a01e9b35
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 19:45:51 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 19:50:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b53a48d
dev-perl/Dist-Zilla-Plugin-Meta-Contributors: Cleanup old 0.3.0
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
 ...ist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild | 25 ----------------------
 1 file changed, 25 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
deleted file mode 100644
index 5c4b446d2bc..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=DAGOLDEN
-DIST_VERSION=0.003
-inherit perl-module
-
-DESCRIPTION="Generate an x_contributors section in distribution metadata"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
-	dev-perl/Dist-Zilla
-	dev-perl/Moose
-"
-BDEPEND="${RDEPEND}
-	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
-	test? (
-		virtual/perl-File-Spec
-		>=virtual/perl-Test-Simple-0.960.0
-	)
-"
^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Meta-Contributors/
@ 2025-07-15 20:08 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2025-07-15 20:08 UTC (permalink / raw
  To: gentoo-commits
commit:     68def2bd907f4e91110195808269942abdb17925
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 19:57:42 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 19:57:42 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68def2bd
dev-perl/Dist-Zilla-Plugin-Meta-Contributors: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
 ...ebuild => Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r2.ebuild} | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r2.ebuild
similarity index 80%
rename from dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
rename to dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r2.ebuild
index 8c47fe4d6a02..d2802738fd69 100644
--- a/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r1.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Meta-Contributors/Dist-Zilla-Plugin-Meta-Contributors-0.3.0-r2.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DIST_AUTHOR=DAGOLDEN
 DIST_VERSION=0.003
@@ -11,8 +11,7 @@ DESCRIPTION="Generate an x_contributors section in distribution metadata"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
+
 RDEPEND="
 	dev-perl/Dist-Zilla
 	dev-perl/Moose
@@ -20,7 +19,6 @@ RDEPEND="
 BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.170.0
 	test? (
-		virtual/perl-File-Spec
 		>=virtual/perl-Test-Simple-0.960.0
 	)
 "
^ permalink raw reply related	[flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-07-15 20:08 UTC | newest]
Thread overview: 4+ 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-Meta-Contributors/ Kent Fredric
  -- strict thread matches above, loose matches on Subject: below --
2025-07-15 20:08 Andreas K. Hüttel
2020-08-01 12:22 Kent Fredric
2020-04-16 16:57 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox