Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/lib-compat/
Date: Wed, 31 Jan 2018 10:33:00
Message-Id: 1517394710.151be73b29e72ec45f4ed6f9c1408e7dc93a6931.ulm@gentoo
1 commit: 151be73b29e72ec45f4ed6f9c1408e7dc93a6931
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 31 10:30:42 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 31 10:31:50 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=151be73b
7
8 sys-libs/lib-compat: Remove old.
9
10 Closes: https://bugs.gentoo.org/504952
11 Package-Manager: Portage-2.3.21, Repoman-2.3.6
12
13 sys-libs/lib-compat/Manifest | 1 -
14 sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild | 30 --------------------------
15 2 files changed, 31 deletions(-)
16
17 diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest
18 index cfcf53ff8d2..b42991810ad 100644
19 --- a/sys-libs/lib-compat/Manifest
20 +++ b/sys-libs/lib-compat/Manifest
21 @@ -1,2 +1 @@
22 -DIST lib-compat-1.4.2.tar.bz2 3002557 BLAKE2B b635f047bbe2c69ae488bfb2a6ab15b6dab27c9aff6796a765a5a0a3fdfa43b111d8b54afacb098a646d869bce8837e0827cdd732800b39a494f477d8b976fef SHA512 aa801434db2749f5f6f42fb12aaa4e518474e8a2b75e7d2e93733d99ebdbc52615c879f575b708dafa15bd1e8bd8362697a6d1f5a38691dd4664cd6fbb51ae14
23 DIST lib-compat-1.5.tar.bz2 110305 BLAKE2B d103cd4df22d018e03cdd940a74a50ed79a121863dced17b199a0dee4c2fb7a6fd5547d62f70e61cca3933162e2433b1fa2a3edb1cc2991ac0417b509f42419b SHA512 b23b12ab6ecf8c3840ccaebd9c7823651c687fbfaa845b071fa2c2970e616345650f2688cbfca35097686c6b914ab637d166461adb2122f5f7d37c7870a68472
24
25 diff --git a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild
26 deleted file mode 100644
27 index c15d3231e82..00000000000
28 --- a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild
29 +++ /dev/null
30 @@ -1,30 +0,0 @@
31 -# Copyright 1999-2014 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for very old programs"
37 -HOMEPAGE="https://www.gentoo.org/"
38 -SRC_URI="mirror://gentoo/${P}.tar.bz2"
39 -
40 -LICENSE="GPL-2"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -
44 -RDEPEND="!<=app-emulation/emul-linux-x86-compat-20140508"
45 -
46 -src_install() {
47 - if use amd64 || use x86; then
48 - cd x86 || die
49 - ABI=x86
50 - into /
51 - dolib.so ld-linux.so.1*
52 - rm -f ld-linux.so.1*
53 - #elif use alpha; then
54 - # cd alpha || die
55 - else
56 - die "arch not supported"
57 - fi
58 - into /usr
59 - dolib.so *.so*
60 -}