Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/tcpsound: tcpsound-0.3.1.ebuild ChangeLog
Date: Mon, 29 Oct 2007 15:36:57
Message-Id: E1ImWfV-00063v-F2@stork.gentoo.org
1 jokey 07/10/29 15:36:45
2
3 Modified: tcpsound-0.3.1.ebuild ChangeLog
4 Log:
5 Fix quoting
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.3 net-misc/tcpsound/tcpsound-0.3.1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild?r1=1.2&r2=1.3
14
15 Index: tcpsound-0.3.1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- tcpsound-0.3.1.ebuild 15 Apr 2007 20:29:09 -0000 1.2
22 +++ tcpsound-0.3.1.ebuild 29 Oct 2007 15:36:44 -0000 1.3
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/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.2 2007/04/15 20:29:09 ticho Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/tcpsound-0.3.1.ebuild,v 1.3 2007/10/29 15:36:44 jokey Exp $
28
29 inherit eutils
30
31 @@ -19,10 +19,10 @@
32
33 src_compile() {
34 sed -i -e "s;/usr/share/sounds:/usr/local/share/sounds;/usr/share/tcpsound;g"\
35 - ${S}/src/tcpsound.c ${S}/elaborate.conf
36 + "${S}"/src/tcpsound.c "${S}"/elaborate.conf
37
38 sed -i -e "s;/share/sounds;/share/tcpsound;g"\
39 - ${S}/Makefile
40 + "${S}"/Makefile
41 emake || die "emake failed"
42 }
43
44
45
46
47 1.4 net-misc/tcpsound/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.4&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?rev=1.4&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/tcpsound/ChangeLog?r1=1.3&r2=1.4
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v
56 retrieving revision 1.3
57 retrieving revision 1.4
58 diff -u -r1.3 -r1.4
59 --- ChangeLog 29 Oct 2007 15:35:57 -0000 1.3
60 +++ ChangeLog 29 Oct 2007 15:36:44 -0000 1.4
61 @@ -1,6 +1,9 @@
62 # ChangeLog for net-misc/tcpsound
63 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.3 2007/10/29 15:35:57 jokey Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tcpsound/ChangeLog,v 1.4 2007/10/29 15:36:44 jokey Exp $
66 +
67 + 29 Oct 2007; Markus Ullmann <jokey@g.o> tcpsound-0.3.1.ebuild:
68 + Fix quoting
69
70 29 Oct 2007; Markus Ullmann <jokey@g.o> metadata.xml:
71 Developed to end, reassigning to herd
72
73
74
75 --
76 gentoo-commits@g.o mailing list