Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/binutils-config: binutils-config-4-r1.ebuild ChangeLog binutils-config-4.ebuild
Date: Tue, 30 Dec 2014 15:10:42
Message-Id: 20141230151036.EA2EFE803@oystercatcher.gentoo.org
1 blueness 14/12/30 15:10:36
2
3 Modified: ChangeLog
4 Added: binutils-config-4-r1.ebuild
5 Removed: binutils-config-4.ebuild
6 Log:
7 Address bug #504120
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
10
11 Revision Changes Path
12 1.67 sys-devel/binutils-config/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.67&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.67&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.66&r2=1.67
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v
21 retrieving revision 1.66
22 retrieving revision 1.67
23 diff -u -r1.66 -r1.67
24 --- ChangeLog 29 Jul 2014 11:15:38 -0000 1.66
25 +++ ChangeLog 30 Dec 2014 15:10:36 -0000 1.67
26 @@ -1,6 +1,13 @@
27 # ChangeLog for sys-devel/binutils-config
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.66 2014/07/29 11:15:38 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.67 2014/12/30 15:10:36 blueness Exp $
31 +
32 +*binutils-config-4-r1 (30 Dec 2014)
33 +
34 + 30 Dec 2014; Anthony G. Basile <blueness@g.o>
35 + +binutils-config-4-r1.ebuild, -binutils-config-4.ebuild,
36 + files/binutils-config-4:
37 + Address bug #504120
38
39 *binutils-config-4 (29 Jul 2014)
40
41
42
43
44 1.1 sys-devel/binutils-config/binutils-config-4-r1.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: binutils-config-4-r1.ebuild
50 ===================================================================
51 # Copyright 1999-2014 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r1.ebuild,v 1.1 2014/12/30 15:10:36 blueness Exp $
54
55 EAPI="4"
56
57 DESCRIPTION="Utility to change the binutils version being used"
58 HOMEPAGE="http://www.gentoo.org/"
59 SRC_URI=""
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd"
64 IUSE=""
65
66 # We also RDEPEND on sys-apps/findutils which is in base @system
67 RDEPEND="sys-apps/gentoo-functions"
68
69 S=${WORKDIR}
70
71 src_install() {
72 newbin "${FILESDIR}"/${PN}-${PV} ${PN}
73 doman "${FILESDIR}"/${PN}.8
74 }