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-config: binutils-config-4.ebuild ChangeLog
Date: Tue, 29 Jul 2014 11:15:45
Message-Id: 20140729111539.CA8BD2004F@flycatcher.gentoo.org
1 vapier 14/07/29 11:15:38
2
3 Modified: ChangeLog
4 Added: binutils-config-4.ebuild
5 Log:
6 Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.66 sys-devel/binutils-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.66&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.65&r2=1.66
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v
20 retrieving revision 1.65
21 retrieving revision 1.66
22 diff -u -r1.65 -r1.66
23 --- ChangeLog 18 Jan 2014 03:08:02 -0000 1.65
24 +++ ChangeLog 29 Jul 2014 11:15:38 -0000 1.66
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-devel/binutils-config
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.65 2014/01/18 03:08:02 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.66 2014/07/29 11:15:38 vapier Exp $
30 +
31 +*binutils-config-4 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Mike Frysinger <vapier@g.o> +binutils-config-4.ebuild,
34 + +files/binutils-config-4, files/binutils-config.8:
35 + Drop FAKE_TARGETS support as gcc dropped it a while ago too #467488.
36
37 18 Jan 2014; Mike Frysinger <vapier@g.o> binutils-config-3-r3.ebuild:
38 Add arm64 love.
39
40
41
42 1.1 sys-devel/binutils-config/binutils-config-4.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4.ebuild?rev=1.1&content-type=text/plain
46
47 Index: binutils-config-4.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-config/binutils-config-4.ebuild,v 1.1 2014/07/29 11:15:38 vapier Exp $
52
53 EAPI="4"
54
55 DESCRIPTION="Utility to change the binutils version being used"
56 HOMEPAGE="http://www.gentoo.org/"
57 SRC_URI=""
58
59 LICENSE="GPL-2"
60 SLOT="0"
61 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
62 IUSE=""
63
64 S=${WORKDIR}
65
66 src_install() {
67 newbin "${FILESDIR}"/${PN}-${PV} ${PN}
68 doman "${FILESDIR}"/${PN}.8
69 }