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: ChangeLog binutils-hppa64-2.19.1.ebuild
Date: Fri, 29 Jan 2010 16:16:26
Message-Id: E1NatWB-0007GX-2g@stork.gentoo.org
1 jer 10/01/29 16:16:23
2
3 Modified: ChangeLog
4 Added: binutils-hppa64-2.19.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc61/cvs/Linux i686)
8
9 Revision Changes Path
10 1.15 sys-devel/binutils-hppa64/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?r1=1.14&r2=1.15
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- ChangeLog 2 Aug 2008 11:36:34 -0000 1.14
23 +++ ChangeLog 29 Jan 2010 16:16:22 -0000 1.15
24 @@ -1,6 +1,12 @@
25 # ChangeLog for sys-devel/binutils-hppa64
26 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.14 2008/08/02 11:36:34 pchrist Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.15 2010/01/29 16:16:22 jer Exp $
30 +
31 +*binutils-hppa64-2.19.1 (29 Jan 2010)
32 +
33 + 29 Jan 2010; Jeroen Roovers <jer@g.o>
34 + +binutils-hppa64-2.19.1.ebuild:
35 + Version bump.
36
37 02 Aug 2008; Panagiotis Christopoulos <pchrist@g.o> metadata.xml:
38 Update metadata.xml to include USE flag descriptions. Entries taken from
39
40
41
42 1.1 sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.19.1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: binutils-hppa64-2.19.1.ebuild
48 ===================================================================
49 # Copyright 1999-2010 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.19.1.ebuild,v 1.1 2010/01/29 16:16:22 jer Exp $
52
53 export CTARGET=hppa64-${CHOST#*-}
54
55 PATCHVER="1.2"
56 ELF2FLT_VER=""
57 inherit toolchain-binutils
58
59 DESCRIPTION="binutils package for building 64bit kernels on HPPA"
60
61 KEYWORDS="-* ~hppa"
62
63 src_install() {
64 toolchain-binutils_src_install
65
66 # tweak the default fake list a little bit
67 cd "${D}"/etc/env.d/binutils
68 sed -i '/FAKE_TARGETS=/s:"$: hppa64-linux":' ${CTARGET}-${BVER} || die
69 }