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

commit:     8e66ef1d2e5e1459f24e8266e61bc90aecaadcf0
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:43:35 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 18:43:35 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e66ef1d

dev-perl/Dist-Zilla-Plugin-RPM: New package

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../Dist-Zilla-Plugin-RPM-0.15.0.ebuild            | 35 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-RPM/Manifest            |  1 +
 dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml        |  8 +++++
 3 files changed, 44 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
new file mode 100644
index 00000000000..871eec4ccdf
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=SKYSYMBOL
+DIST_VERSION=0.015
+inherit perl-module
+
+DESCRIPTION="Build an RPM from your Dist::Zilla release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Dist-Zilla
+	virtual/perl-File-Temp
+	dev-perl/IPC-Run
+	dev-perl/Moose
+	dev-perl/Moose-Autobox
+	dev-perl/Path-Class
+	dev-perl/Path-Tiny
+	dev-perl/Text-Template
+	dev-perl/namespace-autoclean
+"
+DEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/File-Which
+		dev-perl/Test-Differences
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
new file mode 100644
index 00000000000..c657f3ff7b5
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
@@ -0,0 +1 @@
+DIST Dist-Zilla-Plugin-RPM-0.015.tar.gz 14550 SHA256 6714979df6848cb7d5f375b665256df930689eb3478474fb508f06ace80bed46 SHA512 e3369ef05d8f6b4ad5e6b2d88646ac64129ef81e9f46a95b537ab539b6540ee9d34e6a63ba719f8bebdf4a2167074e542f1b94671169c779e3163774b0300023 WHIRLPOOL c125ca2b8883f7cd2025806648b1574fd496237da243a628195792a0bc98bd78b42ec510ed7f5f680ce4516759687b5b73c27fe46893f7e70b404b9343e27294

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

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

commit:     a8a456cc1c2d125eddf3c653f740fc9b9616dab9
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 28 18:50:21 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Jun 28 18:50:21 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a456cc

dev-perl/Dist-Zilla-Plugin-RPM: It will also need RPM.

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
index 871eec4ccdf..10b19189131 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
@@ -24,6 +24,7 @@ RDEPEND="
 	dev-perl/Path-Tiny
 	dev-perl/Text-Template
 	dev-perl/namespace-autoclean
+	app-arch/rpm
 "
 DEPEND="${RDEPEND}
 	virtual/perl-ExtUtils-MakeMaker


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-RPM/
@ 2017-10-20  7:40 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2017-10-20  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     463dccff32ab34e8de7ae40452ec526783fd1f10
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 20 07:34:45 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Oct 20 07:39:50 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463dccff

dev-perl/Dist-Zilla-Plugin-RPM: Add remote-id's to metadata.xml

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml b/dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml
index 2b9a936fc0a..35b6388ae1d 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/metadata.xml
@@ -5,4 +5,9 @@
     <email>perl@gentoo.org</email>
     <name>Gentoo Perl Project</name>
   </maintainer>
+  <upstream>
+    <remote-id type="cpan">Dist-Zilla-Plugin-RPM</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::App::Command::mkrpmspec</remote-id>
+    <remote-id type="cpan-module">Dist::Zilla::Plugin::RPM</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-RPM/
@ 2020-08-04  9:54 Kent Fredric
  0 siblings, 0 replies; 6+ messages in thread
From: Kent Fredric @ 2020-08-04  9:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3805cad630b5465affd945d08ea92f9a37bf8945
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 09:52:48 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 09:54:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3805cad6

dev-perl/Dist-Zilla-Plugin-RPM: Bump to version 0.16.0

- EAPI7

Upstream:
- Fix broken IPC::Run::run call for push_command

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

 .../Dist-Zilla-Plugin-RPM-0.16.0.ebuild            | 37 ++++++++++++++++++++++
 dev-perl/Dist-Zilla-Plugin-RPM/Manifest            |  1 +
 2 files changed, 38 insertions(+)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild
new file mode 100644
index 00000000000..34667f9a569
--- /dev/null
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=SKYSYMBOL
+DIST_VERSION=0.016
+inherit perl-module
+
+DESCRIPTION="Build an RPM from your Dist::Zilla release"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+	virtual/perl-Carp
+	dev-perl/Dist-Zilla
+	virtual/perl-File-Temp
+	dev-perl/IPC-Run
+	dev-perl/Moose
+	dev-perl/Moose-Autobox
+	dev-perl/Path-Class
+	dev-perl/Path-Tiny
+	dev-perl/Text-Template
+	dev-perl/namespace-autoclean
+	app-arch/rpm
+"
+BDEPEND="${RDEPEND}
+	virtual/perl-ExtUtils-MakeMaker
+	test? (
+		dev-perl/File-Which
+		dev-perl/Test-Differences
+		>=virtual/perl-Test-Simple-0.880.0
+	)
+"

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
index fde917e57ee..d284b9c8451 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
@@ -1 +1,2 @@
 DIST Dist-Zilla-Plugin-RPM-0.015.tar.gz 14550 BLAKE2B efbc7e37f1c07520f45768dd72b88267aa0e6827a04535911f089cce662d98f65863fc186a2d705db6b290be9f3a2d679a4cf4fd7dd1f0360f27da7a81c895dc SHA512 e3369ef05d8f6b4ad5e6b2d88646ac64129ef81e9f46a95b537ab539b6540ee9d34e6a63ba719f8bebdf4a2167074e542f1b94671169c779e3163774b0300023
+DIST Dist-Zilla-Plugin-RPM-0.016.tar.gz 14436 BLAKE2B a2b23390869e5f4d61fd92fd69774e316d0f5406c685e3d0eeb33b5e57699b304957f44b3c39babea4f79d08ac1c41c1a002a3960daf03cb8cc754d6fe5b3eb3 SHA512 44b4dfabf5bb09df65092b9be8fa78ef80fa221f30cd2b30303ea44cf736e8a47a4d87d7686b47d2ff2fc6b744a0349a4ca4407a62bcc0ba7364296cc1028ba3


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

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

commit:     a2d46464884c50823f6e0391dc538eb1feeb1605
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  5 19:48:56 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Sep  5 19:50:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2d46464

dev-perl/Dist-Zilla-Plugin-RPM: Cleanup old 0.15.0

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

 .../Dist-Zilla-Plugin-RPM-0.15.0.ebuild            | 37 ----------------------
 dev-perl/Dist-Zilla-Plugin-RPM/Manifest            |  1 -
 2 files changed, 38 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
deleted file mode 100644
index 2f173541ec2..00000000000
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.15.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SKYSYMBOL
-DIST_VERSION=0.015
-inherit perl-module
-
-DESCRIPTION="Build an RPM from your Dist::Zilla release"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	virtual/perl-Carp
-	dev-perl/Dist-Zilla
-	virtual/perl-File-Temp
-	dev-perl/IPC-Run
-	dev-perl/Moose
-	dev-perl/Moose-Autobox
-	dev-perl/Path-Class
-	dev-perl/Path-Tiny
-	dev-perl/Text-Template
-	dev-perl/namespace-autoclean
-	app-arch/rpm
-"
-DEPEND="${RDEPEND}
-	virtual/perl-ExtUtils-MakeMaker
-	test? (
-		dev-perl/File-Which
-		dev-perl/Test-Differences
-		>=virtual/perl-Test-Simple-0.880.0
-	)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
index d284b9c8451..6e1decccd1c 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Manifest
@@ -1,2 +1 @@
-DIST Dist-Zilla-Plugin-RPM-0.015.tar.gz 14550 BLAKE2B efbc7e37f1c07520f45768dd72b88267aa0e6827a04535911f089cce662d98f65863fc186a2d705db6b290be9f3a2d679a4cf4fd7dd1f0360f27da7a81c895dc SHA512 e3369ef05d8f6b4ad5e6b2d88646ac64129ef81e9f46a95b537ab539b6540ee9d34e6a63ba719f8bebdf4a2167074e542f1b94671169c779e3163774b0300023
 DIST Dist-Zilla-Plugin-RPM-0.016.tar.gz 14436 BLAKE2B a2b23390869e5f4d61fd92fd69774e316d0f5406c685e3d0eeb33b5e57699b304957f44b3c39babea4f79d08ac1c41c1a002a3960daf03cb8cc754d6fe5b3eb3 SHA512 44b4dfabf5bb09df65092b9be8fa78ef80fa221f30cd2b30303ea44cf736e8a47a4d87d7686b47d2ff2fc6b744a0349a4ca4407a62bcc0ba7364296cc1028ba3


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

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

commit:     8b1cd2bb8ce7090fbfae86713b862133c690c998
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Jul  1 15:01:52 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 15:01:52 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1cd2bb

dev-perl/Dist-Zilla-Plugin-RPM: 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-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild
index 34667f9a569..0a2c5f957d2 100644
--- a/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.0.ebuild
+++ b/dev-perl/Dist-Zilla-Plugin-RPM/Dist-Zilla-Plugin-RPM-0.16.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="Build an RPM from your Dist::Zilla release"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-28 18:50 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Dist-Zilla-Plugin-RPM/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2021-07-01 15:02 Andreas K. Hüttel
2020-09-05 19:55 Kent Fredric
2020-08-04  9:54 Kent Fredric
2017-10-20  7:40 Kent Fredric
2017-06-28 18:44 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