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/
@ 2017-06-18 20:42 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2017-06-18 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     bb019ef62805db0055b25e301ddc4fbb37130515
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 20:42:10 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 20:42:28 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb019ef6

dev-perl/Dist-Zilla-Plugin-Git: New package.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Dist-Zilla-Plugin-Git-2.42.0.ebuild            | 56 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 +
 dev-perl/Dist-Zilla-Plugin-Git/metadata.xml        |  8 ++++
 3 files changed, 65 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
new file mode 100644
index 00000000000..bb385103ce5
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.042
+inherit perl-module
+
+DESCRIPTION="Update your git repository after release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-perl/DateTime
+	>=dev-perl/Dist-Zilla-4.0.0
+	dev-perl/Dist-Zilla-Plugin-Config-Git
+	>=dev-perl/File-HomeDir-0.810.0
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/File-chdir
+	dev-perl/Git-Wrapper
+	virtual/perl-Scalar-List-Utils
+	dev-perl/Module-Runtime
+	dev-perl/Moose
+	dev-perl/MooseX-Types
+	dev-perl/MooseX-Types-Path-Tiny
+	dev-perl/Path-Tiny
+	dev-perl/String-Formatter
+	dev-perl/Try-Tiny
+	dev-perl/Version-Next
+	>=dev-perl/namespace-autoclean-0.90.0
+	>=virtual/perl-version-0.80.0
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Text-ParseWords
+	virtual/perl-version
+	test? (
+		>=dev-perl/CPAN-Meta-Check-0.11.0
+		virtual/perl-CPAN-Meta-Requirements
+		dev-perl/Devel-SimpleTrace
+		virtual/perl-Encode
+		virtual/perl-Exporter
+		dev-perl/File-Copy-Recursive
+		>=virtual/perl-File-Path-2.70.0
+		virtual/perl-File-Spec
+		dev-perl/File-Which
+		dev-perl/File-pushd
+		dev-perl/Log-Dispatchouli
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
new file mode 100644
index 00000000000..9b3e2b056a3
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-Git-2.042.tar.gz 70195 SHA256 694ba38e9b3b1c4bbfe67399ccb42914256a7a556c13c4e510092b901f642c49 SHA512 00f27bc946ac209e35073ca50a7ac52cf17d9d5bbb7f7889b80064260d839e76566dfac15197a907b0defdb1f3b099baa2bf19903e510cee22cfb6c49ff6f2c0 WHIRLPOOL 3f4995fdfce4153851ba5d6d26190ac1a8aeb3ec51528e730909d6602f47bba526e0c0b6220670563d9b35eea96e94b898fc678e8ad17a8e02694ccaafc14318

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml
new file mode 100644
index 00000000000..2b9a936fc0a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/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] 10+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/
@ 2017-06-18 20:48 Andreas Hüttel
  0 siblings, 0 replies; 10+ messages in thread
From: Andreas Hüttel @ 2017-06-18 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     8f72269e02ecad8cde11e61a657ab2a8922eb230
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 20:48:19 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 20:48:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f72269e

dev-perl/Dist-Zilla-Plugin-Git: Add missing dependency

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
index bb385103ce5..fee97b1c2c1 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
@@ -25,6 +25,7 @@ RDEPEND="
 	virtual/perl-Scalar-List-Utils
 	dev-perl/Module-Runtime
 	dev-perl/Moose
+	dev-perl/MooseX-Has-Sugar
 	dev-perl/MooseX-Types
 	dev-perl/MooseX-Types-Path-Tiny
 	dev-perl/Path-Tiny


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/
@ 2017-06-19 16:32 Kent Fredric
  0 siblings, 0 replies; 10+ messages in thread
From: Kent Fredric @ 2017-06-19 16:32 UTC (permalink / raw
  To: gentoo-commits

commit:     b72ad64db05eba0d5af21f155bc2fa9475e2e5e1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 16:31:25 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 16:32:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72ad64d

dev-perl/Dist-Zilla-Plugin-Git: Fix missing/underspecified dependencies

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 ...2.0.ebuild => Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild} | 12 ++++++------
 dev-perl/Dist-Zilla-Plugin-Git/metadata.xml              | 16 ++++++++++++++++
 2 files changed, 22 insertions(+), 6 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
similarity index 84%
rename from dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
rename to dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
index fee97b1c2c1..e5c8206e3c1 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
@@ -15,20 +15,21 @@ IUSE="test"
 
 RDEPEND="
 	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.0.0
+	>=dev-perl/Dist-Zilla-4.200.16
 	dev-perl/Dist-Zilla-Plugin-Config-Git
 	>=dev-perl/File-HomeDir-0.810.0
 	virtual/perl-File-Spec
 	virtual/perl-File-Temp
 	dev-perl/File-chdir
-	dev-perl/Git-Wrapper
-	virtual/perl-Scalar-List-Utils
+	>=dev-perl/Git-Wrapper-0.21.0
+	dev-perl/IPC-System-Simple
+	>=virtual/perl-Scalar-List-Utils-1.450.0
 	dev-perl/Module-Runtime
 	dev-perl/Moose
 	dev-perl/MooseX-Has-Sugar
 	dev-perl/MooseX-Types
-	dev-perl/MooseX-Types-Path-Tiny
-	dev-perl/Path-Tiny
+	>=dev-perl/MooseX-Types-Path-Tiny-0.10.0
+	>=dev-perl/Path-Tiny-0.48.0
 	dev-perl/String-Formatter
 	dev-perl/Try-Tiny
 	dev-perl/Version-Next
@@ -38,7 +39,6 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker
 	virtual/perl-Text-ParseWords
-	virtual/perl-version
 	test? (
 		>=dev-perl/CPAN-Meta-Check-0.11.0
 		virtual/perl-CPAN-Meta-Requirements

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml b/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml
index 2b9a936fc0a..8ff70854780 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml
+++ b/dev-perl/Dist-Zilla-Plugin-Git/metadata.xml
@@ -5,4 +5,20 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Dist-Zilla-Plugin-Git</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Check</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Commit</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::CommitBuild</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::GatherDir</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Init</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::NextVersion</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Push</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::Git::Tag</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::PluginBundle::Git</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Role::Git::DirtyFiles</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Role::Git::Repo</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Role::Git::StringFormatter</remote-id>
+  </upstream>
 </pkgmetadata>


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

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

commit:     54afceac2c617a7d429be3497603089cf4a6d8e1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 31 22:06:38 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 31 22:08:51 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54afceac

dev-perl/Dist-Zilla-Plugin-Git: Bump to version 2.46.0

- EAPI7

Upstream:
- replace uses of File::HomeDir with glob()
- Ensure proper directory used as base for repo root and
  .gitnxtver_cache with Dzil-7
- Add '%V' format code for version number with leading 'v' stripped
  where present
- Change default format strings to use 'v%V' instead of 'v%v' for better
  compatibility with vx.y.z version numbers
- Convert from MooseX::Types to Types::Standard

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

 .../Dist-Zilla-Plugin-Git-2.46.0.ebuild            | 57 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 +
 2 files changed, 58 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
new file mode 100644
index 00000000000..2c410eee88d
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.046
+inherit perl-module
+
+DESCRIPTION="Update your git repository after release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/DateTime
+	>=dev-perl/Dist-Zilla-4.200.16
+	dev-perl/Dist-Zilla-Plugin-Config-Git
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/File-chdir
+	>=dev-perl/Git-Wrapper-0.21.0
+	dev-perl/IPC-System-Simple
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	dev-perl/Module-Runtime
+	dev-perl/Moose
+	dev-perl/MooseX-Has-Sugar
+	>=dev-perl/Path-Tiny-0.48.0
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	dev-perl/String-Formatter
+	dev-perl/Try-Tiny
+	dev-perl/Type-Tiny
+	dev-perl/Types-Path-Tiny
+	dev-perl/Version-Next
+	>=dev-perl/namespace-autoclean-0.90.0
+	>=virtual/perl-version-0.80.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Text-ParseWords
+	test? (
+		>=dev-perl/CPAN-Meta-Check-0.11.0
+		virtual/perl-CPAN-Meta-Requirements
+		virtual/perl-Encode
+		virtual/perl-Exporter
+		dev-perl/File-Copy-Recursive
+		>=virtual/perl-File-Path-2.70.0
+		virtual/perl-File-Spec
+		dev-perl/File-Which
+		dev-perl/File-pushd
+		dev-perl/Log-Dispatchouli
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 41475b1472f..0fd1ff96f20 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Git-2.042.tar.gz 70195 BLAKE2B 3fc7a01f1513d43b0bc68b1066cbba4e8c7c9cff6ed374e3acb1ae7246bcbb9ae8e902be55ac22d69c0c452f8bb0595d2b4efc17a80f8f5b46942260182d78ef SHA512 00f27bc946ac209e35073ca50a7ac52cf17d9d5bbb7f7889b80064260d839e76566dfac15197a907b0defdb1f3b099baa2bf19903e510cee22cfb6c49ff6f2c0
+DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1 SHA512 ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e


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

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

commit:     23cb145a2dbeebd1600c8f68a0bcb13bd5655851
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 19:40:48 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 19:49:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23cb145a

dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.42.0-r1

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

 .../Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild         | 58 ----------------------
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 -
 2 files changed, 59 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
deleted file mode 100644
index 27d6334daac..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.42.0-r1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.042
-inherit perl-module
-
-DESCRIPTION="Update your git repository after release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.200.16
-	dev-perl/Dist-Zilla-Plugin-Config-Git
-	>=dev-perl/File-HomeDir-0.810.0
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	>=dev-perl/Git-Wrapper-0.21.0
-	dev-perl/IPC-System-Simple
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	dev-perl/Module-Runtime
-	dev-perl/Moose
-	dev-perl/MooseX-Has-Sugar
-	dev-perl/MooseX-Types
-	>=dev-perl/MooseX-Types-Path-Tiny-0.10.0
-	>=dev-perl/Path-Tiny-0.48.0
-	dev-perl/String-Formatter
-	dev-perl/Try-Tiny
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.90.0
-	>=virtual/perl-version-0.80.0
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-Text-ParseWords
-	test? (
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		virtual/perl-CPAN-Meta-Requirements
-		dev-perl/Devel-SimpleTrace
-		virtual/perl-Encode
-		virtual/perl-Exporter
-		dev-perl/File-Copy-Recursive
-		>=virtual/perl-File-Path-2.70.0
-		virtual/perl-File-Spec
-		dev-perl/File-Which
-		dev-perl/File-pushd
-		dev-perl/Log-Dispatchouli
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 0fd1ff96f20..c27299d5be3 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-2.042.tar.gz 70195 BLAKE2B 3fc7a01f1513d43b0bc68b1066cbba4e8c7c9cff6ed374e3acb1ae7246bcbb9ae8e902be55ac22d69c0c452f8bb0595d2b4efc17a80f8f5b46942260182d78ef SHA512 00f27bc946ac209e35073ca50a7ac52cf17d9d5bbb7f7889b80064260d839e76566dfac15197a907b0defdb1f3b099baa2bf19903e510cee22cfb6c49ff6f2c0
 DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1 SHA512 ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e


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

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

commit:     e00f39633719fecb2e937de19bd80527bf048b93
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 23:26:08 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 23:26:39 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00f3963

dev-perl/Dist-Zilla-Plugin-Git: Bump to version 2.47.0

Upstream:
- Add option [Git::Commit] "signoff =" to pass --signoff to git-commit
- Explicitly set "master" branch name in tests
- [Git::GatherDir] now warns about unused [GatherDir] config sections

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

 .../Dist-Zilla-Plugin-Git-2.47.0.ebuild            | 57 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 +
 2 files changed, 58 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild
new file mode 100644
index 00000000000..8bdcac9d12a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.047
+inherit perl-module
+
+DESCRIPTION="Update your git repository after release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	dev-perl/DateTime
+	>=dev-perl/Dist-Zilla-4.200.16
+	dev-perl/Dist-Zilla-Plugin-Config-Git
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/File-chdir
+	>=dev-perl/Git-Wrapper-0.21.0
+	dev-perl/IPC-System-Simple
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	dev-perl/Module-Runtime
+	dev-perl/Moose
+	dev-perl/MooseX-Has-Sugar
+	>=dev-perl/Path-Tiny-0.48.0
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	dev-perl/String-Formatter
+	dev-perl/Try-Tiny
+	dev-perl/Type-Tiny
+	dev-perl/Types-Path-Tiny
+	dev-perl/Version-Next
+	>=dev-perl/namespace-autoclean-0.90.0
+	>=virtual/perl-version-0.80.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Text-ParseWords
+	test? (
+		>=dev-perl/CPAN-Meta-Check-0.11.0
+		virtual/perl-CPAN-Meta-Requirements
+		virtual/perl-Encode
+		virtual/perl-Exporter
+		dev-perl/File-Copy-Recursive
+		>=virtual/perl-File-Path-2.70.0
+		virtual/perl-File-Spec
+		dev-perl/File-Which
+		dev-perl/File-pushd
+		dev-perl/Log-Dispatchouli
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index c27299d5be3..685ec77f5ae 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1 SHA512 ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e
+DIST Dist-Zilla-Plugin-Git-2.047.tar.gz 75517 BLAKE2B 9c50634d86938906034d75396e984e4de4d1ec7552064af81493c78c2f509e453d639dbc9fdecda3be177975f39143d88f78bb37189821328c3898a9df5bf494 SHA512 7f1f037652df2fd7b965097ac8d2be5ba5e61c9a2c0594c92a0b403cdbf95a1c1daaa1d0215f91fe7e0970b403c8bcc2a2cdd664b0ce8242a3c5bb84cfef11c2


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

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

commit:     7ba40e7b877121da4e90c54841bcfd2d307a99f0
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 19 04:53:47 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Oct 19 04:53:47 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba40e7b

dev-perl/Dist-Zilla-Plugin-Git: Cleanup old 2.46.0

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

 .../Dist-Zilla-Plugin-Git-2.46.0.ebuild            | 57 ----------------------
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 -
 2 files changed, 58 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
deleted file mode 100644
index 2c410eee88d..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.46.0.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=ETHER
-DIST_VERSION=2.046
-inherit perl-module
-
-DESCRIPTION="Update your git repository after release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/DateTime
-	>=dev-perl/Dist-Zilla-4.200.16
-	dev-perl/Dist-Zilla-Plugin-Config-Git
-	virtual/perl-File-Spec
-	virtual/perl-File-Temp
-	dev-perl/File-chdir
-	>=dev-perl/Git-Wrapper-0.21.0
-	dev-perl/IPC-System-Simple
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	dev-perl/Module-Runtime
-	dev-perl/Moose
-	dev-perl/MooseX-Has-Sugar
-	>=dev-perl/Path-Tiny-0.48.0
-	>=virtual/perl-Scalar-List-Utils-1.450.0
-	dev-perl/String-Formatter
-	dev-perl/Try-Tiny
-	dev-perl/Type-Tiny
-	dev-perl/Types-Path-Tiny
-	dev-perl/Version-Next
-	>=dev-perl/namespace-autoclean-0.90.0
-	>=virtual/perl-version-0.80.0
-"
-BDEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	virtual/perl-Text-ParseWords
-	test? (
-		>=dev-perl/CPAN-Meta-Check-0.11.0
-		virtual/perl-CPAN-Meta-Requirements
-		virtual/perl-Encode
-		virtual/perl-Exporter
-		dev-perl/File-Copy-Recursive
-		>=virtual/perl-File-Path-2.70.0
-		virtual/perl-File-Spec
-		dev-perl/File-Which
-		dev-perl/File-pushd
-		dev-perl/Log-Dispatchouli
-		dev-perl/Test-Fatal
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index 685ec77f5ae..c563f172342 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-Git-2.046.tar.gz 72313 BLAKE2B 93d315cc5c3f58590fbeb3af9c217c5f6710ad632e0f16ecee3de9f92dd3ff0f33dfdadc74d9083a525eed5cbd0a50d9c2e13c660d194452d5e05e2f5ee2f1d1 SHA512 ac94d73c19f4f4ef9736a58cca439cc5fa64ee0c91869b2fc8be205134258c49e8164e8b67eb1d2e9e34fe6ad1f377ecacd5721d79f6d22f258ab1b275cbe92e
 DIST Dist-Zilla-Plugin-Git-2.047.tar.gz 75517 BLAKE2B 9c50634d86938906034d75396e984e4de4d1ec7552064af81493c78c2f509e453d639dbc9fdecda3be177975f39143d88f78bb37189821328c3898a9df5bf494 SHA512 7f1f037652df2fd7b965097ac8d2be5ba5e61c9a2c0594c92a0b403cdbf95a1c1daaa1d0215f91fe7e0970b403c8bcc2a2cdd664b0ce8242a3c5bb84cfef11c2


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

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

commit:     1d644a20a488799894e973255140ff45026e663d
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 20:56:18 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 21:00:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d644a20

dev-perl/Dist-Zilla-Plugin-Git: stable for amd64

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

 dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild
index 8bdcac9d12a..1e3b5be2c67 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.47.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Update your git repository after release"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

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

dev-perl/Dist-Zilla-Plugin-Git: Version bump 2.048

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

 .../Dist-Zilla-Plugin-Git-2.48.0.ebuild            | 54 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-Git/Manifest            |  1 +
 2 files changed, 55 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild
new file mode 100644
index 00000000000..f3683de007a
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=2.048
+inherit perl-module
+
+DESCRIPTION="Update your git repository after release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-perl/DateTime
+	>=dev-perl/Dist-Zilla-4.200.16
+	dev-perl/Dist-Zilla-Plugin-Config-Git
+	virtual/perl-File-Spec
+	virtual/perl-File-Temp
+	dev-perl/File-chdir
+	>=dev-perl/Git-Wrapper-0.21.0
+	dev-perl/IPC-System-Simple
+	>=virtual/perl-Scalar-List-Utils-1.450.0
+	dev-perl/Module-Runtime
+	dev-perl/Moose
+	dev-perl/MooseX-Has-Sugar
+	>=dev-perl/Path-Tiny-0.48.0
+	dev-perl/String-Formatter
+	dev-perl/Try-Tiny
+	dev-perl/Type-Tiny
+	dev-perl/Types-Path-Tiny
+	dev-perl/Version-Next
+	>=dev-perl/namespace-autoclean-0.90.0
+	>=virtual/perl-version-0.80.0
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	virtual/perl-Text-ParseWords
+	test? (
+		>=dev-perl/CPAN-Meta-Check-0.11.0
+		virtual/perl-CPAN-Meta-Requirements
+		virtual/perl-Encode
+		virtual/perl-Exporter
+		dev-perl/File-Copy-Recursive
+		>=virtual/perl-File-Path-2.70.0
+		virtual/perl-File-Spec
+		dev-perl/File-Which
+		dev-perl/File-pushd
+		dev-perl/Log-Dispatchouli
+		dev-perl/Test-Fatal
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Manifest b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
index c563f172342..71630c53c9c 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-Git-2.047.tar.gz 75517 BLAKE2B 9c50634d86938906034d75396e984e4de4d1ec7552064af81493c78c2f509e453d639dbc9fdecda3be177975f39143d88f78bb37189821328c3898a9df5bf494 SHA512 7f1f037652df2fd7b965097ac8d2be5ba5e61c9a2c0594c92a0b403cdbf95a1c1daaa1d0215f91fe7e0970b403c8bcc2a2cdd664b0ce8242a3c5bb84cfef11c2
+DIST Dist-Zilla-Plugin-Git-2.048.tar.gz 75685 BLAKE2B 404b611959c2c5863f36a07eba5d904791bb639013fdf737ae606aa8ba25ca67934e5a1bdae021c9d3093357e70c57d19ac3960ee079ef6f19277072c3b45527 SHA512 610edf8f5bec1309da2fd6c4475a062577ad349ce631e72d5c956de0c4bfb2b5f3f3f8008b39c8acc03a368856ab7cc6352d4477f77c6d63c29ac0a4731b2190


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/
@ 2021-12-05  7:49 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2021-12-05  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     40c6876b775f043be31dc9990876a4847b5e7fa4
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Dec  5 07:45:15 2021 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Dec  5 07:45:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40c6876b

dev-perl/Dist-Zilla-Plugin-Git: Stabilize 2.48.0 amd64, #828175

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild
index f3683de007a7..ad10c8362940 100644
--- a/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-Git/Dist-Zilla-Plugin-Git-2.48.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
 DESCRIPTION="Update your git repository after release"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
 	dev-perl/DateTime


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

end of thread, other threads:[~2021-12-05  7:49 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 20:48 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-Git/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-12-05  7:49 Jakov Smolić
2021-10-23 15:01 Andreas K. Hüttel
2021-06-20 21:00 Andreas K. Hüttel
2020-10-19  5:22 Kent Fredric
2020-09-12 23:26 Kent Fredric
2020-09-05 19:55 Kent Fredric
2020-07-31 22:09 Kent Fredric
2017-06-19 16:32 Kent Fredric
2017-06-18 20:42 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