Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/shash/
Date: Sat, 26 Sep 2020 14:33:45
Message-Id: 1601130809.41984d695640219731e8344f823b04a998bc85aa.bman@gentoo
1 commit: 41984d695640219731e8344f823b04a998bc85aa
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 13:41:51 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 14:33:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41984d69
7
8 app-crypt/shash: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 app-crypt/shash/shash-0.2.6-r2.ebuild | 33 ---------------------------------
13 1 file changed, 33 deletions(-)
14
15 diff --git a/app-crypt/shash/shash-0.2.6-r2.ebuild b/app-crypt/shash/shash-0.2.6-r2.ebuild
16 deleted file mode 100644
17 index 98f92bc76d3..00000000000
18 --- a/app-crypt/shash/shash-0.2.6-r2.ebuild
19 +++ /dev/null
20 @@ -1,33 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=5
25 -
26 -inherit bash-completion-r1 eutils
27 -
28 -DESCRIPTION="Generate or check digests or MACs of files"
29 -HOMEPAGE="http://mcrypt.hellug.gr/shash/"
30 -SRC_URI="ftp://mcrypt.hellug.gr/pub/mcrypt/${PN}/${P}.tar.gz"
31 -
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
35 -IUSE="static"
36 -
37 -DEPEND=">=app-crypt/mhash-0.8.18-r1"
38 -RDEPEND="${DEPEND}"
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${PV}-manpage-fixes.patch
42 - epatch "${FILESDIR}"/${P}-binary-files.patch
43 -}
44 -
45 -src_configure() {
46 - econf $(use_enable static static-link)
47 -}
48 -
49 -src_install() {
50 - emake install DESTDIR="${D}"
51 - dodoc AUTHORS ChangeLog INSTALL NEWS doc/sample.shashrc doc/FORMAT
52 - newbashcomp "${FILESDIR}"/shash.bash-completion ${PN}
53 -}