diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 10:34:26 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-07 10:34:26 +0000 |
commit | 2275777332abbadf2cbac76c8d1d3da84b7c2914 (patch) | |
tree | 907a3da975ec8afa3e12ec1a40371b11b3ba59f5 /sys-libs | |
parent | Version bump (bug #513016), add gtk USE flag to permit headless install. (diff) | |
download | gentoo-2-2275777332abbadf2cbac76c8d1d3da84b7c2914.tar.gz gentoo-2-2275777332abbadf2cbac76c8d1d3da84b7c2914.tar.bz2 gentoo-2-2275777332abbadf2cbac76c8d1d3da84b7c2914.zip |
Drop to unstable, bug 517932. Drop alpha keyword, bug 504952.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/lib-compat/ChangeLog | 6 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.1.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild | 14 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.2.ebuild | 6 | ||||
-rw-r--r-- | sys-libs/lib-compat/lib-compat-1.4.ebuild | 6 |
5 files changed, 21 insertions, 17 deletions
diff --git a/sys-libs/lib-compat/ChangeLog b/sys-libs/lib-compat/ChangeLog index a20ad9cfc0cb..9c568032fe89 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.35 2014/06/26 08:33:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/ChangeLog,v 1.36 2014/09/07 10:34:26 ulm Exp $ + + 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: + Drop to unstable, bug 517932. Drop alpha keyword, bug 504952. *lib-compat-1.4.2-r1 (26 Jun 2014) diff --git a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild index 170db89be611..eb349da2153e 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.1.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.9 2012/05/20 12:22:03 ferringb Exp $ +# $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/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha x86" +KEYWORDS="~x86" IUSE="sdl" RDEPEND="sys-libs/glibc 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 index ba53ad88991c..cf54bdf2962f 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild @@ -1,6 +1,6 @@ # 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-r1.ebuild,v 1.1 2014/06/26 08:33:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/lib-compat/lib-compat-1.4.2-r1.ebuild,v 1.2 2014/09/07 10:34:26 ulm Exp $ EAPI=5 @@ -10,21 +10,21 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~x86" -IUSE="" +KEYWORDS="~amd64 ~x86" RDEPEND="!<=app-emulation/emul-linux-x86-compat-20140508" src_install() { - if use alpha ; then - cd alpha || die - else + 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* diff --git a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild b/sys-libs/lib-compat/lib-compat-1.4.2.ebuild index aa4ab9f8cc49..e2294a6a1218 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.2.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.4 2011/03/25 09:45:35 xarthisius Exp $ +# $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/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha x86" +KEYWORDS="~x86" IUSE="" S=${WORKDIR}/${P}/${ARCH} diff --git a/sys-libs/lib-compat/lib-compat-1.4.ebuild b/sys-libs/lib-compat/lib-compat-1.4.ebuild index afacfb0f5745..4b8af5b7c1a1 100644 --- a/sys-libs/lib-compat/lib-compat-1.4.ebuild +++ b/sys-libs/lib-compat/lib-compat-1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.12 2012/05/20 12:22:03 ferringb Exp $ +# $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/" @@ -8,7 +8,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha x86" +KEYWORDS="~x86" IUSE="sdl" RDEPEND="sys-libs/glibc |