Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/libmd/
Date: Tue, 24 Aug 2021 13:39:20
Message-Id: 1629812237.e5f11ffa50061193b31d467c0fcf47e842d2beeb.asturm@gentoo
1 commit: e5f11ffa50061193b31d467c0fcf47e842d2beeb
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 11:43:15 2021 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 13:37:17 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5f11ffa
7
8 app-crypt/libmd: Drop 1.0.3 (r0)
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-crypt/libmd/libmd-1.0.3.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/app-crypt/libmd/libmd-1.0.3.ebuild b/app-crypt/libmd/libmd-1.0.3.ebuild
17 deleted file mode 100644
18 index d32fbc8f277..00000000000
19 --- a/app-crypt/libmd/libmd-1.0.3.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DESCRIPTION="Message Digest functions from BSD systems"
28 -HOMEPAGE="https://www.hadrons.org/software/libmd/"
29 -SRC_URI="https://archive.hadrons.org/software/libmd/${P}.tar.xz"
30 -
31 -LICENSE="|| ( BSD BSD-2 ISC BEER-WARE public-domain )"
32 -SLOT="0"
33 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux"
34 -
35 -src_configure() {
36 - econf --disable-static
37 -}
38 -
39 -src_install() {
40 - default
41 -
42 - find "${ED}" -name '*.la' -delete || die
43 -}