summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2009-10-27 20:22:52 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2009-10-27 20:22:52 +0000
commit24ae0f2dfbbcdfd213eaccec0852ceb72e257043 (patch)
tree62a0640e7957224a3e38e09a2e3c41403535d778 /media-tv/w_scan
parentStable on alpha, bug #289481 (diff)
downloadgentoo-2-24ae0f2dfbbcdfd213eaccec0852ceb72e257043.tar.gz
gentoo-2-24ae0f2dfbbcdfd213eaccec0852ceb72e257043.tar.bz2
gentoo-2-24ae0f2dfbbcdfd213eaccec0852ceb72e257043.zip
version bump, #281021
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'media-tv/w_scan')
-rw-r--r--media-tv/w_scan/ChangeLog8
-rw-r--r--media-tv/w_scan/w_scan-20090918.ebuild28
2 files changed, 35 insertions, 1 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index 45bd7c181dfb..247fdb84e9d8 100644
--- a/media-tv/w_scan/ChangeLog
+++ b/media-tv/w_scan/ChangeLog
@@ -1,6 +1,12 @@
# 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.12 2009/07/01 12:47:27 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.13 2009/10/27 20:22:52 hd_brummy Exp $
+
+*w_scan-20090918 (27 Oct 2009)
+
+ 27 Oct 2009; Joerg Bornkessel <hd_brummy@gentoo.org>
+ +w_scan-20090918.ebuild:
+ version bump, #281021
01 Jul 2009; Matthias Schwarzott <zzam@gentoo.org> w_scan-20081106.ebuild,
w_scan-20090516.ebuild:
diff --git a/media-tv/w_scan/w_scan-20090918.ebuild b/media-tv/w_scan/w_scan-20090918.ebuild
new file mode 100644
index 000000000000..1ecbac06bf9a
--- /dev/null
+++ b/media-tv/w_scan/w_scan-20090918.ebuild
@@ -0,0 +1,28 @@
+# 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-20090918.ebuild,v 1.1 2009/10/27 20:22:52 hd_brummy Exp $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="Scan for DVB-C/DVB-T/DVB-C 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"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="~media-tv/linuxtv-dvb-headers-5"
+RDEPEND=""
+
+src_install() {
+ emake install DESTDIR="${D}" || die "emake install failed"
+
+ insinto /usr/share/w_scan
+ doins pci.ids pci.classes usb.ids usb.classes
+
+ dodoc README
+}