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-3-r2.ebuild ChangeLog binutils-config-3-r1.ebuild
Date: Thu, 01 Mar 2012 21:37:22
Message-Id: 20120301213711.B7DFB2004B@flycatcher.gentoo.org
1 vapier 12/03/01 21:37:11
2
3 Modified: ChangeLog
4 Added: binutils-config-3-r2.ebuild
5 Removed: binutils-config-3-r1.ebuild
6 Log:
7 Drop old upgrade logic that is only there for systems 4.5+ years old as it is causing issues with newer ones, and 4.5+ upgrade time is plenty #381633 by Tim Harder.
8
9 (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.52 sys-devel/binutils-config/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.52&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?rev=1.52&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/ChangeLog?r1=1.51&r2=1.52
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v
21 retrieving revision 1.51
22 retrieving revision 1.52
23 diff -u -r1.51 -r1.52
24 --- ChangeLog 5 Dec 2011 19:50:48 -0000 1.51
25 +++ ChangeLog 1 Mar 2012 21:37:11 -0000 1.52
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sys-devel/binutils-config
28 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.51 2011/12/05 19:50:48 vapier Exp $
30 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/ChangeLog,v 1.52 2012/03/01 21:37:11 vapier Exp $
32 +
33 +*binutils-config-3-r2 (01 Mar 2012)
34 +
35 + 01 Mar 2012; Mike Frysinger <vapier@g.o> files/binutils-config-3,
36 + -binutils-config-3-r1.ebuild, +binutils-config-3-r2.ebuild:
37 + Drop old upgrade logic that is only there for systems 4.5+ years old as it is
38 + causing issues with newer ones, and 4.5+ upgrade time is plenty #381633 by
39 + Tim Harder.
40
41 05 Dec 2011; Mike Frysinger <vapier@g.o> binutils-config-3-r1.ebuild:
42 Use a blocker dep to avoid pulling in packages we do not need.
43
44
45
46 1.1 sys-devel/binutils-config/binutils-config-3-r2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: binutils-config-3-r2.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/binutils-config-3-r2.ebuild,v 1.1 2012/03/01 21:37:11 vapier Exp $
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 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
64 IUSE=""
65
66 RDEPEND="userland_GNU? ( !<sys-apps/findutils-4.2 )"
67
68 src_install() {
69 newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die
70 doman "${FILESDIR}"/${PN}.8
71 }