diff options
author | 2014-12-31 14:02:53 +0000 | |
---|---|---|
committer | 2014-12-31 14:02:53 +0000 | |
commit | f5aac89e640a31f01bcba8b234fb7f0ee073127f (patch) | |
tree | befa6d19155ac8119e2da4288a48c9d9e98ae176 /sys-libs/lib-compat | |
parent | removed old version wiht old distutils inherit and EAPI (diff) | |
download | gentoo-2-f5aac89e640a31f01bcba8b234fb7f0ee073127f.tar.gz gentoo-2-f5aac89e640a31f01bcba8b234fb7f0ee073127f.tar.bz2 gentoo-2-f5aac89e640a31f01bcba8b234fb7f0ee073127f.zip |
Remove old.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-libs/lib-compat')
-rw-r--r-- | sys-libs/lib-compat/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.1.ebuild | 40 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.2.ebuild | 24 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 41 |
4 files changed, 5 insertions, 106 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog index 9c568032fe89..2434be007015 100644 --- a/sys-libs/lib-compat/ChangeLog +++ b/sys-libs/lib-compat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/lib-compat # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.36 2014/09/07 10:34:26 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.37 2014/12/31 14:02:53 ulm Exp $ + + 31 Dec 2014; Ulrich Müller <ulm@gentoo.org> -lib-compat-1.4.ebuild, + -lib-compat-1.4.1.ebuild, -lib-compat-1.4.2.ebuild: + Remove old. 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> lib-compat-1.4.ebuild, lib-compat-1.4.1.ebuild, lib-compat-1.4.2.ebuild, lib-compat-1.4.2-r1.ebuild: diff --git a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild deleted file mode 100644 index eb349da2153e..000000000000 --- a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild +++ /dev/null @@ -1,40 +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.1.ebuild,v 1.10 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* -} diff --git a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild b/sys-libs/lib-compat/lib-compat-1.4.2.ebuild deleted file mode 100644 index e2294a6a1218..000000000000 --- a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild +++ /dev/null @@ -1,24 +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.2.ebuild,v 1.5 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="" - -S=${WORKDIR}/${P}/${ARCH} - -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* -} 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* -} |