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.9.2.ebuild
Date: Tue, 01 Feb 2011 11:39:30
Message-Id: 20110201113919.010E020054@flycatcher.gentoo.org
1 blueness 11/02/01 11:39:18
2
3 Modified: ChangeLog
4 Added: ct-ng-1.9.2.ebuild
5 Log:
6 Version bump to 1.9.2
7
8 (Portage version: 2.1.9.25/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.6 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 30 Dec 2010 15:51:53 -0000 1.5
24 +++ ChangeLog 1 Feb 2011 11:39:18 -0000 1.6
25 @@ -1,5 +1,10 @@
26
27
28 +*ct-ng-1.9.2 (01 Feb 2011)
29 +
30 + 01 Feb 2011; Anthony G. Basile <blueness@g.o> +ct-ng-1.9.2.ebuild:
31 + Version bump to 1.9.2
32 +
33 *ct-ng-1.9.1 (30 Dec 2010)
34
35 30 Dec 2010; Anthony G. Basile <blueness@g.o> +ct-ng-1.9.1.ebuild:
36
37
38
39 1.1 sys-devel/ct-ng/ct-ng-1.9.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.9.2.ebuild?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.9.2.ebuild?rev=1.1&content-type=text/plain
43
44 Index: ct-ng-1.9.2.ebuild
45 ===================================================================
46 # Copyright 1999-2011 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.2.ebuild,v 1.1 2011/02/01 11:39:18 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 dev-vcs/subversion"
66
67 src_install() {
68 emake DESTDIR="${D%/}" install || die "install failed"
69 dobashcompletion ct-ng.comp
70 dodoc README TODO
71 }