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.1.ebuild
Date: Thu, 30 Dec 2010 15:52:02
Message-Id: 20101230155153.A770020054@flycatcher.gentoo.org
1 blueness 10/12/30 15:51:53
2
3 Modified: ChangeLog
4 Added: ct-ng-1.9.1.ebuild
5 Log:
6 Version bump to 1.9.1
7
8 (Portage version: 2.1.9.26/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.5 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.4&r2=1.5
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- ChangeLog 4 Nov 2010 13:36:30 -0000 1.4
24 +++ ChangeLog 30 Dec 2010 15:51:53 -0000 1.5
25 @@ -1,5 +1,10 @@
26
27
28 +*ct-ng-1.9.1 (30 Dec 2010)
29 +
30 + 30 Dec 2010; Anthony G. Basile <blueness@g.o> +ct-ng-1.9.1.ebuild:
31 + Version bump to 1.9.1
32 +
33 *ct-ng-1.9.0 (04 Nov 2010)
34
35 04 Nov 2010; Anthony G. Basile <blueness@g.o> +ct-ng-1.9.0.ebuild:
36
37
38
39 1.1 sys-devel/ct-ng/ct-ng-1.9.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.9.1.ebuild?rev=1.1&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.9.1.ebuild?rev=1.1&content-type=text/plain
43
44 Index: ct-ng-1.9.1.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.1.ebuild,v 1.1 2010/12/30 15:51:53 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 }