summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Huddleston <eradicator@gentoo.org>2005-03-15 20:45:17 +0000
committerJeremy Huddleston <eradicator@gentoo.org>2005-03-15 20:45:17 +0000
commit8447ec08b32132d2399ab462eb6562180a3b623e (patch)
treea4e60c0f4dd88eec682a132d11bcc212ece6cff1 /sys-libs/glibc
parent- depreciated in favor of sys-devel/crossdev (diff)
downloadhistorical-8447ec08b32132d2399ab462eb6562180a3b623e.tar.gz
historical-8447ec08b32132d2399ab462eb6562180a3b623e.tar.bz2
historical-8447ec08b32132d2399ab462eb6562180a3b623e.zip
Backported LT_KERNEL_VERSION.
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-libs/glibc')
-rw-r--r--sys-libs/glibc/Manifest12
-rw-r--r--sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild7
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20041102.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.4.20050125.ebuild4
4 files changed, 13 insertions, 14 deletions
diff --git a/sys-libs/glibc/Manifest b/sys-libs/glibc/Manifest
index 1ac3ec910059..8c94cc16cc48 100644
--- a/sys-libs/glibc/Manifest
+++ b/sys-libs/glibc/Manifest
@@ -4,13 +4,13 @@ Hash: SHA1
MD5 7c5068eb8b1f0b0e1198493ec12ec56c ChangeLog 69515
MD5 5529417ce5503c488b1ccaaa2e781799 glibc-2.2.5-r9.ebuild 10915
MD5 19b845756fd8e974c113e904396b9627 glibc-2.3.2-r12.ebuild 22153
-MD5 1dee5d2dea67ffe479a0005cc7da35ce glibc-2.3.3.20040420-r2.ebuild 21626
+MD5 a26e42322d862d7095594da1f136355d glibc-2.3.3.20040420-r2.ebuild 21675
MD5 767c346185a37cd59e79614af21e9d7b glibc-2.3.4.20040619-r2.ebuild 21251
MD5 aec4e31cb25fa6043f71ca4940acaae6 glibc-2.3.4.20040808-r1.ebuild 27641
-MD5 ab06008394eb7c6aa17a674cae788eef glibc-2.3.4.20041102.ebuild 32888
+MD5 5c6ef4eae3725638db24b736365d2786 glibc-2.3.4.20041102.ebuild 32910
MD5 567094e03359ffc1c95af7356395228d metadata.xml 162
MD5 b85c16a0e65a32784335e40fb0edac0e glibc-2.2.5-r10.ebuild 4418
-MD5 695f1e83d1cb212d83d97f0d2989cb94 glibc-2.3.4.20050125.ebuild 35240
+MD5 40c44dbee83264d4f6044b9040e29e2b glibc-2.3.4.20050125.ebuild 35262
MD5 27cf82d43e185545eba089081474f51c glibc-2.3.4.20050125-r1.ebuild 37482
MD5 9cc1e6b6f749dba7c8759bd07266f7d9 files/digest-glibc-2.2.5-r9 143
MD5 2d5306ef875573750af642a9f93b634a files/digest-glibc-2.3.2-r12 312
@@ -145,7 +145,7 @@ MD5 b72e5aca6d834026a6f5fb87623e6fd3 files/2.3.4/host.conf 1302
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
-iD8DBQFCNz7pArHZZzCEUG0RAvHeAJ48JPmDDwv5RlwhReT+Aj8LaJSgxACdGbsn
-c9a7aeqxqVYTHdxPEpjMhks=
-=W5vm
+iD8DBQFCN0loArHZZzCEUG0RAiteAJ4zB8rm1UgTA4V/Tt98U4AFBPKz7gCggvWC
+5FI8s+iWXrDLDMKBBxJwwo0=
+=8FPz
-----END PGP SIGNATURE-----
diff --git a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
index 7be983b8f7f5..a1228e546327 100644
--- a/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.5 2005/01/17 23:19:22 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.3.20040420-r2.ebuild,v 1.6 2005/03/15 20:45:17 eradicator Exp $
inherit eutils flag-o-matic gcc
@@ -8,13 +8,12 @@ inherit eutils flag-o-matic gcc
# BRANCH_UPDATE=
BRANCH_UPDATE="20040420"
-
# Minimum kernel version for --enable-kernel
-export MIN_KV="2.4.1"
+export MIN_KV=${LT_KERNEL_VERSION:-"2.4.1"}
# Minimum kernel version for enabling TLS and NPTL ...
# NOTE: do not change this if you do not know what
# you are doing !
-export MIN_NPTL_KV="2.6.0"
+export MIN_NPTL_KV=${NPTL_KERNEL_VERSION:-"2.6.0"}
#MY_PV="${PV/_}"
MY_PV="2.3.2"
diff --git a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
index 0075a64909e5..1fab5808535e 100644
--- a/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20041102.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.47 2005/03/03 22:33:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20041102.ebuild,v 1.48 2005/03/15 20:45:17 eradicator Exp $
inherit eutils multilib flag-o-matic toolchain-funcs versionator
@@ -672,7 +672,7 @@ glibc_do_configure() {
want_tls && myconf="${myconf} --with-tls --without-__thread"
want_tls || myconf="${myconf} --without-tls --without-__thread"
myconf="${myconf} --enable-add-ons=linuxthreads${ADDONS}"
- myconf="${myconf} --enable-kernel=2.4.1"
+ myconf="${myconf} --enable-kernel=${LT_KERNEL_VERSION:-2.4.1}"
elif [ "$1" == "nptl" ] ; then
want_nptl && myconf="${myconf} --with-tls --with-__thread"
myconf="${myconf} --enable-add-ons=nptl${ADDONS}"
diff --git a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
index 982111d88d6e..a07c17e054ef 100644
--- a/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
+++ b/sys-libs/glibc/glibc-2.3.4.20050125.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.31 2005/03/03 22:33:26 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.4.20050125.ebuild,v 1.32 2005/03/15 20:45:17 eradicator Exp $
KEYWORDS="~amd64 ~mips ~sparc ~x86"
@@ -753,7 +753,7 @@ glibc_do_configure() {
want_tls && myconf="${myconf} --with-tls --without-__thread"
want_tls || myconf="${myconf} --without-tls --without-__thread"
myconf="${myconf} --enable-add-ons=linuxthreads${ADDONS}"
- myconf="${myconf} --enable-kernel=2.4.1"
+ myconf="${myconf} --enable-kernel=${LT_KERNEL_VERSION:-2.4.1}"
elif [ "$1" == "nptl" ] ; then
want_nptl && myconf="${myconf} --with-tls --with-__thread"
myconf="${myconf} --enable-add-ons=nptl${ADDONS}"