diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-09-27 09:38:01 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-09-27 09:38:01 +0000 |
commit | fdc1cf93e35792c25b5539ca84d5031bc028eed1 (patch) | |
tree | 409303b1e85e9876abc5aafcc14e6483dff3f9c4 /media-tv | |
parent | version bump (diff) | |
download | gentoo-2-fdc1cf93e35792c25b5539ca84d5031bc028eed1.tar.gz gentoo-2-fdc1cf93e35792c25b5539ca84d5031bc028eed1.tar.bz2 gentoo-2-fdc1cf93e35792c25b5539ca84d5031bc028eed1.zip |
bump, thx to BT on wrt bug 523272
(Portage version: 2.2.14_rc1/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-20140727.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index 135722a82dd1..a871bbfd1d62 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.38 2014/04/30 11:54:15 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.39 2014/09/27 09:38:01 hd_brummy Exp $ + +*w_scan-20140727 (27 Sep 2014) + + 27 Sep 2014; Joerg Bornkessel <hd_brummy@gentoo.org> +w_scan-20140727.ebuild: + bump, thx to BT on wrt bug 523272 30 Apr 2014; Joerg Bornkessel <hd_brummy@gentoo.org> -w_scan-20120415.ebuild, -w_scan-20120525.ebuild, w_scan-20130331.ebuild: diff --git a/media-tv/w_scan/w_scan-20140727.ebuild b/media-tv/w_scan/w_scan-20140727.ebuild new file mode 100644 index 000000000000..637e7f18cadf --- /dev/null +++ b/media-tv/w_scan/w_scan-20140727.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-20140727.ebuild,v 1.1 2014/09/27 09:38:01 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 +} |