* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.14.1-r2.ebuild glibc-2.15-r1.ebuild glibc-2.15-r2.ebuild glibc-2.14.1-r3.ebuild ChangeLog
@ 2012-06-01 5:34 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2012-06-01 5:34 UTC (permalink / raw
To: gentoo-commits
vapier 12/06/01 05:34:40
Modified: glibc-2.14.1-r2.ebuild glibc-2.15-r1.ebuild
glibc-2.15-r2.ebuild glibc-2.14.1-r3.ebuild
ChangeLog
Log:
Drop x32 patches for now as these are old and no longer work #418225 by Ostashevskyi Viktor.
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Revision Changes Path
1.8 sys-libs/glibc/glibc-2.14.1-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild?r1=1.7&r2=1.8
Index: glibc-2.14.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glibc-2.14.1-r2.ebuild 21 Apr 2012 15:54:06 -0000 1.7
+++ glibc-2.14.1-r2.ebuild 1 Jun 2012 05:34:40 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.7 2012/04/21 15:54:06 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r2.ebuild,v 1.8 2012/06/01 05:34:40 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -205,8 +205,7 @@
}
eblit-src_unpack-pre() {
- [[ ${CHOST} == x86_64* ]] && has x32 $(get_all_abis) \
- || GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
+ GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
}
eblit-src_unpack-post() {
1.7 sys-libs/glibc/glibc-2.15-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild?r1=1.6&r2=1.7
Index: glibc-2.15-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glibc-2.15-r1.ebuild 9 May 2012 23:37:29 -0000 1.6
+++ glibc-2.15-r1.ebuild 1 Jun 2012 05:34:40 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.6 2012/05/09 23:37:29 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r1.ebuild,v 1.7 2012/06/01 05:34:40 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker
@@ -192,8 +192,7 @@
done
eblit-src_unpack-pre() {
- [[ ${CHOST} == x86_64* ]] && has x32 $(get_all_abis) \
- || GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
+ GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
}
eblit-src_unpack-post() {
1.2 sys-libs/glibc/glibc-2.15-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild?r1=1.1&r2=1.2
Index: glibc-2.15-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glibc-2.15-r2.ebuild 18 May 2012 05:04:44 -0000 1.1
+++ glibc-2.15-r2.ebuild 1 Jun 2012 05:34:40 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.1 2012/05/18 05:04:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.15-r2.ebuild,v 1.2 2012/06/01 05:34:40 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib unpacker
@@ -188,8 +188,7 @@
done
eblit-src_unpack-pre() {
- [[ ${CHOST} == x86_64* ]] && has x32 $(get_all_abis) \
- || GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
+ GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
}
eblit-src_unpack-post() {
1.16 sys-libs/glibc/glibc-2.14.1-r3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild?r1=1.15&r2=1.16
Index: glibc-2.14.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- glibc-2.14.1-r3.ebuild 31 May 2012 04:49:27 -0000 1.15
+++ glibc-2.14.1-r3.ebuild 1 Jun 2012 05:34:40 -0000 1.16
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.15 2012/05/31 04:49:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.14.1-r3.ebuild,v 1.16 2012/06/01 05:34:40 vapier Exp $
inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
@@ -205,8 +205,7 @@
}
eblit-src_unpack-pre() {
- [[ ${CHOST} == x86_64* ]] && has x32 $(get_all_abis) \
- || GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
+ GLIBC_PATCH_EXCLUDE+=" 1200_all_glibc-${PV}-x32.patch"
}
eblit-src_unpack-post() {
1.854 sys-libs/glibc/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.854&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?rev=1.854&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-libs/glibc/ChangeLog?r1=1.853&r2=1.854
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v
retrieving revision 1.853
retrieving revision 1.854
diff -u -r1.853 -r1.854
--- ChangeLog 31 May 2012 04:49:27 -0000 1.853
+++ ChangeLog 1 Jun 2012 05:34:40 -0000 1.854
@@ -1,6 +1,11 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.853 2012/05/31 04:49:27 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.854 2012/06/01 05:34:40 vapier Exp $
+
+ 01 Jun 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.14.1-r2.ebuild,
+ glibc-2.14.1-r3.ebuild, glibc-2.15-r1.ebuild, glibc-2.15-r2.ebuild:
+ Drop x32 patches for now as these are old and no longer work #418225 by
+ Ostashevskyi Viktor.
31 May 2012; Mike Frysinger <vapier@gentoo.org> glibc-2.14.1-r3.ebuild:
Backport arm hardfp patch to stable version too #417287 by Raúl Porcel.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-01 5:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-01 5:34 [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.14.1-r2.ebuild glibc-2.15-r1.ebuild glibc-2.15-r2.ebuild glibc-2.14.1-r3.ebuild ChangeLog Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox