summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-03-14 12:43:30 -0400
committerMatt Turner <mattst88@gentoo.org>2024-03-15 10:56:29 -0400
commitc22d44d02cb9168c4c8007eb57bfc379ea91fa9b (patch)
treea11baeabc02a7f90c74e492542fdde2210428c0c /dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild
parentdev-perl/JavaScript-Minifier-XS: Drop old versions (diff)
downloadgentoo-c22d44d02cb9168c4c8007eb57bfc379ea91fa9b.tar.gz
gentoo-c22d44d02cb9168c4c8007eb57bfc379ea91fa9b.tar.bz2
gentoo-c22d44d02cb9168c4c8007eb57bfc379ea91fa9b.zip
dev-perl/JavaScript-Packer: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild')
-rw-r--r--dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild b/dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild
deleted file mode 100644
index 1ae465d728c8..000000000000
--- a/dev-perl/JavaScript-Packer/JavaScript-Packer-2.70.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=LEEJO
-DIST_VERSION=2.07
-inherit perl-module
-
-DESCRIPTION="Perl version of Dean Edward's Packer.js"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- >=dev-perl/Regexp-RegGrp-1.1.1_rc
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? ( virtual/perl-Test-Simple )
-"
-
-PERL_RM_FILES=( t/pod.t )