diff options
author | 2008-05-15 16:52:22 +0000 | |
---|---|---|
committer | 2008-05-15 16:52:22 +0000 | |
commit | 47ec719c20c679a14115e317cb5cfd06f6f6ef62 (patch) | |
tree | dda1344f1353cce6af3db6a21d0aa9f459769f34 /media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild | |
parent | Remove mask app-laptop/omnibook-svn. (diff) | |
download | gentoo-2-47ec719c20c679a14115e317cb5cfd06f6f6ef62.tar.gz gentoo-2-47ec719c20c679a14115e317cb5cfd06f6f6ef62.tar.bz2 gentoo-2-47ec719c20c679a14115e317cb5cfd06f6f6ef62.zip |
Version bumped. Fixed quoting.
(Portage version: 2.1.5)
Diffstat (limited to 'media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild')
-rw-r--r-- | media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild b/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild index f00a4c4d3f44..b124eff6d88a 100644 --- a/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild +++ b/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.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-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild,v 1.4 2007/07/10 23:09:00 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-bitstreamout/vdr-bitstreamout-0.85-r2.ebuild,v 1.5 2008/05/15 16:52:22 zzam Exp $ IUSE="" @@ -19,16 +19,16 @@ DEPEND=">=media-video/vdr-1.2.6 >=media-libs/libmad-0.14.2b-r2 " -PATCHES="${FILESDIR}/${P}-bitopts.diff" +PATCHES=("${FILESDIR}/${P}-bitopts.diff") src_install() { vdr-plugin_src_install doman vdr-bitstreamout.5 dodoc ChangeLog Description PROBLEMS - dodoc ${S}/doc/* + dodoc "${S}"/doc/* - cd ${S}/mute + cd "${S}"/mute dodoc README* insinto /usr/share/vdr/bitstreamout |