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-r2.ebuild ChangeLog
Date: Mon, 09 Feb 2015 15:14:57
Message-Id: 20150209151452.CF42B11665@oystercatcher.gentoo.org
1 vapier 15/02/09 15:14:52
2
3 Modified: ChangeLog
4 Added: binutils-config-4-r2.ebuild
5 Log:
6 Fix by Ruud Koolen for ROOT handling with man/info paths #532610 by Ruud Koolen.
7
8 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
9
10 Revision Changes Path
11 1.68 sys-devel/binutils-config/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.68&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.68&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.67&r2=1.68
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v
20 retrieving revision 1.67
21 retrieving revision 1.68
22 diff -u -r1.67 -r1.68
23 --- ChangeLog 30 Dec 2014 15:10:36 -0000 1.67
24 +++ ChangeLog 9 Feb 2015 15:14:52 -0000 1.68
25 @@ -1,6 +1,13 @@
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.67 2014/12/30 15:10:36 blueness Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.68 2015/02/09 15:14:52 vapier Exp $
31 +
32 +*binutils-config-4-r2 (09 Feb 2015)
33 +
34 + 09 Feb 2015; Mike Frysinger <vapier@g.o> +binutils-config-4-r2.ebuild,
35 + files/binutils-config-4:
36 + Fix by Ruud Koolen for ROOT handling with man/info paths #532610 by Ruud
37 + Koolen.
38
39 *binutils-config-4-r1 (30 Dec 2014)
40
41
42
43
44 1.1 sys-devel/binutils-config/binutils-config-4-r2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-4-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: binutils-config-4-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2015 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-r2.ebuild,v 1.1 2015/02/09 15:14:52 vapier 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 }