Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-hppa64: binutils-hppa64-2.22.ebuild ChangeLog
Date: Wed, 08 Feb 2012 00:14:35
Message-Id: 20120208001424.3B9592004B@flycatcher.gentoo.org
1 jer 12/02/08 00:14:24
2
3 Modified: ChangeLog
4 Added: binutils-hppa64-2.22.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha85/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 sys-devel/binutils-hppa64/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 19 Sep 2011 16:17:55 -0000 1.23
24 +++ ChangeLog 8 Feb 2012 00:14:24 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/binutils-hppa64
27 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.23 2011/09/19 16:17:55 vapier Exp $
29 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.24 2012/02/08 00:14:24 jer Exp $
31 +
32 +*binutils-hppa64-2.22 (08 Feb 2012)
33 +
34 + 08 Feb 2012; Jeroen Roovers <jer@g.o> +binutils-hppa64-2.22.ebuild:
35 + Version bump.
36
37 19 Sep 2011; Mike Frysinger <vapier@g.o> Manifest:
38 Regen 2.19.1/2.20.1 manifests too #381831.
39
40
41
42 1.1 sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild?rev=1.1&content-type=text/plain
46
47 Index: binutils-hppa64-2.22.ebuild
48 ===================================================================
49 # Copyright 1999-2012 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.22.ebuild,v 1.1 2012/02/08 00:14:24 jer Exp $
52
53 export CTARGET=hppa64-${CHOST#*-}
54
55 PATCHVER="1.1"
56 ELF2FLT_VER=""
57 inherit toolchain-binutils
58
59 DESCRIPTION="binutils package for building 64bit kernels on HPPA"
60
61 KEYWORDS="-* ~hppa"
62 IUSE=""
63
64 # 66_all_binutils-2.22-warn-textrel.patch fails to apply with
65 # patch-2.5.9, so require a version that for sure works
66 DEPEND+=" >=sys-devel/patch-2.6.1"
67
68 src_install() {
69 toolchain-binutils_src_install
70
71 # tweak the default fake list a little bit
72 cd "${D}"/etc/env.d/binutils
73 sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die
74 }