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.24.ebuild ChangeLog
Date: Wed, 01 Jan 2014 17:52:51
Message-Id: 20140101175247.7F1E92004C@flycatcher.gentoo.org
1 jer 14/01/01 17:52:47
2
3 Modified: ChangeLog
4 Added: binutils-hppa64-2.24.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.32 sys-devel/binutils-hppa64/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.32&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?rev=1.32&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog?r1=1.31&r2=1.32
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v
20 retrieving revision 1.31
21 retrieving revision 1.32
22 diff -u -r1.31 -r1.32
23 --- ChangeLog 19 Dec 2013 13:34:52 -0000 1.31
24 +++ ChangeLog 1 Jan 2014 17:52:47 -0000 1.32
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/binutils-hppa64
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.31 2013/12/19 13:34:52 jer Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-hppa64/ChangeLog,v 1.32 2014/01/01 17:52:47 jer Exp $
31 +
32 +*binutils-hppa64-2.24 (01 Jan 2014)
33 +
34 + 01 Jan 2014; Jeroen Roovers <jer@g.o> +binutils-hppa64-2.24.ebuild:
35 + Version bump.
36
37 19 Dec 2013; Jeroen Roovers <jer@g.o> binutils-hppa64-2.23.2.ebuild:
38 Stable for HPPA (bug #494670).
39
40
41
42 1.1 sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-hppa64/binutils-hppa64-2.24.ebuild?rev=1.1&content-type=text/plain
46
47 Index: binutils-hppa64-2.24.ebuild
48 ===================================================================
49 # Copyright 1999-2014 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.24.ebuild,v 1.1 2014/01/01 17:52:47 jer Exp $
52
53 export CTARGET=hppa64-${CHOST#*-}
54
55 PATCHVER="1.0"
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 }