You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild

43 lines
1.1 KiB

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
DIST_AUTHOR=BINGOS
DIST_VERSION=2.30
inherit perl-module
DESCRIPTION="A Perl module for creation and manipulation of tar files"
SLOT="0"
KEYWORDS=""
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=virtual/perl-File-Spec-0.820.0
>=virtual/perl-IO-Compress-2.15.0
>=virtual/perl-IO-Zlib-1.10.0
"
DEPEND="${DEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
>=virtual/perl-Test-Harness-2.260.0
virtual/perl-Test-Simple
)
"
# TODO
# Consider adding some sort of system for turning this stuff on, the
# ENV vars GENTOO_TAR_BZIP2 and GENTOO_TAR_PTARDIFF exist for expert users,
# but we can't regulate it by USE flags without creating a circular
# dependency, specifically, the kind of circular dependency that
# prohibits dev-lang/perl depending on virtual/perl-Archive-Tar
# depending on perl-core/Archive-Tar, due to needing dev-perl/Text-Diff
# that *will not be present* during perl upgrade.
PATCHES=(
"${FILESDIR}/${PN}-2.30-makefileptar.patch"
)
PERL_RM_FILES=(
"t/99_pod.t"
)