summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 11:14:27 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 11:14:27 +0000
commit90424ce9b6c3b5294244693180d2c19bb53e10f0 (patch)
tree3c266d1a86de98528970cef74b39ea906fef6b59 /media-tv/freevo
parentfixing dependencies per bug #200493 and cleaning old revisions (diff)
downloadgentoo-2-90424ce9b6c3b5294244693180d2c19bb53e10f0.tar.gz
gentoo-2-90424ce9b6c3b5294244693180d2c19bb53e10f0.tar.bz2
gentoo-2-90424ce9b6c3b5294244693180d2c19bb53e10f0.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-tv/freevo')
-rw-r--r--media-tv/freevo/ChangeLog7
-rw-r--r--media-tv/freevo/freevo-1.5.4-r2.ebuild4
-rw-r--r--media-tv/freevo/freevo-1.5.4.ebuild4
-rw-r--r--media-tv/freevo/freevo-1.6.0.ebuild4
-rw-r--r--media-tv/freevo/freevo-1.6.1.ebuild4
-rw-r--r--media-tv/freevo/freevo-1.7.2.ebuild8
-rw-r--r--media-tv/freevo/freevo-1.7.3.ebuild8
7 files changed, 22 insertions, 17 deletions
diff --git a/media-tv/freevo/ChangeLog b/media-tv/freevo/ChangeLog
index d793c61e288b..8d2e144cc8d1 100644
--- a/media-tv/freevo/ChangeLog
+++ b/media-tv/freevo/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/freevo
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.53 2007/10/06 20:15:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/ChangeLog,v 1.54 2007/11/27 11:14:27 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> freevo-1.5.4.ebuild,
+ freevo-1.5.4-r2.ebuild, freevo-1.6.0.ebuild, freevo-1.6.1.ebuild,
+ freevo-1.7.2.ebuild, freevo-1.7.3.ebuild:
+ Fixed quoting.
06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> freevo-1.7.2.ebuild:
ppc stable, bug #190238
diff --git a/media-tv/freevo/freevo-1.5.4-r2.ebuild b/media-tv/freevo/freevo-1.5.4-r2.ebuild
index 004f44a1879d..9773a63ff8df 100644
--- a/media-tv/freevo/freevo-1.5.4-r2.ebuild
+++ b/media-tv/freevo/freevo-1.5.4-r2.ebuild
@@ -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/freevo/freevo-1.5.4-r2.ebuild,v 1.5 2007/07/02 15:20:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.5.4-r2.ebuild,v 1.6 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -55,7 +55,7 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
newins "${FILESDIR}"/xbox-lircrc lircrc
fi
diff --git a/media-tv/freevo/freevo-1.5.4.ebuild b/media-tv/freevo/freevo-1.5.4.ebuild
index 0f6557589402..cdf8eb0b3a55 100644
--- a/media-tv/freevo/freevo-1.5.4.ebuild
+++ b/media-tv/freevo/freevo-1.5.4.ebuild
@@ -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/freevo/freevo-1.5.4.ebuild,v 1.10 2007/07/02 15:20:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.5.4.ebuild,v 1.11 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -45,7 +45,7 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
newins "${FILESDIR}"/xbox-lircrc lircrc
fi
diff --git a/media-tv/freevo/freevo-1.6.0.ebuild b/media-tv/freevo/freevo-1.6.0.ebuild
index eae7ecd4ff38..8f5d8017b993 100644
--- a/media-tv/freevo/freevo-1.6.0.ebuild
+++ b/media-tv/freevo/freevo-1.6.0.ebuild
@@ -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/freevo/freevo-1.6.0.ebuild,v 1.6 2007/07/02 15:20:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.6.0.ebuild,v 1.7 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -56,7 +56,7 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
newins "${FILESDIR}"/xbox-lircrc lircrc
fi
diff --git a/media-tv/freevo/freevo-1.6.1.ebuild b/media-tv/freevo/freevo-1.6.1.ebuild
index eed0fda2999f..b2221c2c7872 100644
--- a/media-tv/freevo/freevo-1.6.1.ebuild
+++ b/media-tv/freevo/freevo-1.6.1.ebuild
@@ -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/freevo/freevo-1.6.1.ebuild,v 1.5 2007/07/02 15:20:44 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.6.1.ebuild,v 1.6 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -56,7 +56,7 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
newins "${FILESDIR}"/xbox-lircrc lircrc
fi
diff --git a/media-tv/freevo/freevo-1.7.2.ebuild b/media-tv/freevo/freevo-1.7.2.ebuild
index c00618c0b1f6..686f74adda00 100644
--- a/media-tv/freevo/freevo-1.7.2.ebuild
+++ b/media-tv/freevo/freevo-1.7.2.ebuild
@@ -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/freevo/freevo-1.7.2.ebuild,v 1.5 2007/10/06 20:15:43 dertobi123 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.7.2.ebuild,v 1.6 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -82,8 +82,8 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
- newins ${FILESDIR}/xbox-lircrc lircrc
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
+ newins "${FILESDIR}"/xbox-lircrc lircrc
fi
if use X; then
@@ -110,7 +110,7 @@ src_install() {
use doc &&
cp -r Docs/{installation,html,plugin_writing} "${D}/usr/share/doc/${PF}"
- use nls || rm -rf ${D}/usr/share/locale
+ use nls || rm -rf "${D}"/usr/share/locale
# Create a default freevo setup
cd "${S}/src"
diff --git a/media-tv/freevo/freevo-1.7.3.ebuild b/media-tv/freevo/freevo-1.7.3.ebuild
index 27e773e67b49..0497512507e6 100644
--- a/media-tv/freevo/freevo-1.7.3.ebuild
+++ b/media-tv/freevo/freevo-1.7.3.ebuild
@@ -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/freevo/freevo-1.7.3.ebuild,v 1.1 2007/08/23 01:06:29 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/freevo-1.7.3.ebuild,v 1.2 2007/11/27 11:14:27 zzam Exp $
inherit distutils
@@ -82,8 +82,8 @@ src_install() {
newins local_conf.py.example local_conf.py
if [ "${PROFILE_ARCH}" == "xbox" ]; then
- sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" ${D}/etc/freevo/local_conf.py
- newins ${FILESDIR}/xbox-lircrc lircrc
+ sed -i -e "s/# MPLAYER_AO_DEV.*/MPLAYER_AO_DEV='alsa1x'/" "${D}"/etc/freevo/local_conf.py
+ newins "${FILESDIR}"/xbox-lircrc lircrc
fi
if use X; then
@@ -110,7 +110,7 @@ src_install() {
use doc &&
cp -r Docs/{installation,html,plugin_writing} "${D}/usr/share/doc/${PF}"
- use nls || rm -rf ${D}/usr/share/locale
+ use nls || rm -rf "${D}"/usr/share/locale
# Create a default freevo setup
cd "${S}/src"