summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-05-28 08:37:38 +0000
committerMike Frysinger <vapier@gentoo.org>2005-05-28 08:37:38 +0000
commit96a6c714d27c48915b9a98ac9f42cb6aac7925d7 (patch)
treee40fe51c4e4306e330b288059baafd74dc768776
parentUpdate ChangeLog. (diff)
downloadgentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.tar.gz
gentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.tar.bz2
gentoo-2-96a6c714d27c48915b9a98ac9f42cb6aac7925d7.zip
Add some more bfd checks and fix tls stripping.
(Portage version: 2.0.51.22-r1)
-rw-r--r--sys-devel/binutils/ChangeLog16
-rw-r--r--sys-devel/binutils/binutils-2.14.90.0.8-r3.ebuild9
-rw-r--r--sys-devel/binutils/binutils-2.15.90.0.1.1-r5.ebuild9
-rw-r--r--sys-devel/binutils/binutils-2.15.90.0.3-r5.ebuild9
-rw-r--r--sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild9
-rw-r--r--sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild9
-rw-r--r--sys-devel/binutils/binutils-2.15.ebuild4
-rw-r--r--sys-devel/binutils/binutils-2.16-r1.ebuild23
-rw-r--r--sys-devel/binutils/binutils-2.16.90.0.3.ebuild4
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.14.90.0.8-r33
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.152
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.15.90.0.1.1-r53
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.15.90.0.3-r53
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.15.91.0.2-r22
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r103
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.16-r13
-rw-r--r--sys-devel/binutils/files/digest-binutils-2.16.90.0.32
17 files changed, 106 insertions, 7 deletions
diff --git a/sys-devel/binutils/ChangeLog b/sys-devel/binutils/ChangeLog
index 745dd6b26688..993b245ea236 100644
--- a/sys-devel/binutils/ChangeLog
+++ b/sys-devel/binutils/ChangeLog
@@ -1,6 +1,20 @@
# ChangeLog for sys-devel/binutils
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.207 2005/05/17 03:06:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.208 2005/05/28 08:37:38 vapier Exp $
+
+*binutils-2.16-r1 (28 May 2005)
+*binutils-2.15.92.0.2-r10 (28 May 2005)
+*binutils-2.15.91.0.2-r2 (28 May 2005)
+*binutils-2.15.90.0.3-r5 (28 May 2005)
+*binutils-2.15.90.0.1.1-r5 (28 May 2005)
+*binutils-2.14.90.0.8-r3 (28 May 2005)
+
+ 28 May 2005; Mike Frysinger <vapier@gentoo.org>
+ +binutils-2.14.90.0.8-r3.ebuild, binutils-2.15.ebuild,
+ +binutils-2.15.90.0.1.1-r5.ebuild, +binutils-2.15.90.0.3-r5.ebuild,
+ +binutils-2.15.91.0.2-r2.ebuild, +binutils-2.15.92.0.2-r10.ebuild,
+ +binutils-2.16-r1.ebuild, binutils-2.16.90.0.3.ebuild:
+ Add some more bfd checks and fix tls stripping.
*binutils-2.15.92.0.2-r9 (17 May 2005)
diff --git a/sys-devel/binutils/binutils-2.14.90.0.8-r3.ebuild b/sys-devel/binutils/binutils-2.14.90.0.8-r3.ebuild
new file mode 100644
index 000000000000..85bb836bcd5e
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.14.90.0.8-r3.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.14.90.0.8-r3.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="1.6"
+UCLIBC_PATCHVER="1.1"
+inherit toolchain-binutils
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
diff --git a/sys-devel/binutils/binutils-2.15.90.0.1.1-r5.ebuild b/sys-devel/binutils/binutils-2.15.90.0.1.1-r5.ebuild
new file mode 100644
index 000000000000..147fd45e3224
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.15.90.0.1.1-r5.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.1.1-r5.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="1.2"
+UCLIBC_PATCHVER="1.0"
+inherit toolchain-binutils
+
+KEYWORDS="-* ~amd64 -arm -hppa ~ppc ~s390 ~x86"
diff --git a/sys-devel/binutils/binutils-2.15.90.0.3-r5.ebuild b/sys-devel/binutils/binutils-2.15.90.0.3-r5.ebuild
new file mode 100644
index 000000000000..77e98ec25cc7
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.15.90.0.3-r5.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.90.0.3-r5.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="1.5"
+UCLIBC_PATCHVER="1.0"
+inherit toolchain-binutils
+
+KEYWORDS="-* ~arm ~ppc ~ppc64"
diff --git a/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild
new file mode 100644
index 000000000000..b35237c02eae
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.91.0.2-r2.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="1.1"
+UCLIBC_PATCHVER=""
+inherit toolchain-binutils
+
+KEYWORDS="-* -amd64 ~hppa ~mips ~sparc"
diff --git a/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild b/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild
new file mode 100644
index 000000000000..7745283befe1
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.92.0.2-r10.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="2.5"
+UCLIBC_PATCHVER="1.1"
+inherit toolchain-binutils
+
+KEYWORDS="-* ~alpha ~amd64 -arm ~hppa ~ia64 ~m68k ~mips -ppc ~ppc64 ~sparc ~x86"
diff --git a/sys-devel/binutils/binutils-2.15.ebuild b/sys-devel/binutils/binutils-2.15.ebuild
index f1f81fb49f34..4bc72f2cd0f4 100644
--- a/sys-devel/binutils/binutils-2.15.ebuild
+++ b/sys-devel/binutils/binutils-2.15.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.ebuild,v 1.6 2005/05/23 00:37:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.15.ebuild,v 1.7 2005/05/28 08:37:38 vapier Exp $
-PATCHVER="1.1"
+PATCHVER="1.2"
UCLIBC_PATCHVER=""
inherit toolchain-binutils
diff --git a/sys-devel/binutils/binutils-2.16-r1.ebuild b/sys-devel/binutils/binutils-2.16-r1.ebuild
new file mode 100644
index 000000000000..451def39c50d
--- /dev/null
+++ b/sys-devel/binutils/binutils-2.16-r1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16-r1.ebuild,v 1.1 2005/05/28 08:37:38 vapier Exp $
+
+PATCHVER="1.5"
+UCLIBC_PATCHVER="1.0"
+inherit toolchain-binutils
+
+# ARCH - packages to test before marking
+KEYWORDS="-* ~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+
+src_unpack() {
+ tc-binutils_unpack
+
+ # Patches
+ cd "${WORKDIR}"/patch
+ # FreeBSD patches are not safe
+ [[ ${CTARGET} != *-freebsd* ]] \
+ && mv 00_all_freebsd* skip/ \
+ || rm -f "${WORKDIR}"/uclibc-patches/40*all-libcs*
+
+ tc-binutils_apply_patches
+}
diff --git a/sys-devel/binutils/binutils-2.16.90.0.3.ebuild b/sys-devel/binutils/binutils-2.16.90.0.3.ebuild
index 36063f92d404..730b2273d505 100644
--- a/sys-devel/binutils/binutils-2.16.90.0.3.ebuild
+++ b/sys-devel/binutils/binutils-2.16.90.0.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.90.0.3.ebuild,v 1.3 2005/05/20 04:15:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.16.90.0.3.ebuild,v 1.4 2005/05/28 08:37:38 vapier Exp $
-PATCHVER="1.2"
+PATCHVER="1.3"
UCLIBC_PATCHVER="1.0"
inherit toolchain-binutils
diff --git a/sys-devel/binutils/files/digest-binutils-2.14.90.0.8-r3 b/sys-devel/binutils/files/digest-binutils-2.14.90.0.8-r3
new file mode 100644
index 000000000000..100baff1f9bc
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.14.90.0.8-r3
@@ -0,0 +1,3 @@
+MD5 3e28792a585e14b57838cd24130a24dd binutils-2.14.90.0.8.tar.bz2 11015696
+MD5 2db5817322b055bf937a1bdfe6f933af binutils-2.14.90.0.8-patches-1.6.tar.bz2 40158
+MD5 320dd6a8bb3ffcc785f48a59c05f2b4f binutils-2.14.90.0.8-uclibc-patches-1.1.tar.bz2 5792
diff --git a/sys-devel/binutils/files/digest-binutils-2.15 b/sys-devel/binutils/files/digest-binutils-2.15
index 682d94e5f809..3ad1d5bf71e8 100644
--- a/sys-devel/binutils/files/digest-binutils-2.15
+++ b/sys-devel/binutils/files/digest-binutils-2.15
@@ -1,2 +1,2 @@
MD5 624e6b74983ac6b2960edaf2d522ca58 binutils-2.15.tar.bz2 11515075
-MD5 10ae2f316b0ed48d4516da003e09511c binutils-2.15-patches-1.1.tar.bz2 130969
+MD5 6fd78348e4c9d5725053a61ef5ffc759 binutils-2.15-patches-1.2.tar.bz2 128897
diff --git a/sys-devel/binutils/files/digest-binutils-2.15.90.0.1.1-r5 b/sys-devel/binutils/files/digest-binutils-2.15.90.0.1.1-r5
new file mode 100644
index 000000000000..7ee9bbde1050
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.15.90.0.1.1-r5
@@ -0,0 +1,3 @@
+MD5 d0427772ccbe68eefd40995d26ca4a78 binutils-2.15.90.0.1.1.tar.bz2 11068225
+MD5 20ae684f045dd2b74bdb7974025d2810 binutils-2.15.90.0.1.1-patches-1.2.tar.bz2 58738
+MD5 9053324cda0d5619edced6ae65ade8a0 binutils-2.15.90.0.1.1-uclibc-patches-1.0.tar.bz2 5396
diff --git a/sys-devel/binutils/files/digest-binutils-2.15.90.0.3-r5 b/sys-devel/binutils/files/digest-binutils-2.15.90.0.3-r5
new file mode 100644
index 000000000000..327e78ed37a0
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.15.90.0.3-r5
@@ -0,0 +1,3 @@
+MD5 1c1af0064ebd3d7bd99905874656a21e binutils-2.15.90.0.3.tar.bz2 10703625
+MD5 bf00e20bebc6d5f99c70c3d3991bb344 binutils-2.15.90.0.3-patches-1.5.tar.bz2 63265
+MD5 46016bdeedec820ea61af4b7317de591 binutils-2.15.90.0.3-uclibc-patches-1.0.tar.bz2 586
diff --git a/sys-devel/binutils/files/digest-binutils-2.15.91.0.2-r2 b/sys-devel/binutils/files/digest-binutils-2.15.91.0.2-r2
new file mode 100644
index 000000000000..c8358e97a662
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.15.91.0.2-r2
@@ -0,0 +1,2 @@
+MD5 41983069bef07af4f1350c6d30666b2d binutils-2.15.91.0.2.tar.bz2 10920145
+MD5 9462a3e6d552521854aa8f32418eb1c1 binutils-2.15.91.0.2-patches-1.1.tar.bz2 15349
diff --git a/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r10 b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r10
new file mode 100644
index 000000000000..161bf9fc45b5
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.15.92.0.2-r10
@@ -0,0 +1,3 @@
+MD5 702bc82d8b10914e112fb5c5d8b66498 binutils-2.15.92.0.2.tar.bz2 11019727
+MD5 32336f96fcdeb9ca7fa7dd22f2a062e3 binutils-2.15.92.0.2-patches-2.5.tar.bz2 32918
+MD5 d7c24c3391171278d90f1bdb4be2e673 binutils-2.15.92.0.2-uclibc-patches-1.1.tar.bz2 5729
diff --git a/sys-devel/binutils/files/digest-binutils-2.16-r1 b/sys-devel/binutils/files/digest-binutils-2.16-r1
new file mode 100644
index 000000000000..e50b34ca15e4
--- /dev/null
+++ b/sys-devel/binutils/files/digest-binutils-2.16-r1
@@ -0,0 +1,3 @@
+MD5 bcb9fabaf0eaf91bd38c4ee148658df8 binutils-2.16.tar.bz2 12514443
+MD5 398be5938ae30b55319955f826113907 binutils-2.16-patches-1.5.tar.bz2 133476
+MD5 10aa74fe13a0bb3e3480929b3900d35b binutils-2.16-uclibc-patches-1.0.tar.bz2 7003
diff --git a/sys-devel/binutils/files/digest-binutils-2.16.90.0.3 b/sys-devel/binutils/files/digest-binutils-2.16.90.0.3
index 7935f761f347..84efd87e515e 100644
--- a/sys-devel/binutils/files/digest-binutils-2.16.90.0.3
+++ b/sys-devel/binutils/files/digest-binutils-2.16.90.0.3
@@ -1,3 +1,3 @@
MD5 46637559faa3157b189e0835a9bed08b binutils-2.16.90.0.3.tar.bz2 11461734
-MD5 bc38ad2dfee122d82ba270c081724419 binutils-2.16.90.0.3-patches-1.2.tar.bz2 25767
+MD5 8629f445509fed3ed0c4a7d9c1f125c0 binutils-2.16.90.0.3-patches-1.3.tar.bz2 22031
MD5 fbe5c5073069307f9f37986ddc4a1249 binutils-2.16.90.0.3-uclibc-patches-1.0.tar.bz2 2635