diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-12-07 23:50:41 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-12-07 23:50:41 +0000 |
commit | bd5e6f8bb25c1a4ebdd28e2307631d5e09b3a6f1 (patch) | |
tree | 47b4381a0648fae2b1faff0162661a25680936ad /media-tv | |
parent | Stable for amd64 wrt bug #531806 (diff) | |
download | gentoo-2-bd5e6f8bb25c1a4ebdd28e2307631d5e09b3a6f1.tar.gz gentoo-2-bd5e6f8bb25c1a4ebdd28e2307631d5e09b3a6f1.tar.bz2 gentoo-2-bd5e6f8bb25c1a4ebdd28e2307631d5e09b3a6f1.zip |
bump, thx to BT on wrt bug 531722
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/w_scan/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20141122.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index a871bbfd1d62..1e7d2b4211a2 100644 --- a/media-tv/w_scan/ChangeLog +++ b/media-tv/w_scan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/w_scan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.39 2014/09/27 09:38:01 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.40 2014/12/07 23:50:41 hd_brummy Exp $ + +*w_scan-20141122 (07 Dec 2014) + + 07 Dec 2014; Joerg Bornkessel <hd_brummy@gentoo.org> +w_scan-20141122.ebuild: + bump, thx to BT on wrt bug 531722 *w_scan-20140727 (27 Sep 2014) diff --git a/media-tv/w_scan/w_scan-20141122.ebuild b/media-tv/w_scan/w_scan-20141122.ebuild new file mode 100644 index 000000000000..e7ee70e39309 --- /dev/null +++ b/media-tv/w_scan/w_scan-20141122.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20141122.ebuild,v 1.1 2014/12/07 23:50:41 hd_brummy Exp $ + +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 +} |