summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2019-01-26 11:50:31 +0100
committerChristian Ruppert <idl0r@gentoo.org>2019-01-26 11:50:53 +0100
commit783545b559ed0f89810befe9a5232890b8a58fd1 (patch)
treebf4aa7c43c718bbcecb131a8ecaaf4f0dae05a36
parentnet-libs/gssdp: Bump to 1.0.3 (diff)
downloadgentoo-783545b5.tar.gz
gentoo-783545b5.tar.bz2
gentoo-783545b5.zip
media-tv/w_scan: Version bump, re bug 612466
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Christian Ruppert <idl0r@gentoo.org>
-rw-r--r--media-tv/w_scan/Manifest1
-rw-r--r--media-tv/w_scan/w_scan-20170107.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/media-tv/w_scan/Manifest b/media-tv/w_scan/Manifest
index 074666f89dd2..c25c92c3152f 100644
--- a/media-tv/w_scan/Manifest
+++ b/media-tv/w_scan/Manifest
@@ -1 +1,2 @@
DIST w_scan-20141122.tar.bz2 239277 BLAKE2B eb3afd5977d39ff7c8b4b0c5d85fd57b74cae47f330dd1769a33d3caec2688cd40f8d08c179867042a401db61dfc32494fe2eaed04c790bdb32424cc65ffa3b5 SHA512 64d8d92dd84a5c3cfae4531fbba683602e70597f83ec28c314ccce8810fed70685f03d3e4861d586c52764573e17e0b15881bbdb2f6c60db9d3686d554f1ee6d
+DIST w_scan-20170107.tar.bz2 245517 BLAKE2B 049d555f47935118be26f0bb8a8fc6baa43c273692ff6bc4c95ae912f00f1bda0e5834919c018539b1f891e436ec6556b29ad8c68d69de4a93911e5c7fb265b6 SHA512 c8e163b5e4897e2bc48596a1104974c79807432c423a3dd172e85c6ed6d4f9a4a471150ae7fe1b78fe570987e9fdee666a491700368c8499b03e9b13aa5cde6a
diff --git a/media-tv/w_scan/w_scan-20170107.ebuild b/media-tv/w_scan/w_scan-20170107.ebuild
new file mode 100644
index 000000000000..0b7e605bf66c
--- /dev/null
+++ b/media-tv/w_scan/w_scan-20170107.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+DESCRIPTION="Scan DVB-C/DVB-T/DVB-S channels"
+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=">=virtual/linuxtv-dvb-headers-5.8"
+RDEPEND=""
+
+src_install() {
+ emake DESTDIR="${D}" install
+
+ 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
+}