diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-12-20 20:12:53 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2010-12-20 20:12:53 +0000 |
commit | 09891a9e49c328b25c7fc2029311390edbf60882 (patch) | |
tree | e0c6816b8c1db323a3b10bbf781b6fc23cd6e4fe /media-tv/w_scan | |
parent | x86 stable wrt bug #349192 (diff) | |
download | gentoo-2-09891a9e49c328b25c7fc2029311390edbf60882.tar.gz gentoo-2-09891a9e49c328b25c7fc2029311390edbf60882.tar.bz2 gentoo-2-09891a9e49c328b25c7fc2029311390edbf60882.zip |
version bump
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'media-tv/w_scan')
-rw-r--r-- | media-tv/w_scan/ChangeLog | 10 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20101204.ebuild | 28 |
2 files changed, 36 insertions, 2 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index 247fdb84e9d8..cc79a9e3b8f9 100644 --- a/media-tv/w_scan/ChangeLog +++ b/media-tv/w_scan/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-tv/w_scan -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.13 2009/10/27 20:22:52 hd_brummy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.14 2010/12/20 20:12:53 hd_brummy Exp $ + +*w_scan-20101204 (20 Dec 2010) + + 20 Dec 2010; Joerg Bornkessel <hd_brummy@gentoo.org> + +w_scan-20101204.ebuild: + version bump *w_scan-20090918 (27 Oct 2009) diff --git a/media-tv/w_scan/w_scan-20101204.ebuild b/media-tv/w_scan/w_scan-20101204.ebuild new file mode 100644 index 000000000000..77bd8ff0c8bf --- /dev/null +++ b/media-tv/w_scan/w_scan-20101204.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2010 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.1 2010/12/20 20:12:53 hd_brummy Exp $ + +EAPI="2" + +inherit eutils + +DESCRIPTION="Scan for DVB-C/DVB-T/DVB-C 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_install() { + emake install DESTDIR="${D}" || die "emake install failed" + + insinto /usr/share/w_scan + doins pci.ids pci.classes usb.ids usb.classes + + dodoc README +} |