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.
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel <[email protected]>
- Loading branch information
Showing
2 changed files
with
43 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST PPI-1.236.tar.gz 257245 BLAKE2B 7f49ba8baa67b6597b774420d379e832412f666995701e5c6ab56d8ecbdb7a2542e7b2bb18ed76e944ccd47ba8bda970d0fd170683d9236f20991902eb401f86 SHA512 93a7f4059b12156bdcba77958c17841ab43d85cb0045d0c58d087d6e637e09e253a559cfe465d9d8699329098582759cb8381978c121b9661a9a755e919dece1 | ||
DIST PPI-1.270.tar.gz 251100 BLAKE2B 8b31c41c5fedd9593466dc2673de6ab8767f04578af09b2008984f6d76c71c404e506ac4b9fe7adcf996f5cd01803203c9cddb84fd6e99f87799804526a533c4 SHA512 d138db281c69fc8bbf53174df720e97633e7fd35bc77a24ceeb164277a69a5aff2629a66e7d898d62db270333c87f998eaac23a9eab7ede76dcfd43d2c546858 |
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,42 @@ | ||
# Copyright 1999-2020 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=MITHALDU | ||
DIST_VERSION=1.270 | ||
inherit perl-module | ||
|
||
DESCRIPTION="Parse, Analyze and Manipulate Perl (without perl)" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" | ||
IUSE="test" | ||
RESTRICT="!test? ( test )" | ||
|
||
RDEPEND=" | ||
virtual/perl-Carp | ||
>=dev-perl/Clone-0.300.0 | ||
>=virtual/perl-Digest-MD5-2.350.0 | ||
virtual/perl-Exporter | ||
virtual/perl-File-Spec | ||
>=dev-perl/IO-String-1.70.0 | ||
>=virtual/perl-Scalar-List-Utils-1.330.0 | ||
>=dev-perl/Params-Util-1.000.0 | ||
>=virtual/perl-Storable-2.170.0 | ||
dev-perl/Task-Weaken | ||
" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
test? ( | ||
>=dev-perl/Class-Inspector-1.220.0 | ||
virtual/perl-Encode | ||
>=dev-perl/File-Remove-1.420.0 | ||
virtual/perl-File-Temp | ||
dev-perl/Test-Deep | ||
>=virtual/perl-Test-Simple-0.880.0 | ||
dev-perl/Test-NoWarnings | ||
>=dev-perl/Test-Object-0.70.0 | ||
>=dev-perl/Test-SubCalls-1.70.0 | ||
) | ||
" |