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.8.1.ebuild ct-ng-1.8.2.ebuild ct-ng-1.7.1.ebuild
Date: Tue, 05 Oct 2010 19:03:36
Message-Id: 20101005185108.AF33D20051@flycatcher.gentoo.org
1 blueness 10/10/05 18:51:08
2
3 Modified: ChangeLog
4 Added: ct-ng-1.8.1.ebuild ct-ng-1.8.2.ebuild
5 Removed: ct-ng-1.7.1.ebuild
6 Log:
7 Version bumps and remove obsolete
8 (Portage version: 2.1.8.3/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sys-devel/ct-ng/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 9 Aug 2010 12:41:22 -0000 1.2
24 +++ ChangeLog 5 Oct 2010 18:51:08 -0000 1.3
25 @@ -1,5 +1,12 @@
26
27
28 +*ct-ng-1.8.2 (05 Oct 2010)
29 +*ct-ng-1.8.1 (05 Oct 2010)
30 +
31 + 05 Oct 2010; Anthony G. Basile <blueness@g.o> -ct-ng-1.7.1.ebuild,
32 + +ct-ng-1.8.1.ebuild, +ct-ng-1.8.2.ebuild, -files/fix-man-path.patch:
33 + Version bumps and remove obsolete
34 +
35 *ct-ng-1.8.0 (09 Aug 2010)
36
37 09 Aug 2010; Anthony G. Basile <blueness@g.o> +ct-ng-1.8.0.ebuild:
38
39
40
41 1.1 sys-devel/ct-ng/ct-ng-1.8.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.8.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.8.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ct-ng-1.8.1.ebuild
47 ===================================================================
48 # Copyright 1999-2010 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.8.1.ebuild,v 1.1 2010/10/05 18:51:08 blueness Exp $
51
52 inherit bash-completion
53
54 DESCRIPTION="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="~x86 ~amd64"
63 IUSE="bash-completion"
64
65 RDEPEND="net-misc/curl
66 dev-vcs/cvs"
67
68 src_install() {
69 emake DESTDIR="${D%/}" install || die "install failed"
70 dobashcompletion ct-ng.comp
71 dodoc README TODO docs/known-issues.txt
72 }
73
74
75
76 1.1 sys-devel/ct-ng/ct-ng-1.8.2.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.8.2.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.8.2.ebuild?rev=1.1&content-type=text/plain
80
81 Index: ct-ng-1.8.2.ebuild
82 ===================================================================
83 # Copyright 1999-2010 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.8.2.ebuild,v 1.1 2010/10/05 18:51:08 blueness Exp $
86
87 inherit bash-completion
88
89 DESCRIPTION="A tool to build cross-compiling toolchains"
90 HOMEPAGE="http://ymorin.is-a-geek.org/projects/crosstool"
91 MY_P=${P/ct/crosstool}
92 S=${WORKDIR}/${MY_P}
93 SRC_URI="http://ymorin.is-a-geek.org/download/crosstool-ng/${MY_P}.tar.bz2"
94
95 LICENSE="GPL-2"
96 SLOT="0"
97 KEYWORDS="~x86 ~amd64"
98 IUSE="bash-completion"
99
100 RDEPEND="net-misc/curl
101 dev-vcs/cvs"
102
103 src_install() {
104 emake DESTDIR="${D%/}" install || die "install failed"
105 dobashcompletion ct-ng.comp
106 dodoc README TODO docs/known-issues.txt
107 }