Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-admin/gamin: gamin-0.1.9.ebuild
Date: Tue, 06 Nov 2007 21:57:32
Message-Id: E1IpWQH-00012K-I1@stork.gentoo.org
1 leio 07/11/06 21:57:25
2
3 Modified: gamin-0.1.9.ebuild
4 Log:
5 QA: Quote ${S}
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.15 app-admin/gamin/gamin-0.1.9.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild?r1=1.14&r2=1.15
14
15 Index: gamin-0.1.9.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- gamin-0.1.9.ebuild 6 Nov 2007 16:36:35 -0000 1.14
22 +++ gamin-0.1.9.ebuild 6 Nov 2007 21:57:25 -0000 1.15
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v 1.14 2007/11/06 16:36:35 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.9.ebuild,v 1.15 2007/11/06 21:57:25 leio Exp $
28
29 inherit autotools eutils libtool
30
31 @@ -22,7 +22,7 @@
32
33 src_unpack() {
34 unpack ${A}
35 - cd ${S}
36 + cd "${S}"
37
38 # Fix compile warnings; bug #188923
39 epatch "${FILESDIR}"/${P}-compile-warnings.patch
40
41
42
43 --
44 gentoo-commits@g.o mailing list