* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-01 23:14 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-01 23:14 UTC (permalink / raw
To: gentoo-commits
commit: 020e70ac211087792e259a135d8a270fdfb7d366
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 1 23:04:21 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 1 23:04:34 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=020e70ac
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Add experimental package.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
.../Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml | 8 +++++++
3 files changed, 37 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
new file mode 100644
index 00000000000..bc6ca05ad82
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.001
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/Dist-Zilla
+ dev-perl/Git-Wrapper
+ dev-perl/List-MoreUtils
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Moose
+ dev-perl/Pod-Weaver
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
new file mode 100644
index 00000000000..88606ae032f
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-02 15:13 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-02 15:13 UTC (permalink / raw
To: gentoo-commits
commit: a018cfb5037a5a3bc450cac463bbdcaf30cf9fa5
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 15:12:57 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:13:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a018cfb5
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild
new file mode 100644
index 00000000000..7ef5564aaa1
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.002
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/Dist-Zilla
+ dev-perl/Git-Wrapper
+ dev-perl/List-MoreUtils
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Moose
+ dev-perl/Pod-Weaver
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 88606ae032f..a039fb55cb5 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1,2 @@
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.002.tar.gz 4628 SHA256 6af127c34a55d703ce1be1f37e23f9cd0d7411626c5a5cac07daf424317502e9 SHA512 cfd569b83e3f070edb1c104a0753f813063cd77fba3a42bc74415516420f6e805a80a549bbd17f6c2b686566166c2e1d90b0d716de64530d7760550cb0df823b WHIRLPOOL 7279e849f5d41544be9e2e5515ee5143fc9d10e835488aa4395a328c6958747ad8d340ce11d2ea087c7715f82cae313b3dcca1bd9cb4d028ea6b4a41b08904c0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-02 15:13 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-02 15:13 UTC (permalink / raw
To: gentoo-commits
commit: 0169c16a4dd0af66d998fde1c56ff95c0659f47e
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 15:13:09 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 15:13:23 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0169c16a
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild | 28 ----------------------
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
deleted file mode 100644
index bc6ca05ad82..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.001
-inherit perl-module
-
-DESCRIPTION="Add per-file per-year copyright information"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/DateTime
- dev-perl/Dist-Zilla
- dev-perl/Git-Wrapper
- dev-perl/List-MoreUtils
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Moose
- dev-perl/Pod-Weaver
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index a039fb55cb5..6a09e74305d 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.001.tar.gz 3549 SHA256 43fdbdd3fff8aa0d258089102ad0f2368c18412403e8940458582e86166dbbc9 SHA512 5546b1cc21dd192ac3acb2254aedaf9487d329fbe38c41362e6ec4b8c65607f4fd674ce36493ede4294dab2b17418522419c5e8f4f722fe2933b5bceb94d3dc4 WHIRLPOOL 62d78a8c2cb30b35750103af1a34d6a654dbf4c24996cf14a404efbbbe36e275ddfaa5594d06c804a4cd3e382ff343dc6eed74b1a01c8bbee9110f65e2179c13
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.002.tar.gz 4628 SHA256 6af127c34a55d703ce1be1f37e23f9cd0d7411626c5a5cac07daf424317502e9 SHA512 cfd569b83e3f070edb1c104a0753f813063cd77fba3a42bc74415516420f6e805a80a549bbd17f6c2b686566166c2e1d90b0d716de64530d7760550cb0df823b WHIRLPOOL 7279e849f5d41544be9e2e5515ee5143fc9d10e835488aa4395a328c6958747ad8d340ce11d2ea087c7715f82cae313b3dcca1bd9cb4d028ea6b4a41b08904c0
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-02 23:00 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-02 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 26a3f210c5b53c65d18248565d94af8a38dae47b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 22:50:22 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 22:50:22 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26a3f210
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild | 28 ----------------------
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild
deleted file mode 100644
index 7ef5564aaa1..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.002
-inherit perl-module
-
-DESCRIPTION="Add per-file per-year copyright information"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/DateTime
- dev-perl/Dist-Zilla
- dev-perl/Git-Wrapper
- dev-perl/List-MoreUtils
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Moose
- dev-perl/Pod-Weaver
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 068d8d05b46..5d57ec64731 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.002.tar.gz 4628 SHA256 6af127c34a55d703ce1be1f37e23f9cd0d7411626c5a5cac07daf424317502e9 SHA512 cfd569b83e3f070edb1c104a0753f813063cd77fba3a42bc74415516420f6e805a80a549bbd17f6c2b686566166c2e1d90b0d716de64530d7760550cb0df823b WHIRLPOOL 7279e849f5d41544be9e2e5515ee5143fc9d10e835488aa4395a328c6958747ad8d340ce11d2ea087c7715f82cae313b3dcca1bd9cb4d028ea6b4a41b08904c0
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.003.tar.gz 4829 SHA256 bedd38cbf689e0a4fd0d8e338096d2047745d3369f5c1ee8f32de5ecce21f996 SHA512 b54af43bdbc56b4d8664335e04c60ffe076a17d833073475e686867c341bf9efec0ac48be736245b6374f6934a60f07942d77c85f683b5cc8c0b1659e0c576ee WHIRLPOOL f30bb3bb2d9b74ceac1a6790142f497028b2811f024bb35f5696207ca9f76b27a971e70f59282cc954c2d5f7bf9bee40433b6b906e2825071af9ee1e9808f084
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-02 23:00 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-02 23:00 UTC (permalink / raw
To: gentoo-commits
commit: 3101843ff4e5b6ec03b7eb8e6d22f4da1aa4ea90
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 2 22:50:09 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 2 22:50:09 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3101843f
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild
new file mode 100644
index 00000000000..1d898320f55
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.003
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/Dist-Zilla
+ dev-perl/Git-Wrapper
+ dev-perl/List-MoreUtils
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Moose
+ dev-perl/Pod-Weaver
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 6a09e74305d..068d8d05b46 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1,2 @@
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.002.tar.gz 4628 SHA256 6af127c34a55d703ce1be1f37e23f9cd0d7411626c5a5cac07daf424317502e9 SHA512 cfd569b83e3f070edb1c104a0753f813063cd77fba3a42bc74415516420f6e805a80a549bbd17f6c2b686566166c2e1d90b0d716de64530d7760550cb0df823b WHIRLPOOL 7279e849f5d41544be9e2e5515ee5143fc9d10e835488aa4395a328c6958747ad8d340ce11d2ea087c7715f82cae313b3dcca1bd9cb4d028ea6b4a41b08904c0
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.003.tar.gz 4829 SHA256 bedd38cbf689e0a4fd0d8e338096d2047745d3369f5c1ee8f32de5ecce21f996 SHA512 b54af43bdbc56b4d8664335e04c60ffe076a17d833073475e686867c341bf9efec0ac48be736245b6374f6934a60f07942d77c85f683b5cc8c0b1659e0c576ee WHIRLPOOL f30bb3bb2d9b74ceac1a6790142f497028b2811f024bb35f5696207ca9f76b27a971e70f59282cc954c2d5f7bf9bee40433b6b906e2825071af9ee1e9808f084
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-03 16:38 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-03 16:38 UTC (permalink / raw
To: gentoo-commits
commit: ed11d5dc2826d57e64504ae2c485bcc647d863fd
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 3 16:38:18 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Jul 3 16:38:18 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed11d5dc
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump; remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
...Git-0.3.0.ebuild => Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild} | 4 ++--
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
similarity index 90%
rename from dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild
rename to dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
index 1d898320f55..50e21b3fd49 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.3.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.003
+DIST_VERSION=0.004
inherit perl-module
DESCRIPTION="Add per-file per-year copyright information"
@@ -17,7 +17,7 @@ RDEPEND="
dev-perl/DateTime
dev-perl/Dist-Zilla
dev-perl/Git-Wrapper
- dev-perl/List-MoreUtils
+ >=dev-perl/List-MoreUtils-0.400.0
>=virtual/perl-Scalar-List-Utils-1.330.0
dev-perl/Moose
dev-perl/Pod-Weaver
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 5d57ec64731..47f651e081d 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.003.tar.gz 4829 SHA256 bedd38cbf689e0a4fd0d8e338096d2047745d3369f5c1ee8f32de5ecce21f996 SHA512 b54af43bdbc56b4d8664335e04c60ffe076a17d833073475e686867c341bf9efec0ac48be736245b6374f6934a60f07942d77c85f683b5cc8c0b1659e0c576ee WHIRLPOOL f30bb3bb2d9b74ceac1a6790142f497028b2811f024bb35f5696207ca9f76b27a971e70f59282cc954c2d5f7bf9bee40433b6b906e2825071af9ee1e9808f084
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.004.tar.gz 4920 SHA256 d8b7a4140d0acd0b66990b6f9960c79393cc52807c2094b0e367d8c96356b0d2 SHA512 d0695f4192d27f523f0661a69541051d6806d29896e5e153bb070fcc5aa371240c12183b0c3a0c2b0d488b728ed58463fbdb94a0d67fa2188665cc956d7d6859 WHIRLPOOL f10343d60a2a017543216da62094232551d6aa334c16811bfd514994d735ddafc2416fb1a0f8932002e5643d1f1462622b9eb2a416159e85678e777fe3df0ccd
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-04 20:58 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-04 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 49e87ed9a30aa236bcfc429090cf0407ef543baa
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 4 20:58:22 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jul 4 20:58:36 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49e87ed9
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump; remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.2
...omGit-0.4.0.ebuild => Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild} | 2 +-
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
similarity index 96%
rename from dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
rename to dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
index 50e21b3fd49..7e550d83e1f 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.4.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
@@ -4,7 +4,7 @@
EAPI=6
DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.004
+DIST_VERSION=0.005
inherit perl-module
DESCRIPTION="Add per-file per-year copyright information"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 47f651e081d..715f297a08f 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.004.tar.gz 4920 SHA256 d8b7a4140d0acd0b66990b6f9960c79393cc52807c2094b0e367d8c96356b0d2 SHA512 d0695f4192d27f523f0661a69541051d6806d29896e5e153bb070fcc5aa371240c12183b0c3a0c2b0d488b728ed58463fbdb94a0d67fa2188665cc956d7d6859 WHIRLPOOL f10343d60a2a017543216da62094232551d6aa334c16811bfd514994d735ddafc2416fb1a0f8932002e5643d1f1462622b9eb2a416159e85678e777fe3df0ccd
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.005.tar.gz 5236 SHA256 1db47dcd68a763f45a158c07b94f9be2026773bd8791f9260ac711550aa3447b SHA512 61ed7fbc950cb867752d0b9f765c3d2abec804430db9d08ff35530ed6ef3d8a027b0f46ed80465c651dae6472c4f01cafeeab0dd372df2cd3547c1550e17851c WHIRLPOOL efa7e2023783f5fd70a61f7b14ac9adfb2fbe3d73eba0659fdda4929763010c46b84db79eb1c7cec8c7d158840c6b9dbbd401cfa1078e342708382181ead2b79
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-07-06 22:24 Andreas Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas Hüttel @ 2017-07-06 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 5562d26f413de601f222fb9277b119967036a0f4
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 6 22:23:51 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul 6 22:24:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5562d26f
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.2
.../Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild | 28 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
2 files changed, 29 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
new file mode 100644
index 00000000000..b457be9d115
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.006
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/Dist-Zilla
+ dev-perl/Git-Wrapper
+ >=dev-perl/List-MoreUtils-0.400.0
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Moose
+ dev-perl/Pod-Weaver
+ dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 715f297a08f..097e8c61cb0 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1,2 @@
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.005.tar.gz 5236 SHA256 1db47dcd68a763f45a158c07b94f9be2026773bd8791f9260ac711550aa3447b SHA512 61ed7fbc950cb867752d0b9f765c3d2abec804430db9d08ff35530ed6ef3d8a027b0f46ed80465c651dae6472c4f01cafeeab0dd372df2cd3547c1550e17851c WHIRLPOOL efa7e2023783f5fd70a61f7b14ac9adfb2fbe3d73eba0659fdda4929763010c46b84db79eb1c7cec8c7d158840c6b9dbbd401cfa1078e342708382181ead2b79
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.006.tar.gz 5308 SHA256 c5cbf1f002a581dd2b56ce6b9df0a7b01a428f5aa1ef0738bde34f5e440f5c75 SHA512 e140102881905d722bc8d9e2aa82807271020ee43f771c2bd1350549b782eb21050a4c9721cbe8d5c27798f106f69f9317a026b274b4023a27aa8a1fe81e572b WHIRLPOOL 4265f7681dc0e63a7313e9b4b04c784901bd6c67865140e3c5b5f0cf944e2db874c97345c87b48b5138bb8b93bafa9959779880c4653b797175f1b82d399b1b6
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2017-10-20 7:40 Kent Fredric
0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2017-10-20 7:40 UTC (permalink / raw
To: gentoo-commits
commit: 8b284c4bb47cc441177fe24f97b8037dba533117
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 07:09:07 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:39:48 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b284c4b
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Add remote-id's to metadata.xml
Package-Manager: Portage-2.3.8, Repoman-2.3.3
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
index 2b9a936fc0a..bdc5edee98e 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/metadata.xml
@@ -5,4 +5,8 @@
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
+ <upstream>
+ <remote-id type="cpan">Dist-Zilla-Plugin-AuthorsFromGit</remote-id>
+ <remote-id type="cpan-module">Dist::Zilla::Plugin::AuthorsFromGit</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2018-04-15 8:36 Kent Fredric
0 siblings, 0 replies; 14+ messages in thread
From: Kent Fredric @ 2018-04-15 8:36 UTC (permalink / raw
To: gentoo-commits
commit: e2eaee8f524f556af6f9ceb587e1237e9c73e8b0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 12 08:35:13 2018 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 08:36:15 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2eaee8f
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Cleanup old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
.../Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild | 28 ----------------------
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
deleted file mode 100644
index 7e550d83e1f..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=AKHUETTEL
-DIST_VERSION=0.005
-inherit perl-module
-
-DESCRIPTION="Add per-file per-year copyright information"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
- dev-perl/DateTime
- dev-perl/Dist-Zilla
- dev-perl/Git-Wrapper
- >=dev-perl/List-MoreUtils-0.400.0
- >=virtual/perl-Scalar-List-Utils-1.330.0
- dev-perl/Moose
- dev-perl/Pod-Weaver
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index a231afd0f17..2adfb5807ce 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-AuthorsFromGit-0.005.tar.gz 5236 BLAKE2B dac90f7c882d6bc53cd519d570217bd30ddf4342b52baa330717f73d49ef7d1a7999703b57ec9131098fa824c0ede86bf37ac1f3607b81c326476b503076b89b SHA512 61ed7fbc950cb867752d0b9f765c3d2abec804430db9d08ff35530ed6ef3d8a027b0f46ed80465c651dae6472c4f01cafeeab0dd372df2cd3547c1550e17851c
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.006.tar.gz 5308 BLAKE2B 809e3ef501b6269e002cb8b5cce87553e241b77867937cb4a156d7f3155c1f28558162147f4c16052a915f4521f1c285ea090a82f4c908c4e33e5664ed318752 SHA512 e140102881905d722bc8d9e2aa82807271020ee43f771c2bd1350549b782eb21050a4c9721cbe8d5c27798f106f69f9317a026b274b4023a27aa8a1fe81e572b
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2021-07-04 16:47 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2021-07-04 16:47 UTC (permalink / raw
To: gentoo-commits
commit: 00f6096c836d6db0b6b464c634b610f68a8a64d1
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 4 16:44:45 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul 4 16:44:45 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00f6096c
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: stable for amd64
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
index b457be9d115..7f57d64a6bb 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Add per-file per-year copyright information"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE=""
RDEPEND="
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2021-10-23 15:01 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2021-10-23 15:01 UTC (permalink / raw
To: gentoo-commits
commit: eaa00000b19a9570c715a0b3d4f66831f99e52e9
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 23 14:32:36 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 23 15:00:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaa00000
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: EAPI=8 bump
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
...0.6.0.ebuild => Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
similarity index 93%
rename from dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
rename to dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
index 7f57d64a6bb..74c8f9dceab 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.6.0-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
DIST_AUTHOR=AKHUETTEL
DIST_VERSION=0.006
@@ -11,7 +11,6 @@ DESCRIPTION="Add per-file per-year copyright information"
SLOT="0"
KEYWORDS="amd64 ~x86"
-IUSE=""
RDEPEND="
dev-perl/DateTime
@@ -23,6 +22,6 @@ RDEPEND="
dev-perl/Pod-Weaver
dev-perl/namespace-autoclean
"
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2023-01-25 12:23 Andreas K. Hüttel
0 siblings, 0 replies; 14+ messages in thread
From: Andreas K. Hüttel @ 2023-01-25 12:23 UTC (permalink / raw
To: gentoo-commits
commit: bbf552829cb214908bbda0fd2fd45c793080b36a
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 25 12:21:54 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jan 25 12:22:35 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbf55282
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: add 0.7.0
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild | 27 ++++++++++++++++++++++
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest | 1 +
2 files changed, 28 insertions(+)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
new file mode 100644
index 000000000000..b5aff0d2ef17
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=AKHUETTEL
+DIST_VERSION=0.007
+inherit perl-module
+
+DESCRIPTION="Add per-file per-year copyright information"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ dev-perl/DateTime
+ dev-perl/Dist-Zilla
+ dev-perl/Git-Wrapper
+ >=dev-perl/List-MoreUtils-0.400.0
+ >=virtual/perl-Scalar-List-Utils-1.330.0
+ dev-perl/Moose
+ dev-perl/Pod-Weaver
+ dev-perl/namespace-autoclean
+"
+BDEPEND="${RDEPEND}
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
index 2adfb5807ce4..f67be4744ce3 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Manifest
@@ -1 +1,2 @@
DIST Dist-Zilla-Plugin-AuthorsFromGit-0.006.tar.gz 5308 BLAKE2B 809e3ef501b6269e002cb8b5cce87553e241b77867937cb4a156d7f3155c1f28558162147f4c16052a915f4521f1c285ea090a82f4c908c4e33e5664ed318752 SHA512 e140102881905d722bc8d9e2aa82807271020ee43f771c2bd1350549b782eb21050a4c9721cbe8d5c27798f106f69f9317a026b274b4023a27aa8a1fe81e572b
+DIST Dist-Zilla-Plugin-AuthorsFromGit-0.007.tar.gz 8148 BLAKE2B 08051a0e3530d57a8fab5cd6c03ca42147ed50efa48cdf28ca90a0a6aa9c8729d2233bd3b1a55c7840be43ba1af10829475c098516434daa5afa8e6dd47a9177 SHA512 002fcabe59495f0e7443b639004a8dd6dfc027c6298b06e2ffa1de8922a8450edbc2b3b3564354bf345aed231c6ae637a644876c133a2086edcd966b42dc0e8b
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/
@ 2023-03-04 11:03 Arthur Zamarin
0 siblings, 0 replies; 14+ messages in thread
From: Arthur Zamarin @ 2023-03-04 11:03 UTC (permalink / raw
To: gentoo-commits
commit: a266b467ee551f7e3c9222d8b2757e6e54f946f3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 11:02:15 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 11:02:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a266b467
dev-perl/Dist-Zilla-Plugin-AuthorsFromGit: Stabilize 0.7.0 amd64, #899486
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
.../Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
index b5aff0d2ef17..728d3f30d458 100644
--- a/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/Dist-Zilla-Plugin-AuthorsFromGit-0.7.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Add per-file per-year copyright information"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
RDEPEND="
dev-perl/DateTime
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2023-03-04 11:03 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-04 16:47 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-AuthorsFromGit/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-03-04 11:03 Arthur Zamarin
2023-01-25 12:23 Andreas K. Hüttel
2021-10-23 15:01 Andreas K. Hüttel
2018-04-15 8:36 Kent Fredric
2017-10-20 7:40 Kent Fredric
2017-07-06 22:24 Andreas Hüttel
2017-07-04 20:58 Andreas Hüttel
2017-07-03 16:38 Andreas Hüttel
2017-07-02 23:00 Andreas Hüttel
2017-07-02 23:00 Andreas Hüttel
2017-07-02 15:13 Andreas Hüttel
2017-07-02 15:13 Andreas Hüttel
2017-07-01 23:14 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox