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.13.2.ebuild
Date: Mon, 21 Nov 2011 10:17:18
Message-Id: 20111121101700.EC28B2004B@flycatcher.gentoo.org
1 blueness 11/11/21 10:17:00
2
3 Modified: ChangeLog
4 Added: ct-ng-1.13.2.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.24 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 14 Nov 2011 19:17:11 -0000 1.23
24 +++ ChangeLog 21 Nov 2011 10:17:00 -0000 1.24
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.23 2011/11/14 19:17:11 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.24 2011/11/21 10:17:00 blueness Exp $
30 +
31 +*ct-ng-1.13.2 (21 Nov 2011)
32 +
33 + 21 Nov 2011; Anthony G. Basile <blueness@g.o> +ct-ng-1.13.2.ebuild:
34 + Version bump
35
36 14 Nov 2011; Anthony G. Basile <blueness@g.o> ChangeLog:
37 Fix failure to gpg sign manifest
38
39
40
41 1.1 sys-devel/ct-ng/ct-ng-1.13.2.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.13.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.13.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ct-ng-1.13.2.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.13.2.ebuild,v 1.1 2011/11/21 10:17:00 blueness Exp $
51
52 EAPI="4"
53
54 inherit bash-completion-r1
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 dobashcomp ${PN}.comp
74 dodoc README TODO
75 }