diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 12:25:13 +0000 |
commit | 939529762a276aa3d504aa5581cd50b64d61d385 (patch) | |
tree | d320cebeaf129ff90caf2f94d54e2cc181e6cfc3 /media-video/effectv | |
parent | Stable on x86 and amd64. (diff) | |
download | historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.gz historical-939529762a276aa3d504aa5581cd50b64d61d385.tar.bz2 historical-939529762a276aa3d504aa5581cd50b64d61d385.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/effectv')
-rw-r--r-- | media-video/effectv/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/effectv/effectv-0.3.10.ebuild | 6 | ||||
-rw-r--r-- | media-video/effectv/effectv-0.3.11.ebuild | 6 |
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" |