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.12.0.ebuild ChangeLog
Date: Mon, 01 Aug 2011 02:05:22
Message-Id: 20110801020510.EF39920051@flycatcher.gentoo.org
1 blueness 11/08/01 02:05:10
2
3 Modified: ChangeLog
4 Added: ct-ng-1.12.0.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.14 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 30 May 2011 23:13:37 -0000 1.13
24 +++ ChangeLog 1 Aug 2011 02:05:10 -0000 1.14
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.13 2011/05/30 23:13:37 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.14 2011/08/01 02:05:10 blueness Exp $
30 +
31 +*ct-ng-1.12.0 (01 Aug 2011)
32 +
33 + 01 Aug 2011; Anthony G. Basile <blueness@g.o> +ct-ng-1.12.0.ebuild:
34 + Version bump
35
36 *ct-ng-1.11.3 (30 May 2011)
37
38
39
40
41 1.1 sys-devel/ct-ng/ct-ng-1.12.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.12.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.12.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ct-ng-1.12.0.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.12.0.ebuild,v 1.1 2011/08/01 02:05:10 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="~amd64 ~x86"
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 }