summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schwarzott <zzam@gentoo.org>2006-01-05 17:00:20 +0000
committerMatthias Schwarzott <zzam@gentoo.org>2006-01-05 17:00:20 +0000
commit944894b8003e441c3574a7ce2c261faf856a1958 (patch)
tree46c3ef1e84698e2658a9d69d65c5bb877560714b /media-tv/linuxtv-dvb
parent- revision bump to add misc vital linux kernel security patches. (diff)
downloadgentoo-2-944894b8003e441c3574a7ce2c261faf856a1958.tar.gz
gentoo-2-944894b8003e441c3574a7ce2c261faf856a1958.tar.bz2
gentoo-2-944894b8003e441c3574a7ce2c261faf856a1958.zip
removed old not working version (for example see Bug #31721)
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'media-tv/linuxtv-dvb')
-rw-r--r--media-tv/linuxtv-dvb/ChangeLog8
-rw-r--r--media-tv/linuxtv-dvb/files/digest-linuxtv-dvb-1.0.11
-rw-r--r--media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild121
3 files changed, 6 insertions, 124 deletions
diff --git a/media-tv/linuxtv-dvb/ChangeLog b/media-tv/linuxtv-dvb/ChangeLog
index d7735a4f1440..492582eb99e5 100644
--- a/media-tv/linuxtv-dvb/ChangeLog
+++ b/media-tv/linuxtv-dvb/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/linuxtv-dvb
-# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/ChangeLog,v 1.19 2005/12/10 03:22:29 metalgod Exp $
+# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/ChangeLog,v 1.20 2006/01/05 17:00:20 zzam Exp $
+
+ 05 Jan 2006; Matthias Schwarzott <zzam@gentoo.org>
+ -linuxtv-dvb-1.0.1.ebuild:
+ removed old not working version (for example see Bug #31721)
10 Dec 2005; Luis Medinas <metalgod@gentoo.org>
linuxtv-dvb-1.1.1-r1.ebuild:
diff --git a/media-tv/linuxtv-dvb/files/digest-linuxtv-dvb-1.0.1 b/media-tv/linuxtv-dvb/files/digest-linuxtv-dvb-1.0.1
deleted file mode 100644
index 51dbf4d3d0f8..000000000000
--- a/media-tv/linuxtv-dvb/files/digest-linuxtv-dvb-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d9bb0429b06a4204f5db8b17f4dee0a0 linuxtv-dvb-1.0.1.tar.gz 676625
diff --git a/media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild b/media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild
deleted file mode 100644
index 6b4ad79a2310..000000000000
--- a/media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild
+++ /dev/null
@@ -1,121 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/linuxtv-dvb/linuxtv-dvb-1.0.1.ebuild,v 1.10 2005/07/27 11:09:17 pvdabeel Exp $
-
-DESCRIPTION="Standalone DVB driver for Linux kernel 2.4.x"
-HOMEPAGE="http://www.linuxtv.org"
-SRC_URI="http://www.linuxtv.org/download/dvb/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc x86"
-IUSE=""
-DEPEND="virtual/linux-sources"
-#RDEPEND=""
-
-pkg_setup() {
- einfo
- einfo "Please make sure that the following option is enabled"
- einfo "in your current kernel 'Multimedia devices'"
- einfo "and /usr/src/linux point's to your current kernel"
- einfo "or make will die."
- einfo
-}
-
-src_compile() {
- emake
-}
-
-src_install() {
- # install the driver
- cd ${S}/driver
- mv Makefile Makefile.orig
- # don't run depmod now!
- sed s/'depmod'/'#depmod'/ Makefile.orig > Makefile
- make DESTDIR=${D} install || die
-
- # install av7110_loadkeys
- dobin ${S}/apps/av7110_loadkeys/av7110_loadkeys \
- ${S}/apps/av7110_loadkeys/evtest
-
- # install dvbnet
- cd ${S}/apps/dvbnet
- make DESTDIR=${D}usr/bin install || die
-
- # install scan
- dobin ${S}/apps/scan/scan
-
- # install szap
- dobin ${S}/apps/szap/[tsc]zap
- dodoc ${S}/apps/szap/channels.conf-dvb*
-
- # 'install' test
- dodir /usr/share/doc/${P}/test
- insinto /usr/share/doc/${P}/test
- doins ${S}/apps/test/*
-
- # install headers
- dodir /usr/include/linux
- insinto /usr/include/linux
- doins ${S}/include/linux/em8300.h
-
- dodir /usr/include/linux/dvb
- insinto /usr/include/linux/dvb
- doins ${S}/include/linux/dvb/*.h
-
- # install docs
- dodoc ${S}/doc/*
- dodoc ${S}/driver/makedev.napi
- dodir /usr/share/doc/${P}/dvbapi
- insinto /usr/share/doc/${P}/dvbapi
- doins ${S}/doc/dvbapi/*
-
- # install av7110_loadkeys docs
- dodir /usr/share/doc/${P}/av7110_loadkeys
- insinto /usr/share/doc/${P}/av7110_loadkeys
- cd ${S}/apps/av7110_loadkeys
- doins README *.rc5 *.rcmm
-
- # install dvbnet scripts
- dodir /usr/share/doc/${P}/dvbnet
- insinto /usr/share/doc/${P}/dvbnet
- doins ${S}/apps/dvbnet/net_start.*
-
- # install scan docs
- dodir /usr/share/doc/${P}/scan
- insinto /usr/share/doc/${P}/scan
- doins ${S}/apps/scan/README
-
- # install test docs
- dodir /usr/share/doc/${P}/test
- insinto /usr/share/doc/${P}/test
- doins ${S}/apps/test/README
-
- cd ${S}
- dodoc CONTRIBUTORS COPYING INSTALL README NEWS BUGS
- dodoc ${FILESDIR}/dvb
-
-}
-
-pkg_postinst() {
- depmod -a
- einfo
- einfo "If you don't use devfs, execute makedev.napi o create"
- einfo "the device nodes. The file is in /usr/share/doc/${PF}/"
- einfo
- einfo "now copy an appropriate from"
- einfo "/usr/share/doc/${PF}/channels.conf-XXX"
- einfo "channel list for DVB-S/C/T"
- einfo " to ~/.szap/channels.conf"
- einfo " ~/.czap/channels.conf"
- einfo " ~/.tzap/channels.conf"
- einfo "and then call szap for DVB-S, czap for DVB-C or tzap for DVB-T"
- einfo
- einfo "If you'd like to load all modules at once, unpack and add"
- einfo "/usr/share/doc/${PF}/dvb.gz to /etc/modules.d/"
- einfo "then run #update-modules to update your modules.conf"
- einfo
-}
-
-pkg_postrm() {
- depmod -a
-}