diff options
author | 2008-09-14 11:44:30 +0000 | |
---|---|---|
committer | 2008-09-14 11:44:30 +0000 | |
commit | c8c56ecba697a813e49010913ddc3c31063aaba6 (patch) | |
tree | f6f65cf04f33d021321d7315a68b452f5dc2a6b6 | |
parent | Compatibility fixes for recent versions of splashutils and baselayout-2 (bug ... (diff) | |
download | gentoo-2-c8c56ecba697a813e49010913ddc3c31063aaba6.tar.gz gentoo-2-c8c56ecba697a813e49010913ddc3c31063aaba6.tar.bz2 gentoo-2-c8c56ecba697a813e49010913ddc3c31063aaba6.zip |
Fix quoting in all ebuilds.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26 x86_64)
8 files changed, 41 insertions, 34 deletions
diff --git a/media-gfx/splash-themes-livecd/ChangeLog b/media-gfx/splash-themes-livecd/ChangeLog index 2a265a32dfe3..eb332463ca8d 100644 --- a/media-gfx/splash-themes-livecd/ChangeLog +++ b/media-gfx/splash-themes-livecd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/splash-themes-livecd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.18 2008/09/14 11:38:47 spock Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/ChangeLog,v 1.19 2008/09/14 11:44:30 spock Exp $ + + 14 Sep 2008; Michał Januszewski <spock@gentoo.org> + splash-themes-livecd-2004.3.ebuild, splash-themes-livecd-2005.0.ebuild, + splash-themes-livecd-2005.1.ebuild, splash-themes-livecd-2006.0.ebuild, + splash-themes-livecd-2006.1.ebuild, splash-themes-livecd-2007.0.ebuild, + splash-themes-livecd-2007.0-r1.ebuild: + Fix quoting in all ebuilds. *splash-themes-livecd-2007.0-r2 (14 Sep 2008) diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild index 5c093ca2057a..ee085eb8c115 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild,v 1.5 2007/02/15 15:23:20 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2004.3.ebuild,v 1.6 2008/09/14 11:44:30 spock Exp $ -S=${WORKDIR}/livecd-${PV} +S="${WORKDIR}/livecd-${PV}" DESCRIPTION="Gentoo theme for gensplash consoles" HOMEPAGE="http://www.gentoo.org/" SRC_URI="http://dev.gentoo.org/~wolf31o2/sources/${PN}/${PF}.tar.bz2" @@ -17,5 +17,5 @@ DEPEND="media-gfx/splashutils" src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild index 5bff31fffa36..314be5d7c426 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.5 2007/08/15 10:01:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.0.ebuild,v 1.6 2008/09/14 11:44:30 spock Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.1" @@ -16,7 +16,7 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-0.9.1" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} @@ -26,5 +26,5 @@ src_unpack() { src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild index c63569b77177..3950e7736295 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild,v 1.5 2007/08/15 10:01:40 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2005.1.ebuild,v 1.6 2008/09/14 11:44:30 spock Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.2" @@ -16,16 +16,16 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.1.9.7" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e '/^\/bin\/umount -l "\/etc\/splash\/${SPLASH_THEME}"$/s/^\(.*\)$/\1 \&>\/dev\/null/' scripts/rc_exit-post sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre } src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild index 782d9e781a58..6cd5085f201b 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild,v 1.4 2007/11/07 00:13:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.0.ebuild,v 1.5 2008/09/14 11:44:30 spock Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.3" @@ -16,15 +16,15 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.1.9.7" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre } src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild index d8ba69463b3e..3ffe5d89208a 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild,v 1.4 2007/11/07 00:13:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2006.1.ebuild,v 1.5 2008/09/14 11:44:30 spock Exp $ MY_P="gentoo-livecd-${PV}" MY_REV="0.9.4" @@ -16,15 +16,15 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.1.9.10-r1" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre } src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild index d3fad3afc3d7..11d33b449177 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild,v 1.2 2007/11/07 00:13:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0-r1.ebuild,v 1.3 2008/09/14 11:44:30 spock Exp $ inherit eutils @@ -18,7 +18,7 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.4.1" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" pkg_setup() { if ! built_with_use media-gfx/splashutils mng @@ -30,7 +30,7 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' \ scripts/rc_init-pre epatch "${FILESDIR}"/${P}-rounding.patch @@ -38,5 +38,5 @@ src_unpack() { src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } diff --git a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild index fe3dbd7b06e3..3a2c4b1d6ab9 100644 --- a/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild +++ b/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild,v 1.4 2007/11/07 00:13:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/splash-themes-livecd/splash-themes-livecd-2007.0.ebuild,v 1.5 2008/09/14 11:44:30 spock Exp $ inherit eutils @@ -18,7 +18,7 @@ RESTRICT="binchecks strip" DEPEND=">=media-gfx/splashutils-1.4.1" -S=${WORKDIR}/${MY_P} +S="${WORKDIR}/${MY_P}" pkg_setup() { if ! built_with_use media-gfx/splashutils mng @@ -30,11 +30,11 @@ pkg_setup() { src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -i -e 's-/sbin/functions.sh-/etc/init.d/functions.sh-' scripts/rc_init-pre } src_install() { dodir /etc/splash/livecd-${PV} - cp -r ${S}/* ${D}/etc/splash/livecd-${PV} + cp -r "${S}"/* "${D}"/etc/splash/livecd-${PV} } |