Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/ct-ng: ct-ng-1.18.0.ebuild ChangeLog
Date: Mon, 25 Feb 2013 20:25:36
Message-Id: 20130225202533.431602171D@flycatcher.gentoo.org
1 hwoarang 13/02/25 20:25:33
2
3 Modified: ct-ng-1.18.0.ebuild ChangeLog
4 Log:
5 Apply upstream patch to fix parallel installation. Bug #450398
6
7 (Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!)
8
9 Revision Changes Path
10 1.2 sys-devel/ct-ng/ct-ng-1.18.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild?r1=1.1&r2=1.2
15
16 Index: ct-ng-1.18.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ct-ng-1.18.0.ebuild 1 Feb 2013 23:16:57 -0000 1.1
23 +++ ct-ng-1.18.0.ebuild 25 Feb 2013 20:25:33 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild,v 1.1 2013/02/01 23:16:57 blueness Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ct-ng-1.18.0.ebuild,v 1.2 2013/02/25 20:25:33 hwoarang Exp $
29
30 EAPI="4"
31
32 @@ -25,6 +25,9 @@
33 src_prepare() {
34 epatch "${FILESDIR}"/${PN}-kconfig-respect-flags.patch
35
36 + # bug 450398. Fixed upstream. Remove it on the next version bump
37 + epatch "${FILESDIR}"/${P}-parallel-fix.patch
38 +
39 #Upstream provides ${S}/bootstrap which runs autoconf -Wall --force
40 #We'll use eautoconf to be portage friendly
41 eautoconf -Wall --force
42
43
44
45 1.45 sys-devel/ct-ng/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.45&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?rev=1.45&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/ct-ng/ChangeLog?r1=1.44&r2=1.45
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v
54 retrieving revision 1.44
55 retrieving revision 1.45
56 diff -u -r1.44 -r1.45
57 --- ChangeLog 23 Feb 2013 16:07:20 -0000 1.44
58 +++ ChangeLog 25 Feb 2013 20:25:33 -0000 1.45
59 @@ -1,6 +1,10 @@
60 # ChangeLog for sys-devel/ct-ng
61 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.44 2013/02/23 16:07:20 hwoarang Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/ct-ng/ChangeLog,v 1.45 2013/02/25 20:25:33 hwoarang Exp $
64 +
65 + 25 Feb 2013; Markos Chandras <hwoarang@g.o>
66 + +files/ct-ng-1.18.0-parallel-fix.patch, ct-ng-1.18.0.ebuild:
67 + Apply upstream patch to fix parallel installation. Bug #450398
68
69 23 Feb 2013; Markos Chandras <hwoarang@g.o> metadata.xml:
70 Add myself as secondary maintainer