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