summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-09-26 09:41:51 -0400
committerAaron Bauman <bman@gentoo.org>2020-09-26 10:33:29 -0400
commit41984d695640219731e8344f823b04a998bc85aa (patch)
tree8b51799ff28c95a503d000f0cef58d5827140ea0
parentapp-crypt/rotix: drop old EAPI=5 (diff)
downloadgentoo-41984d69.tar.gz
gentoo-41984d69.tar.bz2
gentoo-41984d69.zip
app-crypt/shash: drop old EAPI=5
Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--app-crypt/shash/shash-0.2.6-r2.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-crypt/shash/shash-0.2.6-r2.ebuild b/app-crypt/shash/shash-0.2.6-r2.ebuild
deleted file mode 100644
index 98f92bc76d3f..000000000000
--- a/app-crypt/shash/shash-0.2.6-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit bash-completion-r1 eutils
-
-DESCRIPTION="Generate or check digests or MACs of files"
-HOMEPAGE="http://mcrypt.hellug.gr/shash/"
-SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="static"
-
-DEPEND=">=app-crypt/mhash-0.8.18-r1"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-manpage-fixes.patch
- epatch "${FILESDIR}"/${P}-binary-files.patch
-}
-
-src_configure() {
- econf $(use_enable static static-link)
-}
-
-src_install() {
- emake install DESTDIR="${D}"
- dodoc AUTHORS ChangeLog INSTALL NEWS doc/sample.shashrc doc/FORMAT
- newbashcomp "${FILESDIR}"/shash.bash-completion ${PN}
-}