Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: ChangeLog binutils-2.18-r1.ebuild binutils-2.17-r2.ebuild
Date: Sat, 06 Oct 2007 18:08:50
Message-Id: E1IeDvw-00015j-Fd@stork.gentoo.org
1 vapier 07/10/06 17:59:24
2
3 Modified: ChangeLog
4 Added: binutils-2.18-r1.ebuild binutils-2.17-r2.ebuild
5 Log:
6 fixes from upstream and disable false positive ld tests
7 (Portage version: 2.1.3.11)
8
9 Revision Changes Path
10 1.310 sys-devel/binutils/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.310&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.310&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.309&r2=1.310
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
19 retrieving revision 1.309
20 retrieving revision 1.310
21 diff -u -r1.309 -r1.310
22 --- ChangeLog 6 Oct 2007 14:31:19 -0000 1.309
23 +++ ChangeLog 6 Oct 2007 17:59:23 -0000 1.310
24 @@ -1,6 +1,18 @@
25 # ChangeLog for sys-devel/binutils
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.309 2007/10/06 14:31:19 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.310 2007/10/06 17:59:23 vapier Exp $
29 +
30 +*binutils-2.18-r1 (06 Oct 2007)
31 +
32 + 06 Oct 2007; Mike Frysinger <vapier@g.o> +binutils-2.18-r1.ebuild:
33 + Fix from upstream for GNU RELRO stripping, disable false positive tests,
34 + and add fix from upstream for multitarget on x86_64.
35 +
36 +*binutils-2.17-r2 (06 Oct 2007)
37 +
38 + 06 Oct 2007; Mike Frysinger <vapier@g.o> +binutils-2.17-r2.ebuild:
39 + Add backwards compat support for GNU_HASH for a few anal targets, disable
40 + false positive tests, and add fix from upstream for multitarget on x86_64.
41
42 *binutils-2.18.50.0.2 (06 Oct 2007)
43
44
45
46
47 1.1 sys-devel/binutils/binutils-2.18-r1.ebuild
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild?rev=1.1&content-type=text/plain
51
52 Index: binutils-2.18-r1.ebuild
53 ===================================================================
54 # Copyright 1999-2007 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.18-r1.ebuild,v 1.1 2007/10/06 17:59:23 vapier Exp $
57
58 PATCHVER="1.3"
59 ELF2FLT_VER=""
60 inherit toolchain-binutils
61
62 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
63
64
65
66 1.1 sys-devel/binutils/binutils-2.17-r2.ebuild
67
68 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.17-r2.ebuild?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils/binutils-2.17-r2.ebuild?rev=1.1&content-type=text/plain
70
71 Index: binutils-2.17-r2.ebuild
72 ===================================================================
73 # Copyright 1999-2007 Gentoo Foundation
74 # Distributed under the terms of the GNU General Public License v2
75 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.17-r2.ebuild,v 1.1 2007/10/06 17:59:23 vapier Exp $
76
77 PATCHVER="1.4"
78 UCLIBC_PATCHVER="1.0"
79 ELF2FLT_VER=""
80 inherit toolchain-binutils
81
82 # ARCH - packages to test before marking
83 KEYWORDS="-* ~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
84
85
86
87 --
88 gentoo-commits@g.o mailing list