diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-05-02 09:19:21 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-05-02 09:19:21 +0000 |
commit | 022a3abc4539e7f0256a2226ffb3100e1e2d5cf1 (patch) | |
tree | bd39367fc6c430be76bcc5257103987961168912 /media-video/vls | |
parent | moving to use_enable. Fixing depend closes 49559 (diff) | |
download | historical-022a3abc4539e7f0256a2226ffb3100e1e2d5cf1.tar.gz historical-022a3abc4539e7f0256a2226ffb3100e1e2d5cf1.tar.bz2 historical-022a3abc4539e7f0256a2226ffb3100e1e2d5cf1.zip |
cleanup
Diffstat (limited to 'media-video/vls')
-rw-r--r-- | media-video/vls/files/digest-vls-0.5.6 | 1 | ||||
-rw-r--r-- | media-video/vls/vls-0.5.6.ebuild | 38 |
2 files changed, 0 insertions, 39 deletions
diff --git a/media-video/vls/files/digest-vls-0.5.6 b/media-video/vls/files/digest-vls-0.5.6 deleted file mode 100644 index fa7a84d68388..000000000000 --- a/media-video/vls/files/digest-vls-0.5.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 2844d8780efd69cafc0be3b398b9553d vls-0.5.6.tar.gz 802915 diff --git a/media-video/vls/vls-0.5.6.ebuild b/media-video/vls/vls-0.5.6.ebuild deleted file mode 100644 index eaab25b786c4..000000000000 --- a/media-video/vls/vls-0.5.6.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vls/vls-0.5.6.ebuild,v 1.3 2004/02/24 09:29:57 mr_bones_ Exp $ - -IUSE="debug dvd dvb" - -DESCRIPTION="The VideoLAN server" -HOMEPAGE="http://www.videolan.org/vls/" -SRC_URI="http://www.videolan.org/pub/videolan/vls/${PV}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~ppc ~sparc ~alpha" - -DEPEND="dvd? ( >=media-libs/libdvdread-0.9.4 - >=media-libs/libdvdcss-1.2.8 ) - dvb? ( >=media-libs/libdvbpsi-0.1.3 )" - -S=${WORKDIR}/${P} - -src_compile() { - local myconf - use debug || myconf="--disable-debug" - - use dvd || myconf="${myconf} --disable-dvd" - - use dvb && myconf="${myconf} --enable-dvb" - - econf ${myconf} || die "econf failed" - - emake || die "emake failed" -} - -src_install () { - einstall || die "einstall failed" - - dodoc AUTHORS INSTALL README TODO -} |