* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2017-06-13 10:57 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2017-06-13 10:57 UTC (permalink / raw
To: gentoo-commits
commit: c2c4fa4337f6241c060f4b0dcad605888bf22eef
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 13 10:57:35 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Jun 13 10:57:49 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2c4fa43
dev-perl/prefork: Fix for '.' in @INC re bug #614446
Generic Module::Install fix
Bug: https://bugs.gentoo.org/614446
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/prefork/prefork-1.40.0-r1.ebuild | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.40.0-r1.ebuild b/dev-perl/prefork/prefork-1.40.0-r1.ebuild
index 409bb65af56..ff8ebcac2c6 100644
--- a/dev-perl/prefork/prefork-1.40.0-r1.ebuild
+++ b/dev-perl/prefork/prefork-1.40.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -18,3 +18,9 @@ DEPEND=">=virtual/perl-File-Spec-0.80
RDEPEND="${DEPEND}"
SRC_TEST="do"
+
+src_prepare() {
+ sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use inc::Module::Install::DSL /' Makefile.PL ||
+ die "Can't patch Makefile.PL for 5.26 dot-in-inc"
+ perl-module_src_prepare
+}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2017-06-22 6:31 Kent Fredric
0 siblings, 0 replies; 12+ messages in thread
From: Kent Fredric @ 2017-06-22 6:31 UTC (permalink / raw
To: gentoo-commits
commit: 3dc08fd81221debd1bd60170b92222aa52769881
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 22 05:50:16 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Jun 22 06:31:08 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3dc08fd8
dev-perl/prefork: Fix broken Module::Install::DSL patching.
For some rediculous reason, this module changes everything about Perl,
so optional newlines cease to be optional.
Additionally, this causes configure to exit true, but fail to configure.
And this breaks install time, necessitating an -r1 bump.
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/prefork/{prefork-1.40.0-r1.ebuild => prefork-1.40.0-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.40.0-r1.ebuild b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
similarity index 85%
rename from dev-perl/prefork/prefork-1.40.0-r1.ebuild
rename to dev-perl/prefork/prefork-1.40.0-r2.ebuild
index ff8ebcac2c6..ea9a4a952f0 100644
--- a/dev-perl/prefork/prefork-1.40.0-r1.ebuild
+++ b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
@@ -20,7 +20,7 @@ RDEPEND="${DEPEND}"
SRC_TEST="do"
src_prepare() {
- sed -i -e 's/use inc::Module::Install::DSL /use lib q[.]; use inc::Module::Install::DSL /' Makefile.PL ||
+ sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
die "Can't patch Makefile.PL for 5.26 dot-in-inc"
perl-module_src_prepare
}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2018-10-27 19:50 Fabian Groffen
0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen @ 2018-10-27 19:50 UTC (permalink / raw
To: gentoo-commits
commit: 8ee2ef7e1cbc91d5ed25efaabac2ea9926a10a7f
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 27 19:50:10 2018 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sat Oct 27 19:50:34 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ee2ef7e
dev-perl/prefork: added Prefix keywords, bug #665088
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
dev-perl/prefork/prefork-1.40.0-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-perl/prefork/prefork-1.40.0-r2.ebuild b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
index ea9a4a952f0..6ac555399b0 100644
--- a/dev-perl/prefork/prefork-1.40.0-r2.ebuild
+++ b/dev-perl/prefork/prefork-1.40.0-r2.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=5
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 ~arm arm64 hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=virtual/perl-File-Spec-0.80
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2020-12-27 15:51 Fabian Groffen
0 siblings, 0 replies; 12+ messages in thread
From: Fabian Groffen @ 2020-12-27 15:51 UTC (permalink / raw
To: gentoo-commits
commit: f78f9c4a97655d2c3f4f83dd058a914ebe9e172a
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 15:43:52 2020 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 15:43:52 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78f9c4a
dev-perl/prefork: drop ppc-aix m68k-mint
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-perl/prefork/prefork-1.40.0-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.40.0-r2.ebuild b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
index 3afe3ebc0c7..40efa7a64f4 100644
--- a/dev-perl/prefork/prefork-1.40.0-r2.ebuild
+++ b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ppc ~ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND=">=virtual/perl-File-Spec-0.80
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-08-02 21:17 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-08-02 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 69ad3727b703cdb44dc0cc5ba5f479ef0e2f1711
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 21:04:27 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 21:14:53 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69ad3727
dev-perl/prefork: Version bump 1.05
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/prefork/Manifest | 1 +
dev-perl/prefork/prefork-1.50.0.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/dev-perl/prefork/Manifest b/dev-perl/prefork/Manifest
index 19a0354cb3d..4b3e63d4df8 100644
--- a/dev-perl/prefork/Manifest
+++ b/dev-perl/prefork/Manifest
@@ -1 +1,2 @@
DIST prefork-1.04.tar.gz 29059 BLAKE2B ecb9d18c3f06838015209225b6810654b345a5897eaa87cfed4066d17cb227353355926291ba7216d3ee0d27f80e0a7ab838a8461bc9dd8c2035fded3f568679 SHA512 80fd65f9255116cc54421000557369e4d852444d921a1ef4dadf12a7ad4bd06e641787e57df57fc0180be092d3ca546e42e9ec03cf59d0170db1197140613f54
+DIST prefork-1.05.tar.gz 28458 BLAKE2B bb1d7fd7359386ec371c062588f003ff30cd5a042390791ff774ac8f9c7edc1cfc8474679a974de8776a871bba71c73c7f76b2f084fae337624e7c446c331460 SHA512 38185a8ff3016a562b4ef0db8c4d6bb065ca1f2f6f661700aff2727c80b45aaca84b5ab23a8e66ce3b65c9b418e85fb65eec982e27fec847a4d939f4385365c6
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
new file mode 100644
index 00000000000..1c680f3d037
--- /dev/null
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.05
+inherit perl-module
+
+DESCRIPTION="Optimized module loading for forking or non-forking processes"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ virtual/perl-Carp
+ >=virtual/perl-Scalar-List-Utils-0.180.0
+"
+BDEPEND="${RDEPEND}
+"
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-10-11 4:24 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-10-11 4:24 UTC (permalink / raw
To: gentoo-commits
commit: 4a7d82b889d3d939be52ba81e44eb628a0799af1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:23:56 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:23:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7d82b8
dev-perl/prefork: Stabilize 1.50.0 x86, #817626
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index 1c680f3d037..4f89d3c50b4 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-10-11 5:15 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-10-11 5:15 UTC (permalink / raw
To: gentoo-commits
commit: 87e85316138575a9c11f88de05312a0731dbc96f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 05:14:36 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 05:14:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87e85316
dev-perl/prefork: Stabilize 1.50.0 ppc, #817626
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index 4f89d3c50b4..5062570867b 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-10-11 6:32 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2021-10-11 6:32 UTC (permalink / raw
To: gentoo-commits
commit: 4f3b0493d335b7c489b6ee952cb0b99ba6c24174
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 06:31:47 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 06:31:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3b0493
dev-perl/prefork: sparc stable wrt bug #817626
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index 5062570867b..d13a1e735d6 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-10-11 15:25 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2021-10-11 15:25 UTC (permalink / raw
To: gentoo-commits
commit: 5f19df99d362dabe0c3d3fa76316bd69966bc01d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 15:23:19 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 15:25:33 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f19df99
dev-perl/prefork: Stabilize 1.50.0 arm64, #817626
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index d13a1e735d6..fdca4142f1b 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-10-12 7:10 Agostino Sarubbo
0 siblings, 0 replies; 12+ messages in thread
From: Agostino Sarubbo @ 2021-10-12 7:10 UTC (permalink / raw
To: gentoo-commits
commit: d821865a829185b4ad5287df11c1570b142cb89a
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:07:59 2021 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d821865a
dev-perl/prefork: amd64 stable wrt bug #817626
Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index fdca4142f1b..8f6b1b2a715 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2021-11-27 14:09 Andreas K. Hüttel
0 siblings, 0 replies; 12+ messages in thread
From: Andreas K. Hüttel @ 2021-11-27 14:09 UTC (permalink / raw
To: gentoo-commits
commit: 3c109cda12bd50c0f4fa62ffa3b80a7800cabe33
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 27 14:06:32 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Nov 27 14:09:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c109cda
dev-perl/prefork: Remove old
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
dev-perl/prefork/Manifest | 1 -
dev-perl/prefork/prefork-1.40.0-r2.ebuild | 26 --------------------------
2 files changed, 27 deletions(-)
diff --git a/dev-perl/prefork/Manifest b/dev-perl/prefork/Manifest
index 4b3e63d4df8e..7f4d8635bc62 100644
--- a/dev-perl/prefork/Manifest
+++ b/dev-perl/prefork/Manifest
@@ -1,2 +1 @@
-DIST prefork-1.04.tar.gz 29059 BLAKE2B ecb9d18c3f06838015209225b6810654b345a5897eaa87cfed4066d17cb227353355926291ba7216d3ee0d27f80e0a7ab838a8461bc9dd8c2035fded3f568679 SHA512 80fd65f9255116cc54421000557369e4d852444d921a1ef4dadf12a7ad4bd06e641787e57df57fc0180be092d3ca546e42e9ec03cf59d0170db1197140613f54
DIST prefork-1.05.tar.gz 28458 BLAKE2B bb1d7fd7359386ec371c062588f003ff30cd5a042390791ff774ac8f9c7edc1cfc8474679a974de8776a871bba71c73c7f76b2f084fae337624e7c446c331460 SHA512 38185a8ff3016a562b4ef0db8c4d6bb065ca1f2f6f661700aff2727c80b45aaca84b5ab23a8e66ce3b65c9b418e85fb65eec982e27fec847a4d939f4385365c6
diff --git a/dev-perl/prefork/prefork-1.40.0-r2.ebuild b/dev-perl/prefork/prefork-1.40.0-r2.ebuild
deleted file mode 100644
index a2c7e4449e27..000000000000
--- a/dev-perl/prefork/prefork-1.40.0-r2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ADAMK
-MODULE_VERSION=1.04
-inherit perl-module
-
-DESCRIPTION="Optimized module loading for forking or non-forking processes"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-DEPEND=">=virtual/perl-File-Spec-0.80
- >=virtual/perl-Scalar-List-Utils-1.10"
-RDEPEND="${DEPEND}"
-
-SRC_TEST="do"
-
-src_prepare() {
- sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
- die "Can't patch Makefile.PL for 5.26 dot-in-inc"
- perl-module_src_prepare
-}
^ permalink raw reply related [flat|nested] 12+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/
@ 2023-12-17 0:05 Sam James
0 siblings, 0 replies; 12+ messages in thread
From: Sam James @ 2023-12-17 0:05 UTC (permalink / raw
To: gentoo-commits
commit: 75c82446316a8c921c94f1c3b3272ba97fe84960
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 00:00:06 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 00:00:06 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c82446
dev-perl/prefork: Stabilize 1.50.0 ppc64, #912523
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/prefork/prefork-1.50.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-perl/prefork/prefork-1.50.0.ebuild b/dev-perl/prefork/prefork-1.50.0.ebuild
index c80102976d1a..63b395b88726 100644
--- a/dev-perl/prefork/prefork-1.50.0.ebuild
+++ b/dev-perl/prefork/prefork-1.50.0.ebuild
@@ -10,7 +10,7 @@ inherit perl-module
DESCRIPTION="Optimized module loading for forking or non-forking processes"
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 ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
RDEPEND="
virtual/perl-Carp
^ permalink raw reply related [flat|nested] 12+ messages in thread
end of thread, other threads:[~2023-12-17 0:05 UTC | newest]
Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-02 21:17 [gentoo-commits] repo/gentoo:master commit in: dev-perl/prefork/ Andreas K. Hüttel
-- strict thread matches above, loose matches on Subject: below --
2023-12-17 0:05 Sam James
2021-11-27 14:09 Andreas K. Hüttel
2021-10-12 7:10 Agostino Sarubbo
2021-10-11 15:25 Sam James
2021-10-11 6:32 Agostino Sarubbo
2021-10-11 5:15 Sam James
2021-10-11 4:24 Sam James
2020-12-27 15:51 Fabian Groffen
2018-10-27 19:50 Fabian Groffen
2017-06-22 6:31 Kent Fredric
2017-06-13 10:57 Kent Fredric
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox