diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 10:44:23 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-17 10:44:23 +0000 |
commit | 0e8dc32050c0e63147fd40f3eb03a0944a2c0a1f (patch) | |
tree | 452d412b3768d00588fc476091767d4c95074d3b /media-video | |
parent | QA - inherit eutils. (Manifest recommit) (diff) | |
download | gentoo-2-0e8dc32050c0e63147fd40f3eb03a0944a2c0a1f.tar.gz gentoo-2-0e8dc32050c0e63147fd40f3eb03a0944a2c0a1f.tar.bz2 gentoo-2-0e8dc32050c0e63147fd40f3eb03a0944a2c0a1f.zip |
QA - inherit eutils, don't assign default S.
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/submux-dvd/submux-dvd-0.5.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/submux-dvd/submux-dvd-0.5.ebuild b/media-video/submux-dvd/submux-dvd-0.5.ebuild index fbb0f20db441..fb5b81f671b7 100644 --- a/media-video/submux-dvd/submux-dvd-0.5.ebuild +++ b/media-video/submux-dvd/submux-dvd-0.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.ebuild,v 1.2 2004/06/09 12:16:57 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/submux-dvd/submux-dvd-0.5.ebuild,v 1.3 2004/06/17 10:44:23 kloeri Exp $ + +inherit eutils DESCRIPTION="A subtitle multiplexer, muxes subtitles into .vob" HOMEPAGE="http://home.zonnet.nl/panteltje/dvd/" @@ -10,9 +12,6 @@ SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" -#RDEPEND="" - -S=${WORKDIR}/${P} src_unpack() { unpack ${A} |