summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Bornkessel <hd_brummy@gentoo.org>2011-01-27 17:55:23 +0000
committerJörg Bornkessel <hd_brummy@gentoo.org>2011-01-27 17:55:23 +0000
commit9056084946b82e22eea81cdde9ad0551c5c9725f (patch)
treed39c7210c483e815a37998db7f2211a7e15fbf21 /media-tv/w_scan
parentOld. (diff)
downloadgentoo-2-9056084946b82e22eea81cdde9ad0551c5c9725f.tar.gz
gentoo-2-9056084946b82e22eea81cdde9ad0551c5c9725f.tar.bz2
gentoo-2-9056084946b82e22eea81cdde9ad0551c5c9725f.zip
stable x86, amd64
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'media-tv/w_scan')
-rw-r--r--media-tv/w_scan/ChangeLog6
-rw-r--r--media-tv/w_scan/w_scan-20081106.ebuild29
-rw-r--r--media-tv/w_scan/w_scan-20090516.ebuild29
-rw-r--r--media-tv/w_scan/w_scan-20101204.ebuild4
4 files changed, 7 insertions, 61 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog
index 84d8270f3d49..a13e3488c102 100644
--- a/media-tv/w_scan/ChangeLog
+++ b/media-tv/w_scan/ChangeLog
@@ -1,6 +1,10 @@
# 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.16 2011/01/04 19:07:33 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.17 2011/01/27 17:55:23 hd_brummy Exp $
+
+ 27 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
+ -w_scan-20081106.ebuild, -w_scan-20090516.ebuild, w_scan-20101204.ebuild:
+ stable x86, amd64
04 Jan 2011; Joerg Bornkessel <hd_brummy@gentoo.org>
w_scan-20090918.ebuild:
diff --git a/media-tv/w_scan/w_scan-20081106.ebuild b/media-tv/w_scan/w_scan-20081106.ebuild
deleted file mode 100644
index c2b13c576c1d..000000000000
--- a/media-tv/w_scan/w_scan-20081106.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20081106.ebuild,v 1.4 2009/07/01 12:47:27 zzam Exp $
-
-inherit eutils
-
-DESCRIPTION="Scan for DVB-C/DVB-T 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=""
-
-DEPEND="media-tv/linuxtv-dvb-headers"
-RDEPEND=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-build-and-path-fixes.patch"
- emake clean || die "emake clean failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README
-}
diff --git a/media-tv/w_scan/w_scan-20090516.ebuild b/media-tv/w_scan/w_scan-20090516.ebuild
deleted file mode 100644
index ad3059f1e28d..000000000000
--- a/media-tv/w_scan/w_scan-20090516.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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-20090516.ebuild,v 1.3 2011/01/02 07:43:09 hd_brummy Exp $
-
-EAPI="2"
-
-inherit eutils
-
-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=""
-
-DEPEND="~media-tv/linuxtv-dvb-headers-5"
-RDEPEND=""
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-build-and-path-fixes.patch"
- emake clean || die "emake clean failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "emake install failed"
- dodoc README
-}
diff --git a/media-tv/w_scan/w_scan-20101204.ebuild b/media-tv/w_scan/w_scan-20101204.ebuild
index e2288ee51d89..3f0a2bd7de36 100644
--- a/media-tv/w_scan/w_scan-20101204.ebuild
+++ b/media-tv/w_scan/w_scan-20101204.ebuild
@@ -1,6 +1,6 @@
# 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-20101204.ebuild,v 1.2 2011/01/02 07:43:09 hd_brummy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20101204.ebuild,v 1.3 2011/01/27 17:55:23 hd_brummy Exp $
EAPI="2"
@@ -12,7 +12,7 @@ SRC_URI="http://wirbel.htpc-forum.de/w_scan/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE=""
DEPEND="~media-tv/linuxtv-dvb-headers-5"