forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
1 parent
fad3398
commit 27e9727
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
) | ||
" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |