summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-tv/w_scan')
-rw-r--r--media-tv/w_scan/ChangeLog6
-rw-r--r--media-tv/w_scan/w_scan-20081106.ebuild4
-rw-r--r--media-tv/w_scan/w_scan-20090516.ebuild7
3 files changed, 10 insertions, 7 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index 8ec92e0fc9d7..45bd7c181dfb 100644
--- a/media-tv/w_scan/ChangeLog
+++ b/media-tv/w_scan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/w_scan
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.11 2009/05/16 15:08:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.12 2009/07/01 12:47:27 zzam Exp $
+
+ 01 Jul 2009; Matthias Schwarzott <zzam@gentoo.org> w_scan-20081106.ebuild,
+ w_scan-20090516.ebuild:
+ Fix dependencies to get up to date dvb-headers with s2api.
*w_scan-20090516 (16 May 2009)
diff --git a/media-tv/w_scan/w_scan-20081106.ebuild b/media-tv/w_scan/w_scan-20081106.ebuild
index 05cda44ccc21..c2b13c576c1d 100644
--- a/media-tv/w_scan/w_scan-20081106.ebuild
+++ b/media-tv/w_scan/w_scan-20081106.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20081106.ebuild,v 1.3 2009/05/02 13:43:32 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20081106.ebuild,v 1.4 2009/07/01 12:47:27 zzam Exp $
inherit eutils
-DESCRIPTION="Scan for DVB-C/DVB-T channels without prior knowledge of frequencies and modulations - can also create a file in vdr-format"
+DESCRIPTION="Scan for DVB-C/DVB-T channels without prior knowledge of frequencies and modulations"
HOMEPAGE="http://wirbel.htpc-forum.de/w_scan/index2.html"
SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
diff --git a/media-tv/w_scan/w_scan-20090516.ebuild b/media-tv/w_scan/w_scan-20090516.ebuild
index 530f824a88ed..4348ca06f644 100644
--- a/media-tv/w_scan/w_scan-20090516.ebuild
+++ b/media-tv/w_scan/w_scan-20090516.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20090516.ebuild,v 1.1 2009/05/16 15:08:36 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20090516.ebuild,v 1.2 2009/07/01 12:47:27 zzam Exp $
EAPI="2"
@@ -15,9 +15,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="media-tv/linuxtv-dvb-headers"
-RDEPEND="${DEPEND}
- >=sys-kernel/linux-headers-2.6.29"
+DEPEND="~media-tv/linuxtv-dvb-headers-5"
+RDEPEND=""
src_prepare() {
epatch "${FILESDIR}/${P}-build-and-path-fixes.patch"