public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.20.2_p14324.ebuild mythtv-0.20.2_p14498.ebuild mythtv-0.21_pre14513.ebuild mythtv-0.21_pre14666.ebuild
@ 2007-11-27 11:20 Matthias Schwarzott (zzam)
  0 siblings, 0 replies; only message in thread
From: Matthias Schwarzott (zzam) @ 2007-11-27 11:20 UTC (permalink / raw
  To: gentoo-commits

zzam        07/11/27 11:20:18

  Modified:             ChangeLog mythtv-0.20.2_p14668.ebuild
                        mythtv-0.20.2_p14324.ebuild
                        mythtv-0.20.2_p14498.ebuild
                        mythtv-0.21_pre14513.ebuild
                        mythtv-0.21_pre14666.ebuild
  Log:
  Fixed quoting.
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.195                media-tv/mythtv/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.195&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?rev=1.195&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/ChangeLog?r1=1.194&r2=1.195

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- ChangeLog	14 Nov 2007 22:47:49 -0000	1.194
+++ ChangeLog	27 Nov 2007 11:20:18 -0000	1.195
@@ -1,6 +1,12 @@
 # ChangeLog for media-tv/mythtv
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.194 2007/11/14 22:47:49 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.195 2007/11/27 11:20:18 zzam Exp $
+
+  27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org>
+  mythtv-0.20.2_p14324.ebuild, mythtv-0.20.2_p14498.ebuild,
+  mythtv-0.20.2_p14668.ebuild, mythtv-0.21_pre14513.ebuild,
+  mythtv-0.21_pre14666.ebuild:
+  Fixed quoting.
 
 *mythtv-0.20.2_p14814 (14 Nov 2007)
 



1.2                  media-tv/mythtv/mythtv-0.20.2_p14668.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild?r1=1.1&r2=1.2

Index: mythtv-0.20.2_p14668.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.20.2_p14668.ebuild	12 Oct 2007 18:55:18 -0000	1.1
+++ mythtv-0.20.2_p14668.ebuild	27 Nov 2007 11:20:18 -0000	1.2
@@ -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-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v 1.1 2007/10/12 18:55:18 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14668.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
 
 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
 
@@ -228,7 +228,7 @@
 #			die	"failed to compile firewire_tester"
 	fi
 
-	cd ${S}/contrib/channel_changers
+	cd "${S}"/contrib/channel_changers
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
 		die "failed to compile red_eye"
 }
@@ -247,8 +247,8 @@
 		exeinto /usr/share/mythtv
 		doexe "${FILESDIR}/mythfilldatabase.cron"
 
-		newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
-		newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
+		newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
+		newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
 	fi
 
 	dodoc keys.txt docs/*.{txt,pdf}
@@ -273,7 +273,7 @@
 
 		if use autostart; then
 			dodir /etc/env.d/
-			echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
+			echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
 
 			insinto /home/mythtv
 			newins "${FILESDIR}"/bash_profile .bash_profile



1.3                  media-tv/mythtv/mythtv-0.20.2_p14324.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild?r1=1.2&r2=1.3

Index: mythtv-0.20.2_p14324.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-0.20.2_p14324.ebuild	29 Aug 2007 15:07:16 -0000	1.2
+++ mythtv-0.20.2_p14324.ebuild	27 Nov 2007 11:20:18 -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-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v 1.2 2007/08/29 15:07:16 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14324.ebuild,v 1.3 2007/11/27 11:20:18 zzam Exp $
 
 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
 
@@ -227,7 +227,7 @@
 #			die	"failed to compile firewire_tester"
 	fi
 
-	cd ${S}/contrib/channel_changers
+	cd "${S}"/contrib/channel_changers
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
 		die "failed to compile red_eye"
 }
@@ -246,8 +246,8 @@
 		exeinto /usr/share/mythtv
 		doexe "${FILESDIR}/mythfilldatabase.cron"
 
-		newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
-		newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
+		newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
+		newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
 	fi
 
 	dodoc keys.txt docs/*.{txt,pdf}
@@ -272,7 +272,7 @@
 
 		if use autostart; then
 			dodir /etc/env.d/
-			echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
+			echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
 
 			insinto /home/mythtv
 			newins "${FILESDIR}"/bash_profile .bash_profile



1.2                  media-tv/mythtv/mythtv-0.20.2_p14498.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild?r1=1.1&r2=1.2

Index: mythtv-0.20.2_p14498.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.20.2_p14498.ebuild	21 Sep 2007 16:45:25 -0000	1.1
+++ mythtv-0.20.2_p14498.ebuild	27 Nov 2007 11:20:18 -0000	1.2
@@ -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-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v 1.1 2007/09/21 16:45:25 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20.2_p14498.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
 
 inherit mythtv flag-o-matic multilib eutils qt3 subversion toolchain-funcs
 
@@ -228,7 +228,7 @@
 #			die	"failed to compile firewire_tester"
 	fi
 
-	cd ${S}/contrib/channel_changers
+	cd "${S}"/contrib/channel_changers
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
 		die "failed to compile red_eye"
 }
@@ -247,8 +247,8 @@
 		exeinto /usr/share/mythtv
 		doexe "${FILESDIR}/mythfilldatabase.cron"
 
-		newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
-		newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
+		newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
+		newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
 	fi
 
 	dodoc keys.txt docs/*.{txt,pdf}
@@ -273,7 +273,7 @@
 
 		if use autostart; then
 			dodir /etc/env.d/
-			echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
+			echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
 
 			insinto /home/mythtv
 			newins "${FILESDIR}"/bash_profile .bash_profile



1.3                  media-tv/mythtv/mythtv-0.21_pre14513.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild?r1=1.2&r2=1.3

Index: mythtv-0.21_pre14513.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mythtv-0.21_pre14513.ebuild	27 Sep 2007 14:24:42 -0000	1.2
+++ mythtv-0.21_pre14513.ebuild	27 Nov 2007 11:20:18 -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-tv/mythtv/mythtv-0.21_pre14513.ebuild,v 1.2 2007/09/27 14:24:42 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14513.ebuild,v 1.3 2007/11/27 11:20:18 zzam Exp $
 
 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
 
@@ -201,7 +201,7 @@
 #			die	"failed to compile firewire_tester"
 	fi
 
-	cd ${S}/contrib/channel_changers
+	cd "${S}"/contrib/channel_changers
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
 		die "failed to compile red_eye"
 }
@@ -219,8 +219,8 @@
 	exeinto /usr/share/mythtv
 	doexe "${FILESDIR}/mythfilldatabase.cron"
 
-	newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
-	newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
+	newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
+	newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
 
 	dodoc keys.txt docs/*.{txt,pdf}
 	dohtml docs/*.html
@@ -243,7 +243,7 @@
 
 	if use autostart; then
 		dodir /etc/env.d/
-		echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
+		echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
 
 		insinto /home/mythtv
 		newins "${FILESDIR}"/bash_profile .bash_profile



1.2                  media-tv/mythtv/mythtv-0.21_pre14666.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild?r1=1.1&r2=1.2

Index: mythtv-0.21_pre14666.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mythtv-0.21_pre14666.ebuild	12 Oct 2007 18:55:18 -0000	1.1
+++ mythtv-0.21_pre14666.ebuild	27 Nov 2007 11:20:18 -0000	1.2
@@ -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-tv/mythtv/mythtv-0.21_pre14666.ebuild,v 1.1 2007/10/12 18:55:18 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.21_pre14666.ebuild,v 1.2 2007/11/27 11:20:18 zzam Exp $
 
 inherit flag-o-matic multilib eutils qt3 mythtv subversion toolchain-funcs
 
@@ -201,7 +201,7 @@
 #			die	"failed to compile firewire_tester"
 	fi
 
-	cd ${S}/contrib/channel_changers
+	cd "${S}"/contrib/channel_changers
 	$(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../red_eye red_eye.c ${LDFLAGS} || \
 		die "failed to compile red_eye"
 }
@@ -219,8 +219,8 @@
 	exeinto /usr/share/mythtv
 	doexe "${FILESDIR}/mythfilldatabase.cron"
 
-	newinitd ${FILESDIR}/mythbackend-0.18.2.rc mythbackend
-	newconfd ${FILESDIR}/mythbackend-0.18.2.conf mythbackend
+	newinitd "${FILESDIR}"/mythbackend-0.18.2.rc mythbackend
+	newconfd "${FILESDIR}"/mythbackend-0.18.2.conf mythbackend
 
 	dodoc keys.txt docs/*.{txt,pdf}
 	dohtml docs/*.html
@@ -243,7 +243,7 @@
 
 	if use autostart; then
 		dodir /etc/env.d/
-		echo 'CONFIG_PROTECT="/home/mythtv/"' > ${D}/etc/env.d/95mythtv
+		echo 'CONFIG_PROTECT="/home/mythtv/"' > "${D}"/etc/env.d/95mythtv
 
 		insinto /home/mythtv
 		newins "${FILESDIR}"/bash_profile .bash_profile



-- 
gentoo-commits@gentoo.org mailing list



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

only message in thread, other threads:[~2007-11-27 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 11:20 [gentoo-commits] gentoo-x86 commit in media-tv/mythtv: ChangeLog mythtv-0.20.2_p14668.ebuild mythtv-0.20.2_p14324.ebuild mythtv-0.20.2_p14498.ebuild mythtv-0.21_pre14513.ebuild mythtv-0.21_pre14666.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