summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Jaroszyński <peper@gentoo.org>2007-07-02 15:36:13 +0000
committerPiotr Jaroszyński <peper@gentoo.org>2007-07-02 15:36:13 +0000
commit04ca81071343411f3e046b95957def7df6bc739d (patch)
tree8771fdf8dcbe4d3076c76af46c373949e0aaa82f /sys-libs
parentStable for HPPA (bug #182918). (diff)
downloadgentoo-2-04ca81071343411f3e046b95957def7df6bc739d.tar.gz
gentoo-2-04ca81071343411f3e046b95957def7df6bc739d.tar.bz2
gentoo-2-04ca81071343411f3e046b95957def7df6bc739d.zip
(QA) RESTRICT clean up.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'sys-libs')
-rw-r--r--sys-libs/glibc/ChangeLog8
-rw-r--r--sys-libs/glibc/glibc-2.2.5-r10.ebuild6
-rw-r--r--sys-libs/glibc/glibc-2.3.2-r12.ebuild6
-rw-r--r--sys-libs/glibc/glibc-2.3.5-r3.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.6-r4.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.3.6-r5.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.4-r4.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.5-r2.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.5-r3.ebuild4
-rw-r--r--sys-libs/glibc/glibc-2.6.ebuild4
10 files changed, 27 insertions, 21 deletions
diff --git a/sys-libs/glibc/ChangeLog b/sys-libs/glibc/ChangeLog
index fca54a4b36f9..8d8578abb4b4 100644
--- a/sys-libs/glibc/ChangeLog
+++ b/sys-libs/glibc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sys-libs/glibc
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.534 2007/07/02 12:00:06 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/ChangeLog,v 1.535 2007/07/02 15:36:13 peper Exp $
+
+ 02 Jul 2007; Piotr Jaroszyński <peper@gentoo.org> glibc-2.2.5-r10.ebuild,
+ glibc-2.3.2-r12.ebuild, glibc-2.3.5-r3.ebuild, glibc-2.3.6-r4.ebuild,
+ glibc-2.3.6-r5.ebuild, glibc-2.4-r4.ebuild, glibc-2.5-r2.ebuild,
+ glibc-2.5-r3.ebuild, glibc-2.6.ebuild:
+ (QA) RESTRICT clean up.
02 Jul 2007; Jose Luis Rivero <yoswink@gentoo.org> glibc-2.5-r3.ebuild:
Stable on alpha wrt security bug #176712
diff --git a/sys-libs/glibc/glibc-2.2.5-r10.ebuild b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
index 6987b657e9b2..00611784a2f7 100644
--- a/sys-libs/glibc/glibc-2.2.5-r10.ebuild
+++ b/sys-libs/glibc/glibc-2.2.5-r10.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.5 2006/08/26 21:38:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.2.5-r10.ebuild,v 1.6 2007/07/02 15:36:13 peper Exp $
inherit flag-o-matic eutils
@@ -16,7 +16,7 @@ LICENSE="LGPL-2"
SLOT="2.2"
KEYWORDS="alpha ppc sparc x86"
IUSE="nls"
-RESTRICT="nostrip" # we'll handle stripping ourself #46186
+RESTRICT="strip" # we'll handle stripping ourself #46186
DEPEND="virtual/os-headers
nls? ( sys-devel/gettext )"
diff --git a/sys-libs/glibc/glibc-2.3.2-r12.ebuild b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
index 7a1f372c59c2..8555cba3d3a8 100644
--- a/sys-libs/glibc/glibc-2.3.2-r12.ebuild
+++ b/sys-libs/glibc/glibc-2.3.2-r12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.21 2007/06/26 02:55:45 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.2-r12.ebuild,v 1.22 2007/07/02 15:36:13 peper Exp $
inherit eutils flag-o-matic toolchain-funcs
@@ -42,7 +42,7 @@ LICENSE="LGPL-2"
|| SLOT="2.2"
KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sh sparc x86"
IUSE="build nls nptl pic userlocales"
-RESTRICT="nostrip" # we'll handle stripping ourself #46186
+RESTRICT="strip" # we'll handle stripping ourself #46186
# We need new cleanup attribute support from gcc for NPTL among things ...
DEPEND=">=sys-devel/gcc-3.2.3-r1
diff --git a/sys-libs/glibc/glibc-2.3.5-r3.ebuild b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
index 98d353c831ff..a30c5f04bf11 100644
--- a/sys-libs/glibc/glibc-2.3.5-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.3.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.32 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.5-r3.ebuild,v 1.33 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -991,7 +991,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# We need new cleanup attribute support from gcc for NPTL among things ...
diff --git a/sys-libs/glibc/glibc-2.3.6-r4.ebuild b/sys-libs/glibc/glibc-2.3.6-r4.ebuild
index 42c49d1b8588..7d1de41c2310 100644
--- a/sys-libs/glibc/glibc-2.3.6-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.3.6-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.37 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r4.ebuild,v 1.38 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -993,7 +993,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# We need a new-enough binutils for as-needed
diff --git a/sys-libs/glibc/glibc-2.3.6-r5.ebuild b/sys-libs/glibc/glibc-2.3.6-r5.ebuild
index c251d0bfd1a3..7302ce2e64bf 100644
--- a/sys-libs/glibc/glibc-2.3.6-r5.ebuild
+++ b/sys-libs/glibc/glibc-2.3.6-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r5.ebuild,v 1.23 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.3.6-r5.ebuild,v 1.24 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -998,7 +998,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# We need a new-enough binutils for as-needed
diff --git a/sys-libs/glibc/glibc-2.4-r4.ebuild b/sys-libs/glibc/glibc-2.4-r4.ebuild
index eadd231a1d1d..ae70d96e86a5 100644
--- a/sys-libs/glibc/glibc-2.4-r4.ebuild
+++ b/sys-libs/glibc/glibc-2.4-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.18 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.4-r4.ebuild,v 1.19 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1013,7 +1013,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# General: We need a new-enough binutils for as-needed
diff --git a/sys-libs/glibc/glibc-2.5-r2.ebuild b/sys-libs/glibc/glibc-2.5-r2.ebuild
index dd9197b9549a..474f3d0f22da 100644
--- a/sys-libs/glibc/glibc-2.5-r2.ebuild
+++ b/sys-libs/glibc/glibc-2.5-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.16 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r2.ebuild,v 1.17 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1032,7 +1032,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# General: We need a new-enough binutils for as-needed
diff --git a/sys-libs/glibc/glibc-2.5-r3.ebuild b/sys-libs/glibc/glibc-2.5-r3.ebuild
index 1732110ac8f4..9bf346001ff5 100644
--- a/sys-libs/glibc/glibc-2.5-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.5-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r3.ebuild,v 1.12 2007/07/02 12:00:06 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.5-r3.ebuild,v 1.13 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1032,7 +1032,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# General: We need a new-enough binutils for as-needed
diff --git a/sys-libs/glibc/glibc-2.6.ebuild b/sys-libs/glibc/glibc-2.6.ebuild
index 2e236ae7c2e7..669721f35c7b 100644
--- a/sys-libs/glibc/glibc-2.6.ebuild
+++ b/sys-libs/glibc/glibc-2.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.6 2007/07/01 22:36:43 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-libs/glibc/glibc-2.6.ebuild,v 1.7 2007/07/02 15:36:13 peper Exp $
# Here's how the cross-compile logic breaks down ...
# CTARGET - machine that will target the binaries
@@ -1038,7 +1038,7 @@ else
fi
# we'll handle stripping ourself #46186
-RESTRICT="nostrip"
+RESTRICT="strip"
EMULTILIB_PKG="true"
# General: We need a new-enough binutils for as-needed