summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-12-31 14:03:06 +0000
committerUlrich Müller <ulm@gentoo.org>2014-12-31 14:03:06 +0000
commitfd8f067bdbf97f76514e1806090f4b33183eb0bf (patch)
tree3f3c5a38955d47d6e518f9a5e27a1924fa8a83c9 /sys-libs/lib-compat/lib-compat-1.4.ebuild
parentremoved old version wiht old distutils inherit and EAPI (diff)
downloadhistorical-fd8f067bdbf97f76514e1806090f4b33183eb0bf.tar.gz
historical-fd8f067bdbf97f76514e1806090f4b33183eb0bf.tar.bz2
historical-fd8f067bdbf97f76514e1806090f4b33183eb0bf.zip
Remove old.
Package-Manager: portage-2.2.15/cvs/Linux x86_64 Manifest-Sign-Key: 0x9433907D693FB5B8!
Diffstat (limited to 'sys-libs/lib-compat/lib-compat-1.4.ebuild')
-rw-r--r--sys-libs/lib-compat/lib-compat-1.4.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild
deleted file mode 100644
index 4b8af5b7c1a1..000000000000
--- a/sys-libs/lib-compat/lib-compat-1.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.ebuild,v 1.13 2014/09/07 10:34:26 ulm Exp $
-
-DESCRIPTION="Compatibility C++ and libc5 and libc6 libraries for programs new and old"
-HOMEPAGE="http://www.gentoo.org/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="sdl"
-
-RDEPEND="sys-libs/glibc
- sdl? ( media-libs/libsdl )"
-
-S=${WORKDIR}/${P}/${ARCH}
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- # Rather install this with the proper filename
- mv -f libstdc++-libc6.2-2.so.3 libstdc++-3-libc6.2-2-2.10.0.so
- # libstdc++-2-libc6.1-1-2.9.0.so provides this one ...
- rm -f libstdc++-libc6.1-1.so.2
- # No package installs this one, so no need for the .dummy
- mv -f libstdc++.so.2.9.dummy libstdc++.so.2.9.0
- # dont install if they dont want sdl
- rm -f libsmpeg-0.4.so.0.dummy
-}
-
-src_install() {
- if use x86 ; then
- into /
- dolib.so ld-linux.so.1*
- rm -f ld-linux.so.1*
- fi
- into /usr
- dolib.so *.so*
-}