public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Guard/
@ 2016-12-05 19:35 Kent Fredric
  0 siblings, 0 replies; 2+ messages in thread
From: Kent Fredric @ 2016-12-05 19:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9993785a7e07100a441fb9807cb17ef647248f01
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  5 18:26:03 2016 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon Dec  5 19:35:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9993785a

dev-perl/Proc-Guard: Add w/ version 0.70.0

Required for dev-perl/Gearman

Package-Manager: portage-2.3.2

 dev-perl/Proc-Guard/Manifest                 |  1 +
 dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild | 30 ++++++++++++++++++++++++++++
 dev-perl/Proc-Guard/metadata.xml             | 12 +++++++++++
 3 files changed, 43 insertions(+)

diff --git a/dev-perl/Proc-Guard/Manifest b/dev-perl/Proc-Guard/Manifest
new file mode 100644
index 00000000..25ee38b
--- /dev/null
+++ b/dev-perl/Proc-Guard/Manifest
@@ -0,0 +1 @@
+DIST Proc-Guard-0.07.tar.gz 11725 SHA256 6feae8bce21c1dcdd1baa636d5f87be29084e827b338194f672b23197b4150a4 SHA512 1f27f7b1ee3116f3136cc4b310751bf0ab5f04a8698ce619cf94341c26e293f8c331126c636c6dd1dcc3b85724b60b22ea553b9c9f85624c59924dc89c2b6ac4 WHIRLPOOL 2c68fc8f874e385b3c97245a2c0e4b84bdedcd685d9188f8d6990b132161a9826dcd668e0de68e0a90ab8e9bedbe4aac63753bad3aec25fc02e36ef6732b3be9

diff --git a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild b/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
new file mode 100644
index 00000000..ab3a7e2
--- /dev/null
+++ b/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=TOKUHIROM
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="process runner with RAII pattern"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	>=dev-perl/Class-Accessor-Lite-0.50.0
+	>=virtual/perl-Exporter-5.630.0
+"
+DEPEND="${RDEPEND}
+	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
+	>=dev-perl/Module-Build-0.380.0
+	test? (
+		dev-perl/File-Which
+		dev-perl/Test-TCP
+		dev-perl/Test-Requires
+		dev-perl/Test-SharedFork
+		>=virtual/perl-Test-Simple-0.940.0
+	)
+"

diff --git a/dev-perl/Proc-Guard/metadata.xml b/dev-perl/Proc-Guard/metadata.xml
new file mode 100644
index 00000000..e8fd711
--- /dev/null
+++ b/dev-perl/Proc-Guard/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">Proc-Guard</remote-id>
+    <remote-id type="cpan-module">Proc::Guard</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Guard/
@ 2021-07-31 21:54 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2021-07-31 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     099896c13b3976f22700c1dd79e713e8758377fd
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 31 21:39:12 2021 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 31 21:54:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=099896c1

dev-perl/Proc-Guard: EAPI=8 bump

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

 .../{Proc-Guard-0.70.0.ebuild => Proc-Guard-0.70.0-r1.ebuild}     | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild b/dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild
similarity index 83%
rename from dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
rename to dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild
index 4dd3c23f473..2d5d4446f5d 100644
--- a/dev-perl/Proc-Guard/Proc-Guard-0.70.0.ebuild
+++ b/dev-perl/Proc-Guard/Proc-Guard-0.70.0-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DIST_AUTHOR=TOKUHIROM
 DIST_VERSION=0.07
@@ -10,14 +10,12 @@ inherit perl-module
 DESCRIPTION="process runner with RAII pattern"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
 	>=dev-perl/Class-Accessor-Lite-0.50.0
 	>=virtual/perl-Exporter-5.630.0
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
 	>=virtual/perl-ExtUtils-MakeMaker-6.590.0
 	>=dev-perl/Module-Build-0.380.0
 	test? (


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

end of thread, other threads:[~2021-07-31 21:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-31 21:54 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Proc-Guard/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-12-05 19:35 Kent Fredric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox