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.
Signed-off-by: Sam James <[email protected]>
- Loading branch information
1 parent
8ad5066
commit 1fa679b
Showing
2 changed files
with
48 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,47 @@ | ||
# Copyright 1999-2024 Gentoo Authors | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=8 | ||
|
||
DIST_AUTHOR=PLICEASE | ||
DIST_VERSION=2.83 | ||
DIST_EXAMPLES=("example/*") | ||
inherit perl-module | ||
|
||
DESCRIPTION="Build external dependencies for use in CPAN" | ||
|
||
SLOT="0" | ||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" | ||
IUSE="minimal zip" | ||
|
||
# No, pkgconfig is not suspect, it actually uses it at runtime, and this module | ||
# is somewhat a wrapper for pkgconfig :/ | ||
RDEPEND=" | ||
zip? ( dev-perl/Archive-Zip ) | ||
virtual/perl-Archive-Tar | ||
>=dev-perl/Capture-Tiny-0.170.0 | ||
virtual/perl-Digest-SHA | ||
virtual/perl-ExtUtils-CBuilder | ||
>=virtual/perl-ExtUtils-MakeMaker-6.640.0 | ||
>=virtual/perl-ExtUtils-ParseXS-3.300.0 | ||
>=dev-perl/FFI-CheckLib-0.110.0 | ||
>=dev-perl/File-Which-1.100.0 | ||
dev-perl/File-chdir | ||
virtual/perl-JSON-PP | ||
>=virtual/perl-Scalar-List-Utils-1.330.0 | ||
>=dev-perl/Path-Tiny-0.77.0 | ||
>=virtual/perl-Test-Simple-1.302.96 | ||
>=virtual/perl-Text-ParseWords-3.260.0 | ||
virtual/pkgconfig | ||
" | ||
BDEPEND=" | ||
${RDEPEND} | ||
test? ( | ||
dev-perl/Devel-Hide | ||
>=virtual/perl-Test2-Suite-0.0.121 | ||
!minimal? ( | ||
dev-perl/Alien-Base-ModuleBuild | ||
dev-perl/Sort-Versions | ||
) | ||
) | ||
" |
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 Alien-Build-2.80.tar.gz 547037 BLAKE2B 61c52e5931c1146253840f2dddd1bedde5a767f6bdbe45e317b0f7d595fcd8929b324768595a337f24d624b3bb54bf226e585ddd92c7022ab23d317865600e5d SHA512 88f672a04796e22650a211d0504a0d7ab3ae3cdb3b992ca9a4ea996241f578454b6dcfb5fb448d27d69569a2b706308820f067b346913b75f1dc012893aab68e | ||
DIST Alien-Build-2.83.tar.gz 547519 BLAKE2B 1a097ea31dc67b9a33a5f20968f36779d91a8abab0d03d534e5844b1f047e54bb455c09bcbbf2da3d0f90aac66e20ac53c977cd83722826c6cc62761c4e386ff SHA512 db21995423cd13656ac2a93bfbeb1cfeef8e521774b9895860a9119195b3eeab4104d8c54bc263db0891855da965fa8ffacdfaff89977c817e2d2650ce69d02e |