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