Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils: binutils-2.22.ebuild ChangeLog
Date: Wed, 23 Nov 2011 11:12:39
Message-Id: 20111123111227.B85682004B@flycatcher.gentoo.org
1 flameeyes 11/11/23 11:12:27
2
3 Modified: binutils-2.22.ebuild ChangeLog
4 Log:
5 QA: make sure to depend on a patch(1) version that actually applies all the patches.
6
7 (Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 sys-devel/binutils/binutils-2.22.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild?r1=1.1&r2=1.2
15
16 Index: binutils-2.22.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- binutils-2.22.ebuild 21 Nov 2011 19:58:22 -0000 1.1
23 +++ binutils-2.22.ebuild 23 Nov 2011 11:12:27 -0000 1.2
24 @@ -1,9 +1,13 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild,v 1.1 2011/11/21 19:58:22 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/binutils-2.22.ebuild,v 1.2 2011/11/23 11:12:27 flameeyes Exp $
29
30 PATCHVER="1.0"
31 ELF2FLT_VER=""
32 inherit toolchain-binutils
33
34 +# 66_all_binutils-2.22-warn-textrel.patch fails to apply with
35 +# patch-2.5.9, so require a version that for sure works
36 +DEPEND+=" >=sys-devel/patch-2.6.1"
37 +
38 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 -sparc-fbsd -x86-fbsd"
39
40
41
42 1.429 sys-devel/binutils/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.429&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?rev=1.429&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils/ChangeLog?r1=1.428&r2=1.429
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v
51 retrieving revision 1.428
52 retrieving revision 1.429
53 diff -u -r1.428 -r1.429
54 --- ChangeLog 21 Nov 2011 19:58:22 -0000 1.428
55 +++ ChangeLog 23 Nov 2011 11:12:27 -0000 1.429
56 @@ -1,6 +1,10 @@
57 # ChangeLog for sys-devel/binutils
58 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.428 2011/11/21 19:58:22 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils/ChangeLog,v 1.429 2011/11/23 11:12:27 flameeyes Exp $
61 +
62 + 23 Nov 2011; Diego E. Pettenò <flameeyes@g.o> binutils-2.22.ebuild:
63 + QA: make sure to depend on a patch(1) version that actually applies all the
64 + patches.
65
66 *binutils-2.22 (21 Nov 2011)