summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2020-12-17 12:10:21 -0500
committerAaron Bauman <bman@gentoo.org>2020-12-17 12:11:20 -0500
commitb985b635f10fead6e48a95d29fbc290a66b756b5 (patch)
tree906127319cfce5b1708075d24f0d1a292776e332 /media-tv
parentdev-java/dnsjava: drop old (diff)
downloadgentoo-b985b635f10fead6e48a95d29fbc290a66b756b5.tar.gz
gentoo-b985b635f10fead6e48a95d29fbc290a66b756b5.tar.bz2
gentoo-b985b635f10fead6e48a95d29fbc290a66b756b5.zip
media-tv/w_scan: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/w_scan/Manifest1
-rw-r--r--media-tv/w_scan/w_scan-20141122.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/media-tv/w_scan/Manifest b/media-tv/w_scan/Manifest
index c25c92c3152f..bd97d7f9835c 100644
--- a/media-tv/w_scan/Manifest
+++ b/media-tv/w_scan/Manifest
@@ -1,2 +1 @@
-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-20141122.ebuild b/media-tv/w_scan/w_scan-20141122.ebuild
deleted file mode 100644
index 9ae1c209b90d..000000000000
--- a/media-tv/w_scan/w_scan-20141122.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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=">=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
-}