summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2018-01-31 11:30:42 +0100
committerUlrich Müller <ulm@gentoo.org>2018-01-31 11:31:50 +0100
commit151be73b29e72ec45f4ed6f9c1408e7dc93a6931 (patch)
tree8b0c34839e12220162d234dd383206075e94df58 /sys-libs/lib-compat
parentprofiles/prefix: update ruby_targets masks, remove 2.1, add 2.3 (diff)
downloadgentoo-151be73b29e72ec45f4ed6f9c1408e7dc93a6931.tar.gz
gentoo-151be73b29e72ec45f4ed6f9c1408e7dc93a6931.tar.bz2
gentoo-151be73b29e72ec45f4ed6f9c1408e7dc93a6931.zip
sys-libs/lib-compat: Remove old.
Closes: https://bugs.gentoo.org/504952 Package-Manager: Portage-2.3.21, Repoman-2.3.6
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r--sys-libs/lib-compat/Manifest1
-rw-r--r--sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild30
2 files changed, 0 insertions, 31 deletions
diff --git a/sys-libs/lib-compat/Manifest b/sys-libs/lib-compat/Manifest
index cfcf53ff8d28..b42991810ad1 100644
--- a/sys-libs/lib-compat/Manifest
+++ b/sys-libs/lib-compat/Manifest
@@ -1,2 +1 @@
-DIST lib-compat-1.4.2.tar.bz2 3002557 BLAKE2B b635f047bbe2c69ae488bfb2a6ab15b6dab27c9aff6796a765a5a0a3fdfa43b111d8b54afacb098a646d869bce8837e0827cdd732800b39a494f477d8b976fef SHA512 aa801434db2749f5f6f42fb12aaa4e518474e8a2b75e7d2e93733d99ebdbc52615c879f575b708dafa15bd1e8bd8362697a6d1f5a38691dd4664cd6fbb51ae14
DIST lib-compat-1.5.tar.bz2 110305 BLAKE2B d103cd4df22d018e03cdd940a74a50ed79a121863dced17b199a0dee4c2fb7a6fd5547d62f70e61cca3933162e2433b1fa2a3edb1cc2991ac0417b509f42419b SHA512 b23b12ab6ecf8c3840ccaebd9c7823651c687fbfaa845b071fa2c2970e616345650f2688cbfca35097686c6b914ab637d166461adb2122f5f7d37c7870a68472
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
deleted file mode 100644
index c15d3231e82e..000000000000
--- a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for very old programs"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="!<=app-emulation/emul-linux-x86-compat-20140508"
-
-src_install() {
- if use amd64 || use x86; then
- cd x86 || die
- ABI=x86
- into /
- dolib.so ld-linux.so.1*
- rm -f ld-linux.so.1*
- #elif use alpha; then
- # cd alpha || die
- else
- die "arch not supported"
- fi
- into /usr
- dolib.so *.so*
-}