diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 11:40:27 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-11-27 11:40:27 +0000 |
commit | 8af2d17714a1c7bc06fad037b6a675f6b459d6c9 (patch) | |
tree | 04d171e4775fd147e3c56a29c5dd0fc0a25b428f /media-video/vdrsync | |
parent | fix .gz to .bz2 in mailman einfo (diff) | |
download | historical-8af2d17714a1c7bc06fad037b6a675f6b459d6c9.tar.gz historical-8af2d17714a1c7bc06fad037b6a675f6b459d6c9.tar.bz2 historical-8af2d17714a1c7bc06fad037b6a675f6b459d6c9.zip |
Fixed quoting.
Package-Manager: portage-2.1.4_rc3
Diffstat (limited to 'media-video/vdrsync')
-rw-r--r-- | media-video/vdrsync/ChangeLog | 8 | ||||
-rw-r--r-- | media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/media-video/vdrsync/ChangeLog b/media-video/vdrsync/ChangeLog index a444e9136d87..e321c5971489 100644 --- a/media-video/vdrsync/ChangeLog +++ b/media-video/vdrsync/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/vdrsync -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.10 2006/10/24 12:15:36 zzam Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/ChangeLog,v 1.11 2007/11/27 11:35:34 zzam Exp $ + + 27 Nov 2007; Matthias Schwarzott <zzam@gentoo.org> + vdrsync-0.1.3_pre050322-r1.ebuild: + Fixed quoting. 24 Oct 2006; Matthias Schwarzott <zzam@gentoo.org> -vdrsync-0.1.3_pre050322.ebuild: diff --git a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild b/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild index aa0cfaab3a53..fc5f1b3b657a 100644 --- a/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild +++ b/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.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/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.3 2007/07/12 02:40:42 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vdrsync/vdrsync-0.1.3_pre050322-r1.ebuild,v 1.4 2007/11/27 11:35:34 zzam Exp $ inherit eutils @@ -32,11 +32,11 @@ S=${WORKDIR}/${MY_P} src_unpack() { unpack ${A} - cd ${S} + cd "${S}" sed -e "s:/usr/X11R6/lib/X11/fonts/truetype/arial.ttf:/usr/share/fonts/corefonts/arial.ttf:g" \ -i dvd-menu.pl - epatch ${FILESDIR}/${P}-path.diff + epatch "${FILESDIR}/${P}-path.diff" } # vdrsync/dvd-menu use hardcoded tmp-directory for large (up to and # greater than 1G). Uncomment and change the next two lines to your |