commit: a9a12f49af5c0b65dbb0752b730e7348286ae74d
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Wed May 12 19:35:42 2021 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed May 12 20:09:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a12f49
dev-perl/Crypt-Simple: Remove old
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
.../Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild | 25 ----------------------
1 file changed, 25 deletions(-)
diff --git a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild
b/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild
deleted file mode 100644
index 8a73e28196c..00000000000
--- a/dev-perl/Crypt-Simple/Crypt-Simple-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=KASEI
-MODULE_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Crypt::Simple - encrypt stuff simply"
-
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-perl/FreezeThaw
- virtual/perl-IO-Compress
- dev-perl/Crypt-Blowfish
- virtual/perl-Digest-MD5
- virtual/perl-MIME-Base64"
-DEPEND="${RDEPEND}
- test? ( virtual/perl-Test-Harness )"
-
-SRC_TEST="do"