* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2015-09-06 21:09 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2015-09-06 21:09 UTC (permalink / raw
To: gentoo-commits
commit: 0ee68d6fe4d9f734a6a34300121bc4c5c51a879a
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 6 21:02:56 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Sep 6 21:08:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee68d6f
dev-perl/B-Hooks-Parser: Version bump; remove old
Package-Manager: portage-2.2.20.1
.../B-Hooks-Parser-0.120.0-r1.ebuild | 22 ----------------
.../B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild | 29 ++++++++++++++++++++++
dev-perl/B-Hooks-Parser/Manifest | 2 +-
3 files changed, 30 insertions(+), 23 deletions(-)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild
deleted file mode 100644
index 6c26266..0000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.120.0-r1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.12
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/B-Hooks-OP-Check"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.302
- test? ( dev-perl/Test-Exception
- dev-perl/B-Hooks-EndOfScope )"
-SRC_TEST=do
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
new file mode 100644
index 0000000..70b5fd4
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=ETHER
+MODULE_VERSION=0.16
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Exception
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ )
+"
+
+SRC_TEST="do parallel"
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index 598f91f..e399603 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1,2 +1,2 @@
-DIST B-Hooks-Parser-0.12.tar.gz 72662 SHA256 cddbc1e664975ef1e35b5f9361ff993d9005507201463f9e5561a056ffbadb25 SHA512 d6c6cbe521362ec9b5efd7d4b920f26bd35a8d37073d2f803d9e0a6d1965b712ea4ba5d2cc8f4d8195fd3f71c7a247202055295395df733c997eb0c3d290a7e5 WHIRLPOOL 9c38e6b29193de7f1748130e3e25d24168beab0b43da3bdfe64355925fd11c21ece983f313d594a60c7e634b00da6ce68b163116662a88aa952cb66b7c71c415
DIST B-Hooks-Parser-0.13.tar.gz 83951 SHA256 f6c838e59f52e21ccc0b2c9d85d6f7ba33119098ad3a261698b01690c2619646 SHA512 f1729830350d25f5decc4b08be23591920683d86d910bec99b478e58905dee6cc384af305b665a8a90dc48b9b819df6cbc975cf606b495448d25d00e3357a149 WHIRLPOOL d6505cbb95834b0a6084af24ba4f1ba96704016cf0180a79e479036d98567c29fbc42f60b91e5c72068e5403dc581d56c5b0493e173965ee571f9ce442094725
+DIST B-Hooks-Parser-0.16.tar.gz 84593 SHA256 24e65268da41976fe3055091554848f6ef6eedd0c5c1a708b0fca5fe10cabab6 SHA512 5079b7233b5d69c4347cace3131e736c973d6c63daf063b39338d2b91dd44880fbfb255b9e9aac291ec0614e747115d14c2b7e13425336b97352ee1a41a10a2a WHIRLPOOL 9c53d5621b1648ef3636282cf51cc23b619fc4ece408a29e4980789fbf053642d89c98ae319c17a8217789727a6239e99d5be2fd05f04fa5861cecccd7d7bd83
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2015-12-28 16:53 Andreas Hüttel
0 siblings, 0 replies; 9+ messages in thread
From: Andreas Hüttel @ 2015-12-28 16:53 UTC (permalink / raw
To: gentoo-commits
commit: 385d397b3256e7a0c0f18f5f8641acd6b5ab1c2b
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 16:48:21 2015 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Dec 28 16:53:32 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385d397b
dev-perl/B-Hooks-Parser: Remove old
Package-Manager: portage-2.2.26
.../B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild | 22 ----------------------
dev-perl/B-Hooks-Parser/Manifest | 1 -
2 files changed, 23 deletions(-)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild
deleted file mode 100644
index 6fe32a7..0000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.130.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.13
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND="dev-perl/B-Hooks-OP-Check"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.302
- test? ( dev-perl/Test-Exception
- dev-perl/B-Hooks-EndOfScope )"
-SRC_TEST=do
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index e399603..14f809b 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1,2 +1 @@
-DIST B-Hooks-Parser-0.13.tar.gz 83951 SHA256 f6c838e59f52e21ccc0b2c9d85d6f7ba33119098ad3a261698b01690c2619646 SHA512 f1729830350d25f5decc4b08be23591920683d86d910bec99b478e58905dee6cc384af305b665a8a90dc48b9b819df6cbc975cf606b495448d25d00e3357a149 WHIRLPOOL d6505cbb95834b0a6084af24ba4f1ba96704016cf0180a79e479036d98567c29fbc42f60b91e5c72068e5403dc581d56c5b0493e173965ee571f9ce442094725
DIST B-Hooks-Parser-0.16.tar.gz 84593 SHA256 24e65268da41976fe3055091554848f6ef6eedd0c5c1a708b0fca5fe10cabab6 SHA512 5079b7233b5d69c4347cace3131e736c973d6c63daf063b39338d2b91dd44880fbfb255b9e9aac291ec0614e747115d14c2b7e13425336b97352ee1a41a10a2a WHIRLPOOL 9c53d5621b1648ef3636282cf51cc23b619fc4ece408a29e4980789fbf053642d89c98ae319c17a8217789727a6239e99d5be2fd05f04fa5861cecccd7d7bd83
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2017-04-05 11:37 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-04-05 11:37 UTC (permalink / raw
To: gentoo-commits
commit: d39fe2f125772746ea70125d0eb1e5a4636d5347
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 5 11:35:32 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 5 11:36:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d39fe2f1
dev-perl/B-Hooks-Parser: Bump to version 0.190.0
- EAPI6
Upstream:
- Fix compile time against stolen_chunk_of_toke.c
- Avoid use of sub_inwhat
- Fix compile aginst 5.26
Bug: https://bugs.gentoo.org/614718
Package-Manager: Portage-2.3.4, Repoman-2.3.2
.../B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild | 26 ++++++++++++++++++++++
dev-perl/B-Hooks-Parser/Manifest | 1 +
2 files changed, 27 insertions(+)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild
new file mode 100644
index 00000000000..3ce0a2f013a
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.19
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0"
+DEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Fatal
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index 14f809b9813..db0d1634365 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1 +1,2 @@
DIST B-Hooks-Parser-0.16.tar.gz 84593 SHA256 24e65268da41976fe3055091554848f6ef6eedd0c5c1a708b0fca5fe10cabab6 SHA512 5079b7233b5d69c4347cace3131e736c973d6c63daf063b39338d2b91dd44880fbfb255b9e9aac291ec0614e747115d14c2b7e13425336b97352ee1a41a10a2a WHIRLPOOL 9c53d5621b1648ef3636282cf51cc23b619fc4ece408a29e4980789fbf053642d89c98ae319c17a8217789727a6239e99d5be2fd05f04fa5861cecccd7d7bd83
+DIST B-Hooks-Parser-0.19.tar.gz 87015 SHA256 b83b51848e6dade6ca56975b47eafbb7d468b5e42e45e2992a5b84ccb9e9ca21 SHA512 87708e718bddcdf3a80fa4f75a7fb9f642519b8dc1bdb5eafaf825b10efb23f74e8645af86094696efd50c1194a818360ee1a77ce226a0b1f89ea4db90be636b WHIRLPOOL 9114935e6aad991ad830b38d286b5f3f925faee23919eb4603664fb0f56cde9b2b4c76ff08a915347c47e3a2bd7b6bfb84871de3a004267e4ad68cf4bd64bdd1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2017-04-11 20:27 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2017-04-11 20:27 UTC (permalink / raw
To: gentoo-commits
commit: b997ee8fd125fdca336067c2c4d56790a696a183
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 11 20:27:31 2017 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Apr 11 20:27:31 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b997ee8f
dev-perl/B-Hooks-Parser: Cleanup old re bug #614718
Removing old versions that will be broken come 5.26
Bug: https://bugs.gentoo.org/614718
Package-Manager: Portage-2.3.4, Repoman-2.3.2
.../B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild | 28 ----------------------
dev-perl/B-Hooks-Parser/Manifest | 1 -
2 files changed, 29 deletions(-)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
deleted file mode 100644
index 051c20e62aa..00000000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.160.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=ETHER
-MODULE_VERSION=0.16
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-
-RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.302.0
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Exception
- dev-perl/B-Hooks-EndOfScope
- virtual/perl-File-Spec
- virtual/perl-Test-Simple
- )
-"
-
-SRC_TEST="do parallel"
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index db0d1634365..99c785e12f2 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1,2 +1 @@
-DIST B-Hooks-Parser-0.16.tar.gz 84593 SHA256 24e65268da41976fe3055091554848f6ef6eedd0c5c1a708b0fca5fe10cabab6 SHA512 5079b7233b5d69c4347cace3131e736c973d6c63daf063b39338d2b91dd44880fbfb255b9e9aac291ec0614e747115d14c2b7e13425336b97352ee1a41a10a2a WHIRLPOOL 9c53d5621b1648ef3636282cf51cc23b619fc4ece408a29e4980789fbf053642d89c98ae319c17a8217789727a6239e99d5be2fd05f04fa5861cecccd7d7bd83
DIST B-Hooks-Parser-0.19.tar.gz 87015 SHA256 b83b51848e6dade6ca56975b47eafbb7d468b5e42e45e2992a5b84ccb9e9ca21 SHA512 87708e718bddcdf3a80fa4f75a7fb9f642519b8dc1bdb5eafaf825b10efb23f74e8645af86094696efd50c1194a818360ee1a77ce226a0b1f89ea4db90be636b WHIRLPOOL 9114935e6aad991ad830b38d286b5f3f925faee23919eb4603664fb0f56cde9b2b4c76ff08a915347c47e3a2bd7b6bfb84871de3a004267e4ad68cf4bd64bdd1
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2020-05-05 13:43 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-05-05 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 27e97274c88e2aa15b63e31840a8a84914b547d0
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 02:43:39 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue May 5 13:42:45 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27e97274
dev-perl/B-Hooks-Parser: Bump to version 0.210.0
- EAPI7
Upstream:
- fix threaded builds with older Perl_filter_read
- now uses core functions directly where possible, instead of copying
core code.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild | 31 ++++++++++++++++++++++
dev-perl/B-Hooks-Parser/Manifest | 1 +
2 files changed, 32 insertions(+)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild
new file mode 100644
index 00000000000..eba9f60499b
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-0.180.0
+ virtual/perl-XSLoader
+ virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index e80619456f9..9e079a1d5df 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1 +1,2 @@
DIST B-Hooks-Parser-0.19.tar.gz 87015 BLAKE2B 4bc6501dea7f029c82b06bbc9a4faa7c5f9b98f5a0a5902229a6cc749b75ff1537ec52ba03a93af862123679cba3327d0db0bf68b1cb8c51bacd422bc7f27644 SHA512 87708e718bddcdf3a80fa4f75a7fb9f642519b8dc1bdb5eafaf825b10efb23f74e8645af86094696efd50c1194a818360ee1a77ce226a0b1f89ea4db90be636b
+DIST B-Hooks-Parser-0.21.tar.gz 89001 BLAKE2B 116e0b780b37396b1987e55415d729c4bb88a9206d17b16f7ecf90b0c78f54d241d2cfc966d4deaa3d46ca8b175c2ddf50cd19f9a77e50633bfb3cf8dc85ab99 SHA512 7645b9f43ab147fc51dfc4f7e8b89b66a4225b214914f0cc12f9b8887e2717d373453c227e2c0cc0508424d01ea96dd3eb8160d746bfa484857bf9be8ec0c72e
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2020-06-20 4:32 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-06-20 4:32 UTC (permalink / raw
To: gentoo-commits
commit: 1f71760eb8b086e3ba58ede5e6c297f15478ac00
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 20 04:24:18 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Jun 20 04:24:18 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f71760e
dev-perl/B-Hooks-Parser: Cleanup old 0.190.0
- Eclipsed by 0.210.0 (~) for >1 month
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild | 27 ----------------------
dev-perl/B-Hooks-Parser/Manifest | 1 -
2 files changed, 28 deletions(-)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild
deleted file mode 100644
index 22e5eee65d1..00000000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.190.0.ebuild
+++ /dev/null
@@ -1,27 +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=0.19
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-perl/B-Hooks-OP-Check-0.180.0"
-DEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.302.0
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Fatal
- dev-perl/B-Hooks-EndOfScope
- virtual/perl-File-Spec
- virtual/perl-Test-Simple
- )
-"
diff --git a/dev-perl/B-Hooks-Parser/Manifest b/dev-perl/B-Hooks-Parser/Manifest
index 9e079a1d5df..6377831bc6b 100644
--- a/dev-perl/B-Hooks-Parser/Manifest
+++ b/dev-perl/B-Hooks-Parser/Manifest
@@ -1,2 +1 @@
-DIST B-Hooks-Parser-0.19.tar.gz 87015 BLAKE2B 4bc6501dea7f029c82b06bbc9a4faa7c5f9b98f5a0a5902229a6cc749b75ff1537ec52ba03a93af862123679cba3327d0db0bf68b1cb8c51bacd422bc7f27644 SHA512 87708e718bddcdf3a80fa4f75a7fb9f642519b8dc1bdb5eafaf825b10efb23f74e8645af86094696efd50c1194a818360ee1a77ce226a0b1f89ea4db90be636b
DIST B-Hooks-Parser-0.21.tar.gz 89001 BLAKE2B 116e0b780b37396b1987e55415d729c4bb88a9206d17b16f7ecf90b0c78f54d241d2cfc966d4deaa3d46ca8b175c2ddf50cd19f9a77e50633bfb3cf8dc85ab99 SHA512 7645b9f43ab147fc51dfc4f7e8b89b66a4225b214914f0cc12f9b8887e2717d373453c227e2c0cc0508424d01ea96dd3eb8160d746bfa484857bf9be8ec0c72e
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2020-07-03 15:10 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-07-03 15:10 UTC (permalink / raw
To: gentoo-commits
commit: f7aeb03ee35c4f4f3a804ed77821a04a00793b54
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 3 13:34:01 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Fri Jul 3 14:59:46 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7aeb03e
dev-perl/B-Hooks-Parser: -r bump for CFLAGS love
- Ensure CFLAGS passed to make/compiler
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../B-Hooks-Parser-0.210.0-r1.ebuild | 37 ++++++++++++++++++++++
1 file changed, 37 insertions(+)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r1.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r1.ebuild
new file mode 100644
index 00000000000..2d76e80a60d
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r1.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=ETHER
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-0.180.0
+ virtual/perl-XSLoader
+ virtual/perl-parent
+"
+BDEPEND="${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
+src_compile() {
+ mymake=(
+ "OPTIMIZE=${CFLAGS}"
+ )
+ perl-module_src_compile
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2020-08-06 16:40 Kent Fredric
0 siblings, 0 replies; 9+ messages in thread
From: Kent Fredric @ 2020-08-06 16:40 UTC (permalink / raw
To: gentoo-commits
commit: 80d85f58f7d02dac26f4269212aa0c8bb1c3ac30
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 6 16:10:12 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Thu Aug 6 16:37:57 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80d85f58
dev-perl/B-Hooks-Parser: Cleanup old 0.210.0
Package-Manager: Portage-2.3.103, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild | 31 ----------------------
1 file changed, 31 deletions(-)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild
deleted file mode 100644
index eba9f60499b..00000000000
--- a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0.ebuild
+++ /dev/null
@@ -1,31 +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=0.21
-inherit perl-module
-
-DESCRIPTION="Interface to perls parser variables"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- >=dev-perl/B-Hooks-OP-Check-0.180.0
- virtual/perl-XSLoader
- virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
- >=dev-perl/ExtUtils-Depends-0.302.0
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/B-Hooks-EndOfScope
- virtual/perl-File-Spec
- dev-perl/Test-Fatal
- virtual/perl-Test-Simple
- )
-"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/
@ 2024-05-22 4:35 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2024-05-22 4:35 UTC (permalink / raw
To: gentoo-commits
commit: fae76913bb09adb5c37ce313647006561d75c1d7
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 04:03:40 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 22 04:34:27 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae76913
dev-perl/B-Hooks-Parser: EAPI 8, rely on eclass impls
This covers more variables/args, etc.
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../B-Hooks-Parser-0.210.0-r2.ebuild | 30 ++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.ebuild b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.ebuild
new file mode 100644
index 000000000000..e8fe283db11d
--- /dev/null
+++ b/dev-perl/B-Hooks-Parser/B-Hooks-Parser-0.210.0-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=0.21
+inherit perl-module
+
+DESCRIPTION="Interface to perls parser variables"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ >=dev-perl/B-Hooks-OP-Check-0.180.0
+ virtual/perl-XSLoader
+ virtual/perl-parent
+"
+BDEPEND="
+ ${RDEPEND}
+ >=dev-perl/ExtUtils-Depends-0.302.0
+ virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/B-Hooks-EndOfScope
+ virtual/perl-File-Spec
+ dev-perl/Test-Fatal
+ virtual/perl-Test-Simple
+ )
+"
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-05-22 4:35 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-20 4:32 [gentoo-commits] repo/gentoo:master commit in: dev-perl/B-Hooks-Parser/ Kent Fredric
-- strict thread matches above, loose matches on Subject: below --
2024-05-22 4:35 Sam James
2020-08-06 16:40 Kent Fredric
2020-07-03 15:10 Kent Fredric
2020-05-05 13:43 Kent Fredric
2017-04-11 20:27 Kent Fredric
2017-04-05 11:37 Kent Fredric
2015-12-28 16:53 Andreas Hüttel
2015-09-06 21:09 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