summaryrefslogtreecommitdiff
path: root/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild')
-rw-r--r--dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild b/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
deleted file mode 100644
index a7206bdf0cf4..000000000000
--- a/dev-perl/Crypt-OpenPGP/Crypt-OpenPGP-1.120.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=SROMANOV
-DIST_VERSION=1.12
-inherit perl-module
-
-DESCRIPTION="Pure-Perl OpenPGP-compatible PGP implementation"
-
-SLOT="0"
-KEYWORDS="amd64 x86 ~x86-solaris"
-IUSE="test"
-
-# Note: Don't depend on Alt::, non Alt:: works for now
-RDEPEND="
- dev-perl/Crypt-RSA
-
- dev-perl/Crypt-Blowfish
- dev-perl/Crypt-CAST5_PP
- dev-perl/Crypt-DES_EDE3
- dev-perl/Crypt-DSA
- dev-perl/Crypt-IDEA
- dev-perl/Crypt-RIPEMD160
- dev-perl/Crypt-Rijndael
- >=dev-perl/Crypt-Twofish-2.00
- virtual/perl-Digest-MD5
- virtual/perl-Digest-SHA
- dev-perl/File-HomeDir
- virtual/perl-IO-Compress
- dev-perl/libwww-perl
- virtual/perl-MIME-Base64
- virtual/perl-Math-BigInt
- dev-perl/TermReadKey
- dev-perl/URI
- >=dev-perl/Data-Buffer-0.04
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- dev-perl/Test-Exception
- virtual/perl-Test-Simple
- )"