public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.3.0-r1.ebuild vdr-softdevice-0.3.1-r2.ebuild vdr-softdevice-0.3.1.20061217.ebuild ChangeLog vdr-softdevice-0.4.0.ebuild vdr-softdevice-0.4.0.20070711.ebuild vdr-softdevice-0.3.1.20070410.ebuild vdr-softdevice-0.4.0.20070711-r1.ebuild vdr-softdevice-0.3.1.20070313.ebuild vdr-softdevice-0.3.1.20061124.ebuild
@ 2007-11-21  9:56 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2007-11-21  9:56 UTC (permalink / raw
  To: gentoo-commits

zzam        07/11/21 09:56:47

  Modified:             vdr-softdevice-0.3.0-r1.ebuild
                        vdr-softdevice-0.3.1-r2.ebuild
                        vdr-softdevice-0.3.1.20061217.ebuild ChangeLog
                        vdr-softdevice-0.4.0.ebuild
                        vdr-softdevice-0.4.0.20070711.ebuild
                        vdr-softdevice-0.3.1.20070410.ebuild
                        vdr-softdevice-0.4.0.20070711-r1.ebuild
                        vdr-softdevice-0.3.1.20070313.ebuild
                        vdr-softdevice-0.3.1.20061124.ebuild
  Log:
  Fixed quoting.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.7                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild?r1=1.6&r2=1.7

Index: vdr-softdevice-0.3.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vdr-softdevice-0.3.0-r1.ebuild	22 Jul 2007 09:15:01 -0000	1.6
+++ vdr-softdevice-0.3.0-r1.ebuild	21 Nov 2007 09:56:46 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild,v 1.6 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.0-r1.ebuild,v 1.7 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin
 
@@ -102,7 +102,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -112,7 +112,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild?r1=1.4&r2=1.5

Index: vdr-softdevice-0.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.3.1-r2.ebuild	22 Jul 2007 09:15:01 -0000	1.4
+++ vdr-softdevice-0.3.1-r2.ebuild	21 Nov 2007 09:56:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild,v 1.4 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1-r2.ebuild,v 1.5 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin
 
@@ -102,7 +102,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -112,7 +112,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.6                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild?r1=1.5&r2=1.6

Index: vdr-softdevice-0.3.1.20061217.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-softdevice-0.3.1.20061217.ebuild	22 Jul 2007 09:15:01 -0000	1.5
+++ vdr-softdevice-0.3.1.20061217.ebuild	21 Nov 2007 09:56:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild,v 1.5 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061217.ebuild,v 1.6 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin
 
@@ -104,7 +104,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -114,7 +114,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.49                 media-plugins/vdr-softdevice/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	1 Oct 2007 16:25:37 -0000	1.48
+++ ChangeLog	21 Nov 2007 09:56:46 -0000	1.49
@@ -1,6 +1,16 @@
 # ChangeLog for media-plugins/vdr-softdevice
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.48 2007/10/01 16:25:37 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/ChangeLog,v 1.49 2007/11/21 09:56:46 zzam Exp $
+
+  21 Nov 2007; Matthias Schwarzott <zzam@gentoo.org>
+  vdr-softdevice-0.3.0-r1.ebuild, vdr-softdevice-0.3.1-r2.ebuild,
+  vdr-softdevice-0.3.1.20061124.ebuild,
+  vdr-softdevice-0.3.1.20061217.ebuild,
+  vdr-softdevice-0.3.1.20070313.ebuild,
+  vdr-softdevice-0.3.1.20070410.ebuild, vdr-softdevice-0.4.0.ebuild,
+  vdr-softdevice-0.4.0.20070711.ebuild,
+  vdr-softdevice-0.4.0.20070711-r1.ebuild:
+  Fixed quoting.
 
   01 Oct 2007; Matthias Schwarzott <zzam@gentoo.org>
   +files/vdr-softdevice-20070711-vdr-1.5.9.diff,



1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild?r1=1.4&r2=1.5

Index: vdr-softdevice-0.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.4.0.ebuild	22 Jul 2007 09:15:01 -0000	1.4
+++ vdr-softdevice-0.4.0.ebuild	21 Nov 2007 09:56:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild,v 1.4 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.ebuild,v 1.5 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin versionator
 
@@ -110,7 +110,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -120,7 +120,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.3                  media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild?r1=1.2&r2=1.3

Index: vdr-softdevice-0.4.0.20070711.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-softdevice-0.4.0.20070711.ebuild	22 Jul 2007 09:15:01 -0000	1.2
+++ vdr-softdevice-0.4.0.20070711.ebuild	21 Nov 2007 09:56:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild,v 1.2 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711.ebuild,v 1.3 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin versionator
 
@@ -109,7 +109,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -119,7 +119,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild?r1=1.4&r2=1.5

Index: vdr-softdevice-0.3.1.20070410.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.3.1.20070410.ebuild	22 Jul 2007 09:15:01 -0000	1.4
+++ vdr-softdevice-0.3.1.20070410.ebuild	21 Nov 2007 09:56:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild,v 1.4 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070410.ebuild,v 1.5 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin versionator
 
@@ -110,7 +110,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -120,7 +120,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.3                  media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild?r1=1.2&r2=1.3

Index: vdr-softdevice-0.4.0.20070711-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vdr-softdevice-0.4.0.20070711-r1.ebuild	1 Oct 2007 16:25:37 -0000	1.2
+++ vdr-softdevice-0.4.0.20070711-r1.ebuild	21 Nov 2007 09:56:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild,v 1.2 2007/10/01 16:25:37 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.4.0.20070711-r1.ebuild,v 1.3 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin versionator
 
@@ -120,7 +120,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -130,7 +130,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.5                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild?r1=1.4&r2=1.5

Index: vdr-softdevice-0.3.1.20070313.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vdr-softdevice-0.3.1.20070313.ebuild	22 Jul 2007 09:15:01 -0000	1.4
+++ vdr-softdevice-0.3.1.20070313.ebuild	21 Nov 2007 09:56:46 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild,v 1.4 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20070313.ebuild,v 1.5 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin
 
@@ -104,7 +104,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -114,7 +114,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



1.6                  media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild?r1=1.5&r2=1.6

Index: vdr-softdevice-0.3.1.20061124.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vdr-softdevice-0.3.1.20061124.ebuild	22 Jul 2007 09:15:01 -0000	1.5
+++ vdr-softdevice-0.3.1.20061124.ebuild	21 Nov 2007 09:56:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild,v 1.5 2007/07/22 09:15:01 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-softdevice/vdr-softdevice-0.3.1.20061124.ebuild,v 1.6 2007/11/21 09:56:46 zzam Exp $
 
 inherit vdr-plugin
 
@@ -106,7 +106,7 @@
 
 	[[ ${COMPILE_SHM} == 1 ]] || MYOPTS="${MYOPTS} --disable-shm"
 
-	cd ${S}
+	cd "${S}"
 	elog configure ${MYOPTS}
 	./configure ${MYOPTS} || die "configure failed"
 
@@ -116,7 +116,7 @@
 src_install() {
 	vdr-plugin_src_install
 
-	cd ${S}
+	cd "${S}"
 
 	insinto "${VDR_PLUGIN_DIR}"
 	doins libsoftdevice-*.so.*



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-21  9:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-21  9:56 [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-softdevice: vdr-softdevice-0.3.0-r1.ebuild vdr-softdevice-0.3.1-r2.ebuild vdr-softdevice-0.3.1.20061217.ebuild ChangeLog vdr-softdevice-0.4.0.ebuild vdr-softdevice-0.4.0.20070711.ebuild vdr-softdevice-0.3.1.20070410.ebuild vdr-softdevice-0.4.0.20070711-r1.ebuild vdr-softdevice-0.3.1.20070313.ebuild vdr-softdevice-0.3.1.20061124.ebuild Matthias Schwarzott (zzam)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox