summaryrefslogtreecommitdiff
path: root/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild')
-rw-r--r--dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild b/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
deleted file mode 100644
index cd7e6d6420c1..000000000000
--- a/dev-perl/Crypt-CBC/Crypt-CBC-3.30.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DIST_AUTHOR=LDS
-DIST_VERSION=3.03
-DIST_EXAMPLES=("eg/*")
-inherit perl-module
-
-DESCRIPTION="Encrypt Data with Cipher Block Chaining Mode"
-
-SLOT="0"
-KEYWORDS="~alpha amd64 arm64 ~ia64 ~mips ppc64 sparc"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/CryptX
- dev-perl/Crypt-PBKDF2
- virtual/perl-Digest-MD5
- virtual/perl-Digest-SHA
- virtual/perl-Math-BigInt
- dev-perl/Math-Int128
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Crypt-Blowfish
- dev-perl/Crypt-DES
- dev-perl/Crypt-IDEA
- dev-perl/Crypt-Rijndael
- )
-"