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/ct-ng: ct-ng-1.19.0-r1.ebuild ct-ng-1.20.0-r1.ebuild ChangeLog ct-ng-1.16.0.ebuild ct-ng-1.19.0.ebuild ct-ng-1.20.0.ebuild ct-ng-1.18.0.ebuild ct-ng-1.17.0.ebuild
Date: Tue, 28 Oct 2014 11:29:26
Message-Id: 20141028112922.CFAE68ECD@oystercatcher.gentoo.org
1 blueness 14/10/28 11:29:22
2
3 Modified: ChangeLog
4 Added: ct-ng-1.19.0-r1.ebuild ct-ng-1.20.0-r1.ebuild
5 Removed: ct-ng-1.16.0.ebuild ct-ng-1.19.0.ebuild
6 ct-ng-1.20.0.ebuild ct-ng-1.18.0.ebuild
7 ct-ng-1.17.0.ebuild
8 Log:
9 Remove older versions. Fix bug #501678.
10
11 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
12
13 Revision Changes Path
14 1.50 sys-devel/ct-ng/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.50&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.50&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.49&r2=1.50
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
23 retrieving revision 1.49
24 retrieving revision 1.50
25 diff -u -r1.49 -r1.50
26 --- ChangeLog 9 Sep 2014 09:27:46 -0000 1.49
27 +++ ChangeLog 28 Oct 2014 11:29:22 -0000 1.50
28 @@ -1,6 +1,15 @@
29 # ChangeLog for sys-devel/ct-ng
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.49 2014/09/09 09:27:46 blueness Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.50 2014/10/28 11:29:22 blueness Exp $
33 +
34 +*ct-ng-1.19.0-r1 (28 Oct 2014)
35 +*ct-ng-1.20.0-r1 (28 Oct 2014)
36 +
37 + 28 Oct 2014; Anthony G. Basile <blueness@g.o> +ct-ng-1.19.0-r1.ebuild,
38 + +ct-ng-1.20.0-r1.ebuild, -ct-ng-1.16.0.ebuild, -ct-ng-1.17.0.ebuild,
39 + -ct-ng-1.18.0.ebuild, -ct-ng-1.19.0.ebuild, -ct-ng-1.20.0.ebuild,
40 + -files/ct-ng-1.18.0-parallel-fix.patch:
41 + Remove older versions. Fix bug #501678.
42
43 *ct-ng-1.20.0 (09 Sep 2014)
44
45
46
47
48 1.1 sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: ct-ng-1.19.0-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.19.0-r1.ebuild,v 1.1 2014/10/28 11:29:22 blueness Exp $
58
59 EAPI="5"
60
61 inherit autotools bash-completion-r1 eutils
62
63 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
64 HOMEPAGE="http://crosstool-ng.org"
65 MY_P=${P/ct/crosstool}
66 S=${WORKDIR}/${MY_P}
67 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71 KEYWORDS="~amd64 ~x86"
72 IUSE="doc"
73
74 RDEPEND="net-misc/curl
75 dev-util/gperf
76 dev-vcs/cvs
77 dev-vcs/subversion"
78
79 src_prepare() {
80 epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
81
82 #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
83 #We'll use eautoconf to be portage friendly
84 eautoconf -Wall --force
85 }
86
87 src_configure () {
88 econf --with-install="/usr/bin/install"
89 }
90
91 src_install() {
92 emake DESTDIR="${D%/}" install
93 newbashcomp ${PN}.comp ${PN}
94 dodoc README TODO
95 use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
96 "${D}"/usr/share/doc/"${PF}"
97 rm -rf "${D}"/usr/share/doc/crosstool-ng
98 }
99
100
101
102 1.1 sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild?rev=1.1&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild?rev=1.1&content-type=text/plain
106
107 Index: ct-ng-1.20.0-r1.ebuild
108 ===================================================================
109 # Copyright 1999-2014 Gentoo Foundation
110 # Distributed under the terms of the GNU General Public License v2
111 # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.20.0-r1.ebuild,v 1.1 2014/10/28 11:29:22 blueness Exp $
112
113 EAPI="5"
114
115 inherit autotools bash-completion-r1 eutils
116
117 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
118 HOMEPAGE="http://crosstool-ng.org"
119 MY_P=${P/ct/crosstool}
120 S=${WORKDIR}/${MY_P}
121 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
122
123 LICENSE="GPL-2"
124 SLOT="0"
125 KEYWORDS="~amd64 ~x86"
126 IUSE="doc"
127
128 RDEPEND="net-misc/curl
129 dev-util/gperf
130 dev-vcs/cvs
131 dev-vcs/subversion"
132
133 src_prepare() {
134 epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
135
136 #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
137 #We'll use eautoconf to be portage friendly
138 eautoconf -Wall --force
139 }
140
141 src_configure () {
142 econf --with-install="/usr/bin/install"
143 }
144
145 src_install() {
146 emake DESTDIR="${D%/}" install
147 newbashcomp ${PN}.comp ${PN}
148 dodoc README TODO
149 use doc && mv "${D}"/usr/share/doc/crosstool-ng/"${PN}.${PVR}"/* \
150 "${D}"/usr/share/doc/"${PF}"
151 rm -rf "${D}"/usr/share/doc/crosstool-ng
152 }