summaryrefslogtreecommitdiff
path: root/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild')
-rw-r--r--perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild b/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
deleted file mode 100644
index 790d88452b41..000000000000
--- a/perl-core/Archive-Tar/Archive-Tar-2.300.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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"
-)