summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:00:34 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2007-11-27 12:00:34 +0000
commit235e86f197a25f24d63656175cc5ec5e41b02430 (patch)
tree05f333c152dc82b6deff84d62992145bedae73c1 /media-video/effectv
parentFixed quoting. (diff)
downloadgentoo-2-235e86f197a25f24d63656175cc5ec5e41b02430.tar.gz
gentoo-2-235e86f197a25f24d63656175cc5ec5e41b02430.tar.bz2
gentoo-2-235e86f197a25f24d63656175cc5ec5e41b02430.zip
Fixed quoting.
(Portage version: 2.1.4_rc3)
Diffstat (limited to 'media-video/effectv')
-rw-r--r--media-video/effectv/ChangeLog8
-rw-r--r--media-video/effectv/effectv-0.3.10.ebuild6
-rw-r--r--media-video/effectv/effectv-0.3.11.ebuild6
3 files changed, 12 insertions, 8 deletions
diff --git a/media-video/effectv/ChangeLog b/media-video/effectv/ChangeLog
index 4dcbb9cef9d7..bc08c05421d1 100644
--- a/media-video/effectv/ChangeLog
+++ b/media-video/effectv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-video/effectv
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.4 2006/09/15 20:34:08 zzam Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/ChangeLog,v 1.5 2007/11/27 12:00:34 zzam Exp $
+
+ 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> effectv-0.3.10.ebuild,
+ effectv-0.3.11.ebuild:
+ Fixed quoting.
*effectv-0.3.11 (15 Sep 2006)
diff --git a/media-video/effectv/effectv-0.3.10.ebuild b/media-video/effectv/effectv-0.3.10.ebuild
index 24573f93cb33..2a045fea3aa9 100644
--- a/media-video/effectv/effectv-0.3.10.ebuild
+++ b/media-video/effectv/effectv-0.3.10.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/effectv/effectv-0.3.10.ebuild,v 1.4 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.10.ebuild,v 1.5 2007/11/27 12:00:34 zzam Exp $
inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@ DEPEND="x86? ( dev-lang/nasm )
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${P}-makefile.patch"
epatch "${FILESDIR}/${P}-trunc-name-collision.patch"
}
diff --git a/media-video/effectv/effectv-0.3.11.ebuild b/media-video/effectv/effectv-0.3.11.ebuild
index 3e1e67fbdb16..43b6644c245d 100644
--- a/media-video/effectv/effectv-0.3.11.ebuild
+++ b/media-video/effectv/effectv-0.3.11.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/effectv/effectv-0.3.11.ebuild,v 1.2 2007/07/12 02:40:42 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/effectv/effectv-0.3.11.ebuild,v 1.3 2007/11/27 12:00:34 zzam Exp $
inherit eutils toolchain-funcs
@@ -16,7 +16,7 @@ DEPEND="x86? ( dev-lang/nasm )
src_unpack() {
unpack ${A}
- cd ${S}
+ cd "${S}"
epatch "${FILESDIR}/${PN}-0.3.10-makefile.patch"
epatch "${FILESDIR}/${PN}-0.3.10-trunc-name-collision.patch"
epatch "${FILESDIR}/${P}-timedist.patch"