summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:31:43 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-06-24 19:51:38 +0200
commitab6a1f4308d140b5e0373e5a7e9bef384477d4c5 (patch)
tree8172764e5576c1115ea13d536e4c26434ac29054 /perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
parentdev-perl/List-SomeUtils: Version bump 0.58 (diff)
downloadgentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.tar.gz
gentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.tar.bz2
gentoo-ab6a1f4308d140b5e0373e5a7e9bef384477d4c5.zip
perl-core/Scalar-List-Utils: Add newer SLU
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild')
-rw-r--r--perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild22
1 files changed, 0 insertions, 22 deletions
diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
deleted file mode 100644
index 29c05e7ad4c0..000000000000
--- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.460.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=PEVANS
-DIST_VERSION=1.46
-inherit perl-module
-
-DESCRIPTION="Common Scalar and List utility subroutines"
-SLOT="0"
-KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Test-Simple
- )
-"