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-Git-Contributors/
@ 2020-04-16 16:57 Kent Fredric
  0 siblings, 0 replies; 3+ messages in thread
From: Kent Fredric @ 2020-04-16 16:57 UTC (permalink / raw
  To: gentoo-commits

commit:     d840ce933a287f17cbddd13707b3fff16faa6d98
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 16 14:06:23 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Apr 16 16:55:25 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d840ce93

dev-perl/Dist-Zilla-Plugin-Git-Contributors: Add w/ v=0.35.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-Git-Contributors-0.35.0.ebuild | 47 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-Git-Contributors/Manifest    |  1 +
 .../metadata.xml                                   | 12 ++++++
 3 files changed, 60 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
new file mode 100644
index 00000000000..7cb8b41f20e
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.035
+inherit perl-module
+
+DESCRIPTION="Add contributor names from git to your distribution"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	virtual/perl-Data-Dumper
+	>=dev-perl/Dist-Zilla-4.300.39
+	>=dev-perl/Git-Wrapper-0.38.0
+	>=dev-perl/List-UtilsBy-0.40.0
+	dev-perl/Moose
+	>=dev-perl/Path-Tiny-0.48.0
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+	dev-perl/Try-Tiny
+	>=virtual/perl-Unicode-Collate-0.530.0
+	virtual/perl-Unicode-Normalize
+	dev-perl/namespace-autoclean
+	virtual/perl-version
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/Dist-Zilla-Plugin-PodWeaver
+		>=virtual/perl-Exporter-5.570.0
+		virtual/perl-Module-Metadata
+		dev-perl/Sort-Versions
+		dev-perl/Test-Deep
+		dev-perl/Test-Fatal
+		dev-perl/Test-Needs
+		>=virtual/perl-Test-Simple-0.880.0
+		virtual/perl-if
+		virtual/perl-parent
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
new file mode 100644
index 00000000000..7cd52341e26
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Git-Contributors-0.035.tar.gz 44371 BLAKE2B a809a663409b8ce8239ef0cf9ed271349392ba828e3c707b9a1a8c07707aab4f53cfb80ce4ccd470e36a949bcede3a88940e437649f4d61a97c64973a58e7a7c SHA512 7e06f86388ab2c5731c55d976786c553510ac51a30af0b370322701151df71902ddbdebc677e2b8db27188693e91436b966973c44730c7dc6d29ade41558e0d4

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/metadata.xml
new file mode 100644
index 00000000000..3b5e4a08beb
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-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-Git-Contributors</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Contributors</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-Git-Contributors/
@ 2021-05-25 18:57 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-05-25 18:57 UTC (permalink / raw
  To: gentoo-commits

commit:     e17bd2a366e870af0efba367199aff20e9b4a726
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue May 25 18:53:14 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May 25 18:57:36 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e17bd2a3

dev-perl/Dist-Zilla-Plugin-Git-Contributors: Version bump 0.036

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ist-Zilla-Plugin-Git-Contributors-0.36.0.ebuild | 47 ++++++++++++++++++++++
 .../Dist-Zilla-Plugin-Git-Contributors/Manifest    |  1 +
 2 files changed, 48 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.36.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.36.0.ebuild
new file mode 100644
index 00000000000..dd74b5bd829
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.36.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.036
+inherit perl-module
+
+DESCRIPTION="Add contributor names from git to your distribution"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+RDEPEND="
+	virtual/perl-Data-Dumper
+	>=dev-perl/Dist-Zilla-4.300.39
+	>=dev-perl/Git-Wrapper-0.38.0
+	>=dev-perl/List-UtilsBy-0.40.0
+	dev-perl/Moose
+	>=dev-perl/Path-Tiny-0.48.0
+	>=virtual/perl-Scalar-List-Utils-1.330.0
+	dev-perl/Try-Tiny
+	>=virtual/perl-Unicode-Collate-0.530.0
+	virtual/perl-Unicode-Normalize
+	dev-perl/namespace-autoclean
+	virtual/perl-version
+"
+DEPEND="
+	dev-perl/Module-Build-Tiny
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	>=dev-perl/Module-Build-Tiny-0.34.0
+	test? (
+		dev-perl/Dist-Zilla-Plugin-PodWeaver
+		>=virtual/perl-Exporter-5.570.0
+		virtual/perl-Module-Metadata
+		dev-perl/Sort-Versions
+		dev-perl/Test-Deep
+		dev-perl/Test-Fatal
+		dev-perl/Test-Needs
+		>=virtual/perl-Test-Simple-0.880.0
+		virtual/perl-if
+		virtual/perl-parent
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
index 7cd52341e26..322fe94138b 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Git-Contributors-0.035.tar.gz 44371 BLAKE2B a809a663409b8ce8239ef0cf9ed271349392ba828e3c707b9a1a8c07707aab4f53cfb80ce4ccd470e36a949bcede3a88940e437649f4d61a97c64973a58e7a7c SHA512 7e06f86388ab2c5731c55d976786c553510ac51a30af0b370322701151df71902ddbdebc677e2b8db27188693e91436b966973c44730c7dc6d29ade41558e0d4
+DIST Dist-Zilla-Plugin-Git-Contributors-0.036.tar.gz 45551 BLAKE2B aaa64323dbcd1abbfc95a88f3694b916eb3d57b42fa51c4381e24a0de521fd87cd8f6b0c46b277d798e512cc35cd0ef42157f1d5113eaad8fd32778bf0ffd8f9 SHA512 557044a09973094c4b551ac8775406ce39552523b8f4921967503e31dabcb1119045d3a9268eaeb3e81b9fdd2352c5d7e28c5e721c814030e81dc385e79f5f95


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git-Contributors/
@ 2021-10-23 15:01 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2021-10-23 15:01 UTC (permalink / raw
  To: gentoo-commits

commit:     b94ac425afcbf1cdd4cf7ac3165dec4632889a28
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 14:50:02 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 15:00:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b94ac425

dev-perl/Dist-Zilla-Plugin-Git-Contributors: Remove old

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 ...ist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild | 47 ----------------------
 .../Dist-Zilla-Plugin-Git-Contributors/Manifest    |  1 -
 2 files changed, 48 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
deleted file mode 100644
index 7cb8b41f20e..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Dist-Zilla-Plugin-Git-Contributors-0.35.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=0.035
-inherit perl-module
-
-DESCRIPTION="Add contributor names from git to your distribution"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-RDEPEND="
-	virtual/perl-Data-Dumper
-	>=dev-perl/Dist-Zilla-4.300.39
-	>=dev-perl/Git-Wrapper-0.38.0
-	>=dev-perl/List-UtilsBy-0.40.0
-	dev-perl/Moose
-	>=dev-perl/Path-Tiny-0.48.0
-	>=virtual/perl-Scalar-List-Utils-1.330.0
-	dev-perl/Try-Tiny
-	>=virtual/perl-Unicode-Collate-0.530.0
-	virtual/perl-Unicode-Normalize
-	dev-perl/namespace-autoclean
-	virtual/perl-version
-"
-DEPEND="
-	dev-perl/Module-Build-Tiny
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	>=dev-perl/Module-Build-Tiny-0.34.0
-	test? (
-		dev-perl/Dist-Zilla-Plugin-PodWeaver
-		>=virtual/perl-Exporter-5.570.0
-		virtual/perl-Module-Metadata
-		dev-perl/Sort-Versions
-		dev-perl/Test-Deep
-		dev-perl/Test-Fatal
-		dev-perl/Test-Needs
-		>=virtual/perl-Test-Simple-0.880.0
-		virtual/perl-if
-		virtual/perl-parent
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
index 322fe94138b..cd1401b88aa 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git-Contributors/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-Contributors-0.035.tar.gz 44371 BLAKE2B a809a663409b8ce8239ef0cf9ed271349392ba828e3c707b9a1a8c07707aab4f53cfb80ce4ccd470e36a949bcede3a88940e437649f4d61a97c64973a58e7a7c SHA512 7e06f86388ab2c5731c55d976786c553510ac51a30af0b370322701151df71902ddbdebc677e2b8db27188693e91436b966973c44730c7dc6d29ade41558e0d4
 DIST Dist-Zilla-Plugin-Git-Contributors-0.036.tar.gz 45551 BLAKE2B aaa64323dbcd1abbfc95a88f3694b916eb3d57b42fa51c4381e24a0de521fd87cd8f6b0c46b277d798e512cc35cd0ef42157f1d5113eaad8fd32778bf0ffd8f9 SHA512 557044a09973094c4b551ac8775406ce39552523b8f4921967503e31dabcb1119045d3a9268eaeb3e81b9fdd2352c5d7e28c5e721c814030e81dc385e79f5f95


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

end of thread, other threads:[~2021-10-23 15:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-25 18:57 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git-Contributors/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-10-23 15:01 Andreas K. Hüttel
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