summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-05-25 09:32:45 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-05-25 09:32:45 +0000
commite4cc20cac254e5d5e638dafd0d91b7f146470b8f (patch)
treeafbb0ed51c19fe74f9f237af2b8ed707f9699273 /media-tv
parentold (diff)
downloadgentoo-2-e4cc20cac254e5d5e638dafd0d91b7f146470b8f.tar.gz
gentoo-2-e4cc20cac254e5d5e638dafd0d91b7f146470b8f.tar.bz2
gentoo-2-e4cc20cac254e5d5e638dafd0d91b7f146470b8f.zip
old
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'media-tv')
-rw-r--r--media-tv/w_scan/ChangeLog5
-rw-r--r--media-tv/w_scan/w_scan-20110702.ebuild35
2 files changed, 4 insertions, 36 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index 75a42f682f71..bee50d5e784b 100644
--- a/media-tv/w_scan/ChangeLog
+++ b/media-tv/w_scan/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-tv/w_scan
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.27 2012/04/30 19:35:36 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.28 2012/05/25 09:32:45 ssuominen Exp $
+
+ 25 May 2012; Samuli Suominen <ssuominen@gentoo.org> -w_scan-20110702.ebuild:
+ old
*w_scan-20120415 (30 Apr 2012)
diff --git a/media-tv/w_scan/w_scan-20110702.ebuild b/media-tv/w_scan/w_scan-20110702.ebuild
deleted file mode 100644
index 7a89de42f834..000000000000
--- a/media-tv/w_scan/w_scan-20110702.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# 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-20110702.ebuild,v 1.4 2012/02/15 18:20:07 hd_brummy Exp $
-
-EAPI="2"
-
-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"
-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
-}