Gentoo Archives: gentoo-commits

From: "Jonathan Callen (abcd)" <abcd@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/schroot: schroot-1.4.17.ebuild ChangeLog schroot-1.4.14.ebuild
Date: Sun, 23 Jan 2011 20:18:28
Message-Id: 20110123201817.F0EBE20054@flycatcher.gentoo.org
1 abcd 11/01/23 20:18:17
2
3 Modified: schroot-1.4.17.ebuild ChangeLog
4 schroot-1.4.14.ebuild
5 Log:
6 Add patch to fix build with USE=debug. Debian bug 609067, Gentoo bug 344615
7
8 (Portage version: 2.2.0_alpha14_p1/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 dev-util/schroot/schroot-1.4.17.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild?r1=1.1&r2=1.2
16
17 Index: schroot-1.4.17.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- schroot-1.4.17.ebuild 6 Jan 2011 23:41:17 -0000 1.1
24 +++ schroot-1.4.17.ebuild 23 Jan 2011 20:18:17 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild,v 1.1 2011/01/06 23:41:17 abcd Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.17.ebuild,v 1.2 2011/01/23 20:18:17 abcd Exp $
30
31 EAPI="3"
32 WANT_AUTOMAKE="1.11"
33 @@ -43,6 +43,7 @@
34
35 PATCHES=(
36 "${FILESDIR}/${PN}-1.4.7-tests.patch"
37 + "${FILESDIR}/${PN}-1.4.14-debug.patch"
38 )
39
40 src_prepare() {
41
42
43
44 1.23 dev-util/schroot/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/ChangeLog?rev=1.23&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/ChangeLog?rev=1.23&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/ChangeLog?r1=1.22&r2=1.23
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v
53 retrieving revision 1.22
54 retrieving revision 1.23
55 diff -u -r1.22 -r1.23
56 --- ChangeLog 6 Jan 2011 23:41:17 -0000 1.22
57 +++ ChangeLog 23 Jan 2011 20:18:17 -0000 1.23
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-util/schroot
60 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.22 2011/01/06 23:41:17 abcd Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/ChangeLog,v 1.23 2011/01/23 20:18:17 abcd Exp $
63 +
64 + 23 Jan 2011; Jonathan Callen <abcd@g.o> schroot-1.4.14.ebuild,
65 + +files/schroot-1.4.14-debug.patch, schroot-1.4.17.ebuild:
66 + Add patch to fix build with USE=debug. Debian bug 609067, Gentoo bug 344615
67
68 *schroot-1.4.17 (06 Jan 2011)
69
70
71
72
73 1.3 dev-util/schroot/schroot-1.4.14.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild?r1=1.2&r2=1.3
78
79 Index: schroot-1.4.14.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- schroot-1.4.14.ebuild 19 Oct 2010 02:32:52 -0000 1.2
86 +++ schroot-1.4.14.ebuild 23 Jan 2011 20:18:17 -0000 1.3
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2010 Gentoo Foundation
89 +# Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.2 2010/10/19 02:32:52 abcd Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-util/schroot/schroot-1.4.14.ebuild,v 1.3 2011/01/23 20:18:17 abcd Exp $
93
94 EAPI="3"
95 WANT_AUTOMAKE="1.11"
96 @@ -43,6 +43,7 @@
97
98 PATCHES=(
99 "${FILESDIR}/${PN}-1.4.7-tests.patch"
100 + "${FILESDIR}/${P}-debug.patch"
101 )
102
103 src_prepare() {