[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2024-04-30 Thread Sam James
commit: 019ac2d798def998f73bbf6e56475071caaa41a2
Author: Sam James  gentoo  org>
AuthorDate: Wed May  1 03:16:29 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Wed May  1 03:49:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=019ac2d7

dev-perl/IPC-Run3: add 0.49.0

Signed-off-by: Sam James  gentoo.org>

 dev-perl/IPC-Run3/IPC-Run3-0.49.0.ebuild | 25 +
 dev-perl/IPC-Run3/Manifest   |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.49.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.49.0.ebuild
new file mode 100644
index ..fc323745bdef
--- /dev/null
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.49.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.049
+inherit perl-module
+
+DESCRIPTION="Run a subprocess in batch mode (a la system)"
+
+LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
+
+RDEPEND="
+   virtual/perl-Time-HiRes
+"
+BDEPEND="
+   ${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )
+"

diff --git a/dev-perl/IPC-Run3/Manifest b/dev-perl/IPC-Run3/Manifest
index d3355c12d545..2856d457488f 100644
--- a/dev-perl/IPC-Run3/Manifest
+++ b/dev-perl/IPC-Run3/Manifest
@@ -1 +1,2 @@
 DIST IPC-Run3-0.048.tar.gz 20312 BLAKE2B 
4f5931d37bb9e14ea948efaafd1a1e9218934337c6d39fca5832bb1279e1752aea9ffbb83b2a3ebd10112cd617d0c735b1e201fe309cb92bdb64dcea3adc1e89
 SHA512 
50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262
+DIST IPC-Run3-0.049.tar.gz 20660 BLAKE2B 
e46c86e1c06ebe53ad88a5d7bb13b2e8f9aa005915712fd5c0fcc54386d6f3c5814726d9bf6e1226e9c9f3f10d26a952cf3fab4376ba76526da267d7ab7efe45
 SHA512 
19dbf902666ccb56bfdb02c0c4e9ef585d773e1b8b53d4627367a3c0344d08a6358a733786b8de97e615b6916b716c4e66e73ae263986a2cacf50ab155539c55



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2021-11-06 Thread Andreas K. Hüttel
commit: 5e8da56175e0bf8be01f2c593726912d2010e79c
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sat Nov  6 10:45:09 2021 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Sat Nov  6 10:56:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e8da561

dev-perl/IPC-Run3: EAPI=8 bump

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

 .../{IPC-Run3-0.48.0.ebuild => IPC-Run3-0.48.0-r1.ebuild}| 9 -
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0-r1.ebuild
similarity index 89%
rename from dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
rename to dev-perl/IPC-Run3/IPC-Run3-0.48.0-r1.ebuild
index edc26d3878a..278e936d203 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.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=RJBS
 DIST_VERSION=0.048
@@ -12,14 +12,13 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
 
 RDEPEND="
virtual/perl-Time-HiRes
 "
-DEPEND="${RDEPEND}
+BDEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
virtual/perl-Test-Simple
-   )"
+   )
+"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2018-10-16 Thread Fabian Groffen
commit: 354ac65cb172505f84f700e4d3c0c842c206eb85
Author: Fabian Groffen  gentoo  org>
AuthorDate: Tue Oct 16 18:35:48 2018 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Tue Oct 16 18:47:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354ac65c

dev-perl/IPC-Run3: added Prefix keywords, bug #665088

Signed-off-by: Fabian Groffen  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 577981938ea..340132ae0d3 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~ppc-aix ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2018-10-06 Thread Mart Raudsepp
commit: 4126c7a29efea2eed0a684df3126200fb4cbaeef
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct  6 20:57:37 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct  6 21:09:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4126c7a2

dev-perl/IPC-Run3-0.48.0: arm64 stable (bug #667266)

Signed-off-by: Mart Raudsepp  gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 168c741cab7..577981938ea 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2017-02-22 Thread Markus Meier
commit: dacd806ffc3aad5a612d41a476711dce5533ba71
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Feb 22 21:46:18 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Feb 22 21:46:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dacd806f

dev-perl/IPC-Run3: add ~arm64, bug #602602

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="arm64"

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 2c9062d4e0..a73daf9cdf 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2017-01-29 Thread Fabian Groffen
commit: 167ad70cff502531052225b227553599b59fe319
Author: Fabian Groffen  gentoo  org>
AuthorDate: Sun Jan 29 16:33:14 2017 +
Commit: Fabian Groffen  gentoo  org>
CommitDate: Sun Jan 29 16:33:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167ad70c

dev-perl/IPC-Run3: dropped ~ia64-linux

Package-Manager: portage-2.3.3

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index 7e09c45..2c9062d 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -12,7 +12,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2016-03-14 Thread Andreas Hüttel
commit: 23f90bcc5e55d9bee2ff5e9976cb5d73bb06fc19
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Mar 14 22:21:02 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Mar 14 22:21:02 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f90bcc

dev-perl/IPC-Run3: Remove old

Package-Manager: portage-2.2.27

 dev-perl/IPC-Run3/IPC-Run3-0.45.0-r1.ebuild | 25 -
 dev-perl/IPC-Run3/Manifest  |  1 -
 2 files changed, 26 deletions(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.45.0-r1.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.45.0-r1.ebuild
deleted file mode 100644
index fbc120b..000
--- a/dev-perl/IPC-Run3/IPC-Run3-0.45.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=RJBS
-MODULE_VERSION=0.045
-inherit perl-module
-
-DESCRIPTION="Run a subprocess in batch mode (a la system)"
-
-LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
-IUSE="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-   test? (
-   >=dev-perl/Test-Pod-1.00
-   >=dev-perl/Test-Pod-Coverage-1.04
-   )"
-
-SRC_TEST="do"

diff --git a/dev-perl/IPC-Run3/Manifest b/dev-perl/IPC-Run3/Manifest
index c67ff7c..b204d12 100644
--- a/dev-perl/IPC-Run3/Manifest
+++ b/dev-perl/IPC-Run3/Manifest
@@ -1,2 +1 @@
-DIST IPC-Run3-0.045.tar.gz 20017 SHA256 
658971b13f837c9c760df1959ac6471d5e48265d0a44d1d524cb4d0ab81881da SHA512 
966657fb3b6b3db02b00017f3f77a76610e848dc119d61dc28eb5b72dfe2d691fb2e210336127a2e4520ea465e4d9e412c980795e8e5c354b9874761c4123944
 WHIRLPOOL 
e33001f06a551961e9ed9b2648a2ed3df267700785c77614b0f07b8978cbaf871bfa6f376377d1c9c091c1209a7f309b479e55f438e1e1d96396773197836aca
 DIST IPC-Run3-0.048.tar.gz 20312 SHA256 
3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 SHA512 
50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262
 WHIRLPOOL 
dce2ad7963f62462a655b8dc9b1d6f52a3272b6741634b7cd1085b1bff189a1905ea84db61eafa51785a2165d59fb83fa05ffcc4abc2d11142d7f63c3413ec6e



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2016-03-14 Thread Agostino Sarubbo
commit: 61afb682b0c2aa3f81a7e373f2cd5efa0fb27d72
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar 14 14:56:07 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar 14 14:56:07 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61afb682

dev-perl/IPC-Run3: alpha/amd64/arm/hppa/ia64/ppc64/ppc/sparc/x86 stable, 
(ALLARCHES policy) wrt bug #577090

Package-Manager: portage-2.2.26
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
index c5fa644..7e09c45 100644
--- a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Run a subprocess in batch mode (a la system)"
 
 LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 
~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
 IUSE="test"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-perl/IPC-Run3/

2016-02-20 Thread Patrice Clement
commit: 1c02c8cf9d2cd25fe25d146bd2503ca54e017a01
Author: Kent Fredric  gmail  com>
AuthorDate: Sat Feb 20 05:49:51 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 20 07:48:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c02c8cf

dev-perl/IPC-Run3: Bump to version 0.48.0

- use EAPI6
- Fixup deps

Package-Manager: portage-2.2.27

 dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild | 25 +
 dev-perl/IPC-Run3/Manifest   |  1 +
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild 
b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
new file mode 100644
index 000..c5fa644
--- /dev/null
+++ b/dev-perl/IPC-Run3/IPC-Run3-0.48.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DIST_AUTHOR=RJBS
+DIST_VERSION=0.048
+inherit perl-module
+
+DESCRIPTION="Run a subprocess in batch mode (a la system)"
+
+LICENSE="|| ( BSD-2 Artistic GPL-1+ )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc 
~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos"
+IUSE="test"
+
+RDEPEND="
+   virtual/perl-Time-HiRes
+"
+DEPEND="${RDEPEND}
+   virtual/perl-ExtUtils-MakeMaker
+   test? (
+   virtual/perl-Test-Simple
+   )"

diff --git a/dev-perl/IPC-Run3/Manifest b/dev-perl/IPC-Run3/Manifest
index 82a53e7..c67ff7c 100644
--- a/dev-perl/IPC-Run3/Manifest
+++ b/dev-perl/IPC-Run3/Manifest
@@ -1 +1,2 @@
 DIST IPC-Run3-0.045.tar.gz 20017 SHA256 
658971b13f837c9c760df1959ac6471d5e48265d0a44d1d524cb4d0ab81881da SHA512 
966657fb3b6b3db02b00017f3f77a76610e848dc119d61dc28eb5b72dfe2d691fb2e210336127a2e4520ea465e4d9e412c980795e8e5c354b9874761c4123944
 WHIRLPOOL 
e33001f06a551961e9ed9b2648a2ed3df267700785c77614b0f07b8978cbaf871bfa6f376377d1c9c091c1209a7f309b479e55f438e1e1d96396773197836aca
+DIST IPC-Run3-0.048.tar.gz 20312 SHA256 
3d81c3cc1b5cff69cca9361e2c6e38df0352251ae7b41e2ff3febc850e463565 SHA512 
50432850d8dccd2e59aa6684d34f3e3242fd7df3eb4d9a5eb02dae389aa46b5fd68cc54114a157c3fe99956e68e74d575ab3db5009b7bf7d5c325f1f109b1262
 WHIRLPOOL 
dce2ad7963f62462a655b8dc9b1d6f52a3272b6741634b7cd1085b1bff189a1905ea84db61eafa51785a2165d59fb83fa05ffcc4abc2d11142d7f63c3413ec6e