Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/ct-ng: ct-ng-1.19.0.ebuild ChangeLog
Date: Thu, 28 Aug 2014 16:47:55
Message-Id: 20140828164750.13D3A9FC@oystercatcher.gentoo.org
1 mgorny 14/08/28 16:47:50
2
3 Modified: ct-ng-1.19.0.ebuild ChangeLog
4 Log:
5 Remove unused USE=bash-completion. Install the completion file using the correct name.
6
7 (Portage version: 2.2.11_p165/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.2 sys-devel/ct-ng/ct-ng-1.19.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ct-ng-1.19.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ct-ng-1.19.0.ebuild 3 Oct 2013 12:17:15 -0000 1.1
23 +++ ct-ng-1.19.0.ebuild 28 Aug 2014 16:47:50 -0000 1.2
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2013 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild,v 1.1 2013/10/03 12:17:15 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0.ebuild,v 1.2 2014/08/28 16:47:50 mgorny Exp $
30
31 EAPI="5"
32
33 @@ -15,7 +15,7 @@
34 LICENSE="GPL-2"
35 SLOT="0"
36 KEYWORDS="~amd64 ~x86"
37 -IUSE="bash-completion doc"
38 +IUSE="doc"
39
40 RDEPEND="net-misc/curl
41 dev-util/gperf
42 @@ -32,7 +32,7 @@
43
44 src_install() {
45 emake DESTDIR="${D%/}" install
46 - dobashcomp ${PN}.comp
47 + newbashcomp ${PN}.comp ${PN}
48 dodoc README TODO
49 use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
50 "${D}"/usr/share/doc/"${PF}"
51
52
53
54 1.48 sys-devel/ct-ng/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.48&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.48&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.47&r2=1.48
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
63 retrieving revision 1.47
64 retrieving revision 1.48
65 diff -u -r1.47 -r1.48
66 --- ChangeLog 3 Oct 2013 12:19:27 -0000 1.47
67 +++ ChangeLog 28 Aug 2014 16:47:50 -0000 1.48
68 @@ -1,6 +1,10 @@
69 # ChangeLog for sys-devel/ct-ng
70 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.47 2013/10/03 12:19:27 blueness Exp $
72 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.48 2014/08/28 16:47:50 mgorny Exp $
74 +
75 + 28 Aug 2014; Michał Górny <mgorny@g.o> ct-ng-1.19.0.ebuild:
76 + Remove unused USE=bash-completion. Install the completion file using the
77 + correct name.
78
79 03 Oct 2013; Anthony G. Basile <blueness@g.o> -ct-ng-1.12.4.ebuild,
80 -ct-ng-1.13.4.ebuild, -ct-ng-1.14.1.ebuild, -ct-ng-1.15.3.ebuild: