Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libaal/
Date: Mon, 19 Apr 2021 19:15:19
Message-Id: 1618859702.e7e82dc95df1dc5d46a3bf4cc53c5585a001774e.sam@gentoo
1 commit: e7e82dc95df1dc5d46a3bf4cc53c5585a001774e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 19 19:14:15 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 19 19:15:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e82dc9
7
8 sys-libs/libaal: drop 1.0.7-r1
9
10 Closes: https://bugs.gentoo.org/783849
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 sys-libs/libaal/libaal-1.0.7-r1.ebuild | 42 ----------------------------------
14 1 file changed, 42 deletions(-)
15
16 diff --git a/sys-libs/libaal/libaal-1.0.7-r1.ebuild b/sys-libs/libaal/libaal-1.0.7-r1.ebuild
17 deleted file mode 100644
18 index b6244f38ea5..00000000000
19 --- a/sys-libs/libaal/libaal-1.0.7-r1.ebuild
20 +++ /dev/null
21 @@ -1,42 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -
27 -inherit usr-ldscript
28 -
29 -DESCRIPTION="library required by reiser4progs"
30 -HOMEPAGE="https://sourceforge.net/projects/reiser4/"
31 -SRC_URI="mirror://sourceforge/reiser4/${P}.tar.gz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0/7"
35 -KEYWORDS="amd64 arm ppc ppc64 -sparc x86"
36 -IUSE="static-libs"
37 -
38 -DEPEND="virtual/os-headers"
39 -
40 -src_prepare() {
41 - default
42 -
43 - # remove stupid CFLAG hardcodes
44 - sed -i \
45 - -e "/GENERIC_CFLAGS/s@-O3@@" \
46 - -e "/^CFLAGS=/s@\"\"@\"${CFLAGS}\"@" \
47 - configure || die
48 - printf '#!/bin/sh\n:\n' > run-ldconfig || die
49 -}
50 -
51 -src_configure() {
52 - local myeconfargs=(
53 - --enable-libminimal
54 - --enable-memory-manager
55 - $(use_enable static-libs static)
56 - )
57 - econf "${myeconfargs[@]}"
58 -}
59 -
60 -src_install() {
61 - default
62 - gen_usr_ldscript -a aal{,-minimal}
63 -}