summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--media-video/mplayer/mplayer-9999-r20.ebuild2
-rw-r--r--net-libs/lua51-1.6-r112
-rwxr-xr-xnet-libs/lua51/lua51-1.6-r1.ebuild36
3 files changed, 1 insertions, 49 deletions
diff --git a/media-video/mplayer/mplayer-9999-r20.ebuild b/media-video/mplayer/mplayer-9999-r20.ebuild
index eee8168..bf1f68a 100644
--- a/media-video/mplayer/mplayer-9999-r20.ebuild
+++ b/media-video/mplayer/mplayer-9999-r20.ebuild
@@ -348,7 +348,7 @@ src_compile() {
# DVB / Video4Linux / Radio support
if { use dvb || use pvr || use v4l || use v4l2 || use radio; }; then
- use dvb || myconf="${myconf} --disable-dvb --disable-dvbhead"
+ use dvb || myconf="${myconf} --disable-dvb"
use v4l || myconf="${myconf} --disable-tv-v4l1"
use v4l2 || myconf="${myconf} --disable-tv-v4l2"
use teletext || myconf="${myconf}"
diff --git a/net-libs/lua51-1.6-r1 b/net-libs/lua51-1.6-r1
deleted file mode 100644
index 05c7f99..0000000
--- a/net-libs/lua51-1.6-r1
+++ /dev/null
@@ -1,12 +0,0 @@
-_mtime_=1244484446
-_guessed_eapi_=0
-DEPEND=net-p2p/verlihub dev-lang/lua
-RDEPEND=net-p2p/verlihub dev-lang/lua
-SLOT=0
-SRC_URI=mirror://sourceforge/verlihub/lua51-1.6.tar.gz
-HOMEPAGE=http://www.verlihub-project.org
-LICENSE=GPL-2
-DESCRIPTION=LUA 5.0 plugins for Verlihub
-KEYWORDS=amd64 x86 x86-fbsd
-EAPI=0
-DEFINED_PHASES=compile install postinst unpack
diff --git a/net-libs/lua51/lua51-1.6-r1.ebuild b/net-libs/lua51/lua51-1.6-r1.ebuild
deleted file mode 100755
index c658f6e..0000000
--- a/net-libs/lua51/lua51-1.6-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="LUA 5.0 plugins for Verlihub"
-HOMEPAGE="http://www.verlihub-project.org"
-SRC_URI="mirror://sourceforge/verlihub/${PN}-${PV}.tar.gz"
-LICENSE="GPL-2"
-KEYWORDS="amd64 x86-fbsd x86"
-DEPEND="net-p2p/verlihub
- dev-lang/lua"
-S=${WORKDIR}/lua
-
-src_unpack() {
- unpack "${PN}-${PV}.tar.gz"
- cd "${S}"
-}
-
-src_compile() {
- #econf || die
- ./configure
- emake || die "Make failed for problems or bugs please visit http://forums.verlihub-project.org/"
-}
-
- src_install() {
- make DESTDIR=${D} install || die
-
- }
-
- pkg_postinst() {
- einfo "LUA 5.1.x is now installed, please run it using !onplug lua or!plugin /usr/local/lib/liblua_pi.so"
- ewarn "Do NOT report bugs to Gentoo's bugzilla"
- einfo "Please report all bugs to http://forums.verlihubproject.org"
- einfo "Verlihub-project team"
-}
-