Gentoo Archives: gentoo-commits

From: "Mart Raudsepp (leio)" <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-base/libghttp: libghttp-1.0.9-r4.ebuild libghttp-1.0.9-r2.ebuild libghttp-1.0.9-r3.ebuild
Date: Mon, 10 Mar 2008 19:05:50
Message-Id: E1JYnJi-00051p-DB@stork.gentoo.org
1 leio 08/03/10 19:05:46
2
3 Modified: libghttp-1.0.9-r4.ebuild
4 Removed: libghttp-1.0.9-r2.ebuild libghttp-1.0.9-r3.ebuild
5 Log:
6 Remove old and fix quoting QA in the remaining
7 (Portage version: 2.1.4.4)
8
9 Revision Changes Path
10 1.15 gnome-base/libghttp/libghttp-1.0.9-r4.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild?rev=1.15&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild?rev=1.15&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild?r1=1.14&r2=1.15
15
16 Index: libghttp-1.0.9-r4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild,v
19 retrieving revision 1.14
20 retrieving revision 1.15
21 diff -u -r1.14 -r1.15
22 --- libghttp-1.0.9-r4.ebuild 29 Oct 2006 19:38:30 -0000 1.14
23 +++ libghttp-1.0.9-r4.ebuild 10 Mar 2008 19:05:45 -0000 1.15
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2006 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild,v 1.14 2006/10/29 19:38:30 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/libghttp/libghttp-1.0.9-r4.ebuild,v 1.15 2008/03/10 19:05:45 leio Exp $
29
30 GNOME_TARBALL_SUFFIX="gz"
31 inherit libtool gnome.org eutils
32 @@ -19,9 +19,9 @@
33
34 unpack ${A}
35
36 - cd ${S}
37 + cd "${S}"
38 # fixes http locale related bug (#33386)
39 - epatch ${FILESDIR}/${P}-fixlocale.patch
40 + epatch "${FILESDIR}/${P}-fixlocale.patch"
41
42 }
43
44
45
46
47 --
48 gentoo-commits@l.g.o mailing list