public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7-r2.ebuild
@ 2008-03-24 11:05 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-03-24 11:05 UTC (permalink / raw
  To: gentoo-commits

vapier      08/03/24 11:05:17

  Modified:             glibc-2.7-r2.ebuild
  Log:
  relocate the hppa/NPTL_KERN_VER bit yet again #214003
  (Portage version: 2.2_pre5)

Revision  Changes    Path
1.2                  sys-libs/glibc/glibc-2.7-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.1&r2=1.2

Index: glibc-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glibc-2.7-r2.ebuild	23 Mar 2008 18:06:17 -0000	1.1
+++ glibc-2.7-r2.ebuild	24 Mar 2008 11:05:16 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.1 2008/03/23 18:06:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.2 2008/03/24 11:05:16 vapier Exp $
 
 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
 
@@ -12,8 +12,6 @@
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 
-[[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER:-2.6.20}
-
 # Configuration variables
 RELEASE_VER=$(get_version_component_range 1-3) # major glibc version
 BRANCH_UPDATE=$(get_version_component_range 4) # upstream cvs snaps
@@ -51,6 +49,8 @@
 	fi
 fi
 
+[[ ${CTARGET} == hppa* ]] && NPTL_KERN_VER=${NPTL_KERN_VER/2.6.9/2.6.20}
+
 is_crosscompile() {
 	[[ ${CHOST} != ${CTARGET} ]]
 }



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7-r2.ebuild
@ 2008-06-11 19:42 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-06-11 19:42 UTC (permalink / raw
  To: gentoo-commits

vapier      08/06/11 19:42:50

  Modified:             glibc-2.7-r2.ebuild
  Log:
  sh stable
  (Portage version: 2.2_pre8/cvs/Linux 2.6.25 x86_64)

Revision  Changes    Path
1.6                  sys-libs/glibc/glibc-2.7-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.5&r2=1.6

Index: glibc-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glibc-2.7-r2.ebuild	11 Jun 2008 19:39:48 -0000	1.5
+++ glibc-2.7-r2.ebuild	11 Jun 2008 19:42:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.5 2008/06/11 19:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.6 2008/06/11 19:42:50 vapier Exp $
 
 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
 
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~s390 sh ~sparc ~x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7-r2.ebuild
@ 2008-06-21  6:52 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-06-21  6:52 UTC (permalink / raw
  To: gentoo-commits

vapier      08/06/21 06:52:14

  Modified:             glibc-2.7-r2.ebuild
  Log:
  arm love
  (Portage version: 2.2_rc1/cvs/Linux 2.6.25 x86_64)

Revision  Changes    Path
1.7                  sys-libs/glibc/glibc-2.7-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.6&r2=1.7

Index: glibc-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glibc-2.7-r2.ebuild	11 Jun 2008 19:42:50 -0000	1.6
+++ glibc-2.7-r2.ebuild	21 Jun 2008 06:52:14 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.6 2008/06/11 19:42:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.7 2008/06/21 06:52:14 vapier Exp $
 
 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
 
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~s390 sh ~sparc ~x86"
+KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 sh ~sparc ~x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7-r2.ebuild
@ 2008-11-04  3:10 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2008-11-04  3:10 UTC (permalink / raw
  To: gentoo-commits

vapier      08/11/04 03:10:51

  Modified:             glibc-2.7-r2.ebuild
  Log:
  arm/s390 stable
  (Portage version: 2.2_rc13/cvs/Linux 2.6.27.4 x86_64)

Revision  Changes    Path
1.12                 sys-libs/glibc/glibc-2.7-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild?r1=1.11&r2=1.12

Index: glibc-2.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- glibc-2.7-r2.ebuild	5 Sep 2008 20:23:16 -0000	1.11
+++ glibc-2.7-r2.ebuild	4 Nov 2008 03:10:51 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.11 2008/09/05 20:23:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.7-r2.ebuild,v 1.12 2008/11/04 03:10:51 vapier Exp $
 
 inherit eutils versionator libtool toolchain-funcs flag-o-matic gnuconfig multilib
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://www.gnu.org/software/libc/libc.html"
 
 LICENSE="LGPL-2"
-KEYWORDS="~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~s390 sh ~sparc ~x86"
+KEYWORDS="~amd64 arm hppa ~ia64 ~ppc ppc64 s390 sh ~sparc ~x86"
 RESTRICT="strip" # strip ourself #46186
 EMULTILIB_PKG="true"
 






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-04  3:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24 11:05 [gentoo-commits] gentoo-x86 commit in sys-libs/glibc: glibc-2.7-r2.ebuild Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2008-06-11 19:42 Mike Frysinger (vapier)
2008-06-21  6:52 Mike Frysinger (vapier)
2008-11-04  3:10 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