Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/md4sum/
Date: Sun, 17 Nov 2019 19:58:14
Message-Id: 1574020683.d36f2f7237b06a390a423cb639974044191aa2a3.hanno@gentoo
1 commit: d36f2f7237b06a390a423cb639974044191aa2a3
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 19:57:28 2019 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 19:58:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d36f2f72
7
8 app-crypt/md4sum: Remove old ebuild
9
10 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
11 Package-Manager: Portage-2.3.79, Repoman-2.3.18
12
13 app-crypt/md4sum/md4sum-0.02.03-r1.ebuild | 30 ------------------------------
14 1 file changed, 30 deletions(-)
15
16 diff --git a/app-crypt/md4sum/md4sum-0.02.03-r1.ebuild b/app-crypt/md4sum/md4sum-0.02.03-r1.ebuild
17 deleted file mode 100644
18 index 089194c7aff..00000000000
19 --- a/app-crypt/md4sum/md4sum-0.02.03-r1.ebuild
20 +++ /dev/null
21 @@ -1,30 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -inherit eutils
28 -
29 -DESCRIPTION="md4 and edonkey hash algorithm tool"
30 -HOMEPAGE="http://linux.xulin.de/c/"
31 -SRC_URI="http://linux.xulin.de/c/${P}.tar.gz"
32 -LICENSE="GPL-2"
33 -SLOT="0"
34 -KEYWORDS="~amd64 ~ppc ~x86"
35 -IUSE=""
36 -
37 -src_prepare() {
38 - epatch "${FILESDIR}/md4sum-fix-out-of-bounds-write.diff"
39 -}
40 -
41 -src_compile() {
42 - sed -i -e "s:CFLAGS=:CFLAGS=${CFLAGS} :g" \
43 - -e "s:install -s:install:g" Makefile
44 - emake LDFLAGS="${LDFLAGS}" CC="$(tc-getCC)" || die "emake failed"
45 -}
46 -
47 -src_install() {
48 - mkdir -p "${D}/usr/bin"
49 - mkdir -p "${D}/usr/share/man/man1"
50 - einstall || die "einstall failed"
51 -}