summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-29 16:10:07 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-29 16:12:29 +0200
commit7ffb45678dddb20526ecf18e74766524185e5ea3 (patch)
tree161a2dbf7138c6c2ef1439c5874c5477bd052246
parentdev-perl/File-chmod: Stable for all (diff)
downloadgentoo-7ffb4567.tar.gz
gentoo-7ffb4567.tar.bz2
gentoo-7ffb4567.zip
dev-perl/File-chmod: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/File-chmod/File-chmod-0.420.0.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild b/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
deleted file mode 100644
index 0eaaee965b3b..000000000000
--- a/dev-perl/File-chmod/File-chmod-0.420.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=XENO
-MODULE_VERSION=0.42
-inherit perl-module
-
-DESCRIPTION="Implements symbolic and ls chmod modes"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Carp
- virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-File-Temp
- virtual/perl-IO
- virtual/perl-Test-Simple
- virtual/perl-autodie
- )
-"
-
-SRC_TEST=do