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: ChangeLog ct-ng-1.11.1.ebuild
Date: Tue, 03 May 2011 01:08:45
Message-Id: 20110503010834.844BA20054@flycatcher.gentoo.org
1 blueness 11/05/03 01:08:34
2
3 Modified: ChangeLog
4 Added: ct-ng-1.11.1.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 30 Apr 2011 04:47:45 -0000 1.9
24 +++ ChangeLog 3 May 2011 01:08:34 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sys-devel/ct-ng
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.9 2011/04/30 04:47:45 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.10 2011/05/03 01:08:34 blueness Exp $
30 +
31 +*ct-ng-1.11.1 (03 May 2011)
32 +
33 + 03 May 2011; Anthony G. Basile <blueness@g.o> +ct-ng-1.11.1.ebuild:
34 + Version bump
35
36 30 Apr 2011; Anthony G. Basile <blueness@g.o> ct-ng-1.8.0.ebuild,
37 ct-ng-1.8.1.ebuild, ct-ng-1.8.2.ebuild, ct-ng-1.9.0.ebuild,
38
39
40
41 1.1 sys-devel/ct-ng/ct-ng-1.11.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.11.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.11.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ct-ng-1.11.1.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.11.1.ebuild,v 1.1 2011/05/03 01:08:34 blueness Exp $
51
52 inherit bash-completion
53
54 DESCRIPTION="crosstool-ng is a tool to build cross-compiling toolchains"
55 HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool"
56 MY_P=${P/ct/crosstool}
57 S=${WORKDIR}/${MY_P}
58 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~x86 ~amd64"
63 IUSE="bash-completion"
64
65 RDEPEND="net-misc/curl
66 dev-vcs/cvs
67 dev-vcs/subversion"
68
69 src_install() {
70 emake DESTDIR="${D%/}" install || die "install failed"
71 dobashcompletion ct-ng.comp
72 dodoc README TODO
73 }