summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-24 16:28:41 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-05-24 16:32:56 +0200
commit3ee7d6dd1e85768dfc79e75bb62a71934c9ce7f0 (patch)
tree605a395e9d042ae40dcc02cec4daf69d7c8d8d40
parentdev-perl/Digest-GOST: Stable for all (diff)
downloadgentoo-3ee7d6dd1e85768dfc79e75bb62a71934c9ce7f0.tar.gz
gentoo-3ee7d6dd1e85768dfc79e75bb62a71934c9ce7f0.tar.bz2
gentoo-3ee7d6dd1e85768dfc79e75bb62a71934c9ce7f0.zip
dev-perl/Digest-GOST: 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/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild b/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild
deleted file mode 100644
index 52a3c3bb7e5a..000000000000
--- a/dev-perl/Digest-GOST/Digest-GOST-0.60.0-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=GRAY
-DIST_VERSION=0.06
-inherit perl-module
-
-DESCRIPTION="Perl interface to the GOST R 34.11-94 digest algorithm"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 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-Digest
- virtual/perl-XSLoader
- virtual/perl-parent
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- >=virtual/perl-Test-Simple-0.820.0
- )
-"
-PATCHES=( "${FILESDIR}/${P}-bigendian-link.patch" )