diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:11:11 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 22:11:11 +0000 |
commit | d727ba9752b9347c53d6a0249d56d0197b0a2daa (patch) | |
tree | 58153cfaf3c69ee4fffd764cb6750b65cb0fe79b /media-video/streamdvd | |
parent | don't assign S=${WORKDIR}/${P} (diff) | |
download | historical-d727ba9752b9347c53d6a0249d56d0197b0a2daa.tar.gz historical-d727ba9752b9347c53d6a0249d56d0197b0a2daa.tar.bz2 historical-d727ba9752b9347c53d6a0249d56d0197b0a2daa.zip |
sync IUSE (missing)
Diffstat (limited to 'media-video/streamdvd')
-rw-r--r-- | media-video/streamdvd/streamdvd-0.3.ebuild | 3 | ||||
-rw-r--r-- | media-video/streamdvd/streamdvd-0.4.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/media-video/streamdvd/streamdvd-0.3.ebuild b/media-video/streamdvd/streamdvd-0.3.ebuild index 08a3125fd930..b9998ee2836e 100644 --- a/media-video/streamdvd/streamdvd-0.3.ebuild +++ b/media-video/streamdvd/streamdvd-0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.3.ebuild,v 1.2 2004/06/25 00:50:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.3.ebuild,v 1.3 2004/07/14 22:11:11 agriffis Exp $ DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" HOMEPAGE="http://www.badabum.de/streamdvd.html" @@ -9,6 +9,7 @@ SRC_URI="http://www.badabum.de/down/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" +IUSE="" DEPEND="media-libs/libdvdread" diff --git a/media-video/streamdvd/streamdvd-0.4.ebuild b/media-video/streamdvd/streamdvd-0.4.ebuild index c81369c2552d..f50e29dc2045 100644 --- a/media-video/streamdvd/streamdvd-0.4.ebuild +++ b/media-video/streamdvd/streamdvd-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4.ebuild,v 1.3 2004/06/25 00:50:11 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4.ebuild,v 1.4 2004/07/14 22:11:11 agriffis Exp $ DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" HOMEPAGE="http://www.badabum.de/streamdvd.html" @@ -9,6 +9,7 @@ SRC_URI="http://www.badabum.de/down/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc" +IUSE="" DEPEND="media-libs/libdvdread" |