Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/pipes: pipes-1.16.ebuild
Date: Thu, 28 Oct 2010 10:36:42
Message-Id: 20101028103635.198EC20051@flycatcher.gentoo.org
1 ssuominen 10/10/28 10:36:35
2
3 Modified: pipes-1.16.ebuild
4 Log:
5 quoting
6
7 (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.8 net-misc/pipes/pipes-1.16.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild?r1=1.7&r2=1.8
15
16 Index: pipes-1.16.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- pipes-1.16.ebuild 23 Sep 2009 19:42:48 -0000 1.7
23 +++ pipes-1.16.ebuild 28 Oct 2010 10:36:35 -0000 1.8
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2010 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.7 2009/09/23 19:42:48 patrick Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.8 2010/10/28 10:36:35 ssuominen Exp $
30
31 DESCRIPTION="Very versatile TCP pipes"
32 HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html"
33 @@ -17,7 +17,7 @@
34
35 src_unpack() {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39
40 sed -i \
41 -e "s:-O2:${CFLAGS}:" Makefile || \