summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2011-12-26 19:42:53 +0000
committerChristian Ruppert <idl0r@gentoo.org>2011-12-26 19:42:53 +0000
commit3cf188cba2fca74d0fd5db97a67ca40e57b7caaa (patch)
tree2dcc48169a2fe85d857561752e46c293347c3e2c /media-tv
parentversion bump (diff)
downloadgentoo-2-3cf188cba2fca74d0fd5db97a67ca40e57b7caaa.tar.gz
gentoo-2-3cf188cba2fca74d0fd5db97a67ca40e57b7caaa.tar.bz2
gentoo-2-3cf188cba2fca74d0fd5db97a67ca40e57b7caaa.zip
Version bump.
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/w_scan/ChangeLog7
-rw-r--r--media-tv/w_scan/w_scan-20111203.ebuild35
2 files changed, 41 insertions, 1 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index 3bc8983e6d45..57e50e742b8e 100644
--- a/media-tv/w_scan/ChangeLog
+++ b/media-tv/w_scan/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-tv/w_scan
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.20 2011/10/08 16:20:39 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.21 2011/12/26 19:42:53 idl0r Exp $
+
+*w_scan-20111203 (26 Dec 2011)
+
+ 26 Dec 2011; Christian Ruppert <idl0r@gentoo.org> +w_scan-20111203.ebuild:
+ Version bump.
08 Oct 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> w_scan-20110702.ebuild:
x86 stable wrt bug #385379
diff --git a/media-tv/w_scan/w_scan-20111203.ebuild b/media-tv/w_scan/w_scan-20111203.ebuild
new file mode 100644
index 000000000000..621ffa3909f2
--- /dev/null
+++ b/media-tv/w_scan/w_scan-20111203.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20111203.ebuild,v 1.1 2011/12/26 19:42:53 idl0r Exp $
+
+EAPI="4"
+
+DESCRIPTION="Scan for DVB-C/DVB-T/DVB-S 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="doc examples"
+
+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,usb}.ids {pci,usb}.classes
+
+ dodoc ChangeLog README
+
+ if use doc; then
+ dodoc doc/README.file_formats doc/README_VLC_DVB
+ fi
+
+ if use examples; then
+ docinto examples
+ dodoc doc/rotor.conf
+ fi
+}