summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 14:14:27 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 14:14:27 +0000
commiteda38f852ca60c5e21406148d3bcbea7d841cd9a (patch)
tree65d33857c5d4719c9e20ee94b1e39ef43237c37e /media-video/lives
parentrev-bump to force rebuild for users with more current codebase (diff)
downloadgentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.tar.gz
gentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.tar.bz2
gentoo-2-eda38f852ca60c5e21406148d3bcbea7d841cd9a.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/lives')
-rw-r--r--media-video/lives/ChangeLog7
-rw-r--r--media-video/lives/lives-0.9.1.ebuild6
-rw-r--r--media-video/lives/lives-0.9.5.ebuild10
-rw-r--r--media-video/lives/lives-0.9.5_pre3.ebuild10
-rw-r--r--media-video/lives/lives-0.9.7.ebuild8
-rw-r--r--media-video/lives/lives-0.9.8.5.ebuild8
-rw-r--r--media-video/lives/lives-0.9.8.6.ebuild6
7 files changed, 30 insertions, 25 deletions
diff --git a/media-video/lives/ChangeLog b/media-video/lives/ChangeLog
index 1092820dc08f..155d0031a0d9 100644
--- a/media-video/lives/ChangeLog
+++ b/media-video/lives/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-video/lives
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.23 2007/08/26 09:15:18 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/ChangeLog,v 1.24 2007/11/27 14:14:27 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> lives-0.9.1.ebuild,
+ lives-0.9.5_pre3.ebuild, lives-0.9.5.ebuild, lives-0.9.7.ebuild,
+ lives-0.9.8.5.ebuild, lives-0.9.8.6.ebuild:
+ Fixed quoting.
*lives-0.9.8.6 (26 Aug 2007)
diff --git a/media-video/lives/lives-0.9.1.ebuild b/media-video/lives/lives-0.9.1.ebuild
index 78ed27425117..2a32fa3eed1c 100644
--- a/media-video/lives/lives-0.9.1.ebuild
+++ b/media-video/lives/lives-0.9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.7 2006/11/13 15:24:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.1.ebuild,v 1.8 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -48,6 +48,6 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
}
diff --git a/media-video/lives/lives-0.9.5.ebuild b/media-video/lives/lives-0.9.5.ebuild
index a6cef0e316bf..d642c70fccb8 100644
--- a/media-video/lives/lives-0.9.5.ebuild
+++ b/media-video/lives/lives-0.9.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v 1.5 2006/11/13 15:24:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5.ebuild,v 1.6 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -47,8 +47,8 @@ src_unpack() {
unpack ${A}
# hardcoding -03 is wrong!
sed -i -e "s:-O3::g" \
- ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
- grep -r O3 ${S}
+ "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
+ grep -r O3 "${S}"
}
src_compile() {
@@ -60,6 +60,6 @@ src_compile() {
src_install() {
dodir /usr/share/lives/icons
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
}
diff --git a/media-video/lives/lives-0.9.5_pre3.ebuild b/media-video/lives/lives-0.9.5_pre3.ebuild
index c90ef2bf361b..319354a533cf 100644
--- a/media-video/lives/lives-0.9.5_pre3.ebuild
+++ b/media-video/lives/lives-0.9.5_pre3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild,v 1.3 2006/11/13 15:24:20 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.5_pre3.ebuild,v 1.4 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -46,7 +46,7 @@ src_unpack() {
}
src_compile() {
- cd ${WORKDIR}/${PN}-${MY_PV}
+ cd "${WORKDIR}"/${PN}-${MY_PV}
use amd64 && append-flags -fPIC -DPIC
econf \
$(use_enable libvisual) || die "configure failed"
@@ -54,7 +54,7 @@ src_compile() {
}
src_install() {
- cd ${WORKDIR}/${PN}-${MY_PV}
- emake DESTDIR=${D} install || die
+ cd "${WORKDIR}"/${PN}-${MY_PV}
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
}
diff --git a/media-video/lives/lives-0.9.7.ebuild b/media-video/lives/lives-0.9.7.ebuild
index 8733209e1b46..29b4388df1bd 100644
--- a/media-video/lives/lives-0.9.7.ebuild
+++ b/media-video/lives/lives-0.9.7.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.1 2006/10/06 22:36:43 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.7.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -42,7 +42,7 @@ src_unpack() {
unpack ${A}
# hardcoding -03 is wrong!
sed -i -e "s:-O3::g" \
- ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
+ "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
}
src_compile() {
@@ -55,6 +55,6 @@ src_compile() {
src_install() {
dodir /usr/share/lives/icons
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
}
diff --git a/media-video/lives/lives-0.9.8.5.ebuild b/media-video/lives/lives-0.9.8.5.ebuild
index 7d71c0b4bf7c..1758b6f03cad 100644
--- a/media-video/lives/lives-0.9.8.5.ebuild
+++ b/media-video/lives/lives-0.9.8.5.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-video/lives/lives-0.9.8.5.ebuild,v 1.1 2007/06/04 14:21:38 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.5.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -42,8 +42,8 @@ src_unpack() {
unpack ${A}
# hardcoding -03 is wrong!
sed -i -e "s:-O3::g" \
- ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
- cd ${S}
+ "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
+ cd "${S}"
epatch "${FILESDIR}/${P}-install-paths.patch"
}
@@ -58,6 +58,6 @@ src_compile() {
src_install() {
dodir /usr/share/pixmaps
dodir /usr/share/applications
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS CHANGELOG FEATURES GETTING.STARTED
}
diff --git a/media-video/lives/lives-0.9.8.6.ebuild b/media-video/lives/lives-0.9.8.6.ebuild
index c7dd1d94c853..c625d37cbddc 100644
--- a/media-video/lives/lives-0.9.8.6.ebuild
+++ b/media-video/lives/lives-0.9.8.6.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-video/lives/lives-0.9.8.6.ebuild,v 1.1 2007/08/26 09:15:18 lu_zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/lives/lives-0.9.8.6.ebuild,v 1.2 2007/11/27 14:14:27 zzam Exp $
inherit flag-o-matic
@@ -42,7 +42,7 @@ src_unpack() {
unpack ${A}
# hardcoding -03 is wrong!
sed -i -e "s:-O3::g" \
- ${S}/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
+ "${S}"/{,src,lives-plugins,lives-plugins/plugins/playback/video,lives-plugins/weed-plugins}/Makefile*
}
src_compile() {
@@ -56,6 +56,6 @@ src_compile() {
src_install() {
dodir /usr/share/pixmaps
dodir /usr/share/applications
- make DESTDIR=${D} install || die
+ make DESTDIR="${D}" install || die
dodoc AUTHORS FEATURES GETTING.STARTED
}