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 | c1f27be18bfcc5292c0ac905fa9be7b096e2b4d6 (patch) | |
tree | f8f56ac15278b1c193d08a1e3f6c2a2cc4969a52 /media-video/submux-dvd | |
parent | QA - inherit eutils. (diff) | |
download | historical-c1f27be18bfcc5292c0ac905fa9be7b096e2b4d6.tar.gz historical-c1f27be18bfcc5292c0ac905fa9be7b096e2b4d6.tar.bz2 historical-c1f27be18bfcc5292c0ac905fa9be7b096e2b4d6.zip |
QA - inherit eutils, don't assign default S.
Diffstat (limited to 'media-video/submux-dvd')
-rw-r--r-- | media-video/submux-dvd/Manifest | 2 | ||||
-rw-r--r-- | media-video/submux-dvd/submux-dvd-0.5.ebuild | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/media-video/submux-dvd/Manifest b/media-video/submux-dvd/Manifest index 4e2056971e84..2ac809c4b55d 100644 --- a/media-video/submux-dvd/Manifest +++ b/media-video/submux-dvd/Manifest @@ -1,4 +1,4 @@ -MD5 e4eeb6c7984207f488e2af05618d39be submux-dvd-0.5.ebuild 823 +MD5 fbc25be61132ce2d34f16eca172a76fc submux-dvd-0.5.ebuild 807 MD5 3120c42fd626d7ec3c30ed0c075b6319 ChangeLog 545 MD5 3ba625acf04e8d0d32263c38d31a715f metadata.xml 221 MD5 52fd9d363499583243fa51164bd848aa files/submux-dvd-0.5.patch 302 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} |