Gentoo Archives: gentoo-commits

From: "Matthias Schwarzott (zzam)" <zzam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-video/camstream: camstream-0.26.3.ebuild camstream-20070315.ebuild ChangeLog
Date: Tue, 27 Nov 2007 12:45:06
Message-Id: E1Iwzko-0001XV-IW@stork.gentoo.org
1 zzam 07/11/27 12:41:30
2
3 Modified: camstream-0.26.3.ebuild camstream-20070315.ebuild
4 ChangeLog
5 Log:
6 Fixed quoting.
7 (Portage version: 2.1.4_rc3)
8
9 Revision Changes Path
10 1.11 media-video/camstream/camstream-0.26.3.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild?r1=1.10&r2=1.11
15
16 Index: camstream-0.26.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- camstream-0.26.3.ebuild 26 Jul 2005 18:29:57 -0000 1.10
23 +++ camstream-0.26.3.ebuild 27 Nov 2007 12:41:29 -0000 1.11
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2005 Gentoo Foundation
26 +# Copyright 1999-2007 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.10 2005/07/26 18:29:57 blubb Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-0.26.3.ebuild,v 1.11 2007/11/27 12:41:29 zzam Exp $
30
31 inherit eutils
32
33 @@ -17,15 +17,15 @@
34
35 src_unpack () {
36 unpack ${A}
37 - cd ${S}
38 + cd "${S}"
39 # Camstream has 32 bit asssembler normally.
40 - use amd64 && epatch ${FILESDIR}/x86_64-asm.patch
41 + use amd64 && epatch "${FILESDIR}"/x86_64-asm.patch
42 }
43
44 src_compile () {
45 # Need to fake out Qt or we'll get sandbox problems
46 REALHOME="$HOME"
47 - mkdir -p $T/fakehome/.qt
48 + mkdir -p "$T"/fakehome/.qt
49 export HOME="$T/fakehome"
50 addwrite "${QTDIR}/etc/settings"
51 autoreconf &> autoreconf-output || \
52
53
54
55 1.4 media-video/camstream/camstream-20070315.ebuild
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-20070315.ebuild?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-20070315.ebuild?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/camstream-20070315.ebuild?r1=1.3&r2=1.4
60
61 Index: camstream-20070315.ebuild
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- camstream-20070315.ebuild 13 Aug 2007 06:31:56 -0000 1.3
68 +++ camstream-20070315.ebuild 27 Nov 2007 12:41:29 -0000 1.4
69 @@ -1,6 +1,6 @@
70 # Copyright 1999-2007 Gentoo Foundation
71 # Distributed under the terms of the GNU General Public License v2
72 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.3 2007/08/13 06:31:56 opfer Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/camstream-20070315.ebuild,v 1.4 2007/11/27 12:41:29 zzam Exp $
74
75 inherit eutils libtool autotools
76
77 @@ -27,9 +27,9 @@
78
79 src_unpack () {
80 unpack ${A}
81 - cd ${S}
82 - epatch ${FILESDIR}/${PV}.patch
83 - for dir in ${S} ${S}/ccvt; do
84 + cd "${S}"
85 + epatch "${FILESDIR}/${PV}.patch"
86 + for dir in "${S}" "${S}"/ccvt; do
87 cd ${dir}
88 eautoconf
89 elibtoolize
90 @@ -45,7 +45,7 @@
91 local myconf
92 # Need to fake out Qt or we'll get sandbox problems
93 REALHOME="$HOME"
94 - mkdir -p $T/fakehome/.qt
95 + mkdir -p "$T"/fakehome/.qt
96 export HOME="$T/fakehome"
97 addwrite "${QTDIR}/etc/settings"
98 if ! use mmx || use amd64; then
99 @@ -56,5 +56,5 @@
100 }
101
102 src_install () {
103 - make DESTDIR=${D} install
104 + make DESTDIR="${D}" install
105 }
106
107
108
109 1.20 media-video/camstream/ChangeLog
110
111 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/ChangeLog?rev=1.20&view=markup
112 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/ChangeLog?rev=1.20&content-type=text/plain
113 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/camstream/ChangeLog?r1=1.19&r2=1.20
114
115 Index: ChangeLog
116 ===================================================================
117 RCS file: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v
118 retrieving revision 1.19
119 retrieving revision 1.20
120 diff -u -r1.19 -r1.20
121 --- ChangeLog 13 Aug 2007 06:31:56 -0000 1.19
122 +++ ChangeLog 27 Nov 2007 12:41:29 -0000 1.20
123 @@ -1,6 +1,10 @@
124 # ChangeLog for media-video/camstream
125 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
126 -# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.19 2007/08/13 06:31:56 opfer Exp $
127 +# $Header: /var/cvsroot/gentoo-x86/media-video/camstream/ChangeLog,v 1.20 2007/11/27 12:41:29 zzam Exp $
128 +
129 + 27 Nov 2007; Matthias Schwarzott <zzam@g.o>
130 + camstream-0.26.3.ebuild, camstream-20070315.ebuild:
131 + Fixed quoting.
132
133 13 Aug 2007; Christian Faulhammer <opfer@g.o>
134 camstream-20070315.ebuild:
135
136
137
138 --
139 gentoo-commits@g.o mailing list