summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2012-01-14 14:02:24 +0000
committerChristian Ruppert <idl0r@gentoo.org>2012-01-14 14:02:24 +0000
commit8d77304dbbdaa13ab9f1046845ac123aeffdc2de (patch)
tree7b0d240407d1a3c2b70b172f2866c72f52d06987 /media-tv
parentStable for AMD64, wrt bug #396887 (diff)
downloadgentoo-2-8d77304dbbdaa13ab9f1046845ac123aeffdc2de.tar.gz
gentoo-2-8d77304dbbdaa13ab9f1046845ac123aeffdc2de.tar.bz2
gentoo-2-8d77304dbbdaa13ab9f1046845ac123aeffdc2de.zip
Version bump
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/w_scan/ChangeLog9
-rw-r--r--media-tv/w_scan/w_scan-20120112.ebuild32
2 files changed, 39 insertions, 2 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index d1737807e975..5b1b655113f8 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.22 2011/12/29 18:35:36 idl0r Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.23 2012/01/14 14:02:23 idl0r Exp $
+
+*w_scan-20120112 (14 Jan 2012)
+
+ 14 Jan 2012; Christian Ruppert <idl0r@gentoo.org> +w_scan-20120112.ebuild:
+ Version bump.
29 Dec 2011; Christian Ruppert <idl0r@gentoo.org> -w_scan-20090918.ebuild,
-w_scan-20101204.ebuild:
diff --git a/media-tv/w_scan/w_scan-20120112.ebuild b/media-tv/w_scan/w_scan-20120112.ebuild
new file mode 100644
index 000000000000..ae4fd43fa0cc
--- /dev/null
+++ b/media-tv/w_scan/w_scan-20120112.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20120112.ebuild,v 1.1 2012/01/14 14:02:24 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"
+
+ 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
+}