diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-04-30 11:54:15 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2014-04-30 11:54:15 +0000 |
commit | 0346eaf6f256fdfccc7f165b0a31bc72b6d09996 (patch) | |
tree | 2f7aeadf27e6c5135a93cdca3128b63160dbf744 /media-tv | |
parent | dev-python/rpy: Add pypi HOMEPAGE (diff) | |
download | gentoo-2-0346eaf6f256fdfccc7f165b0a31bc72b6d09996.tar.gz gentoo-2-0346eaf6f256fdfccc7f165b0a31bc72b6d09996.tar.bz2 gentoo-2-0346eaf6f256fdfccc7f165b0a31bc72b6d09996.zip |
cleanup old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/w_scan/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20120415.ebuild | 34 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20120525.ebuild | 32 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20130331.ebuild | 4 |
4 files changed, 7 insertions, 69 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index 2aacbb7cfa51..135722a82dd1 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.37 2014/04/27 21:20:47 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.38 2014/04/30 11:54:15 hd_brummy Exp $ + + 30 Apr 2014; Joerg Bornkessel <hd_brummy@gentoo.org> -w_scan-20120415.ebuild, + -w_scan-20120525.ebuild, w_scan-20130331.ebuild: + cleanup old 27 Apr 2014; Joerg Bornkessel <hd_brummy@gentoo.org> w_scan-20121111.ebuild, w_scan-20130331.ebuild, w_scan-20140118.ebuild: diff --git a/media-tv/w_scan/w_scan-20120415.ebuild b/media-tv/w_scan/w_scan-20120415.ebuild deleted file mode 100644 index 6369e1f81e71..000000000000 --- a/media-tv/w_scan/w_scan-20120415.ebuild +++ /dev/null @@ -1,34 +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-20120415.ebuild,v 1.3 2012/05/28 15:48:25 johu Exp $ - -EAPI="4" - -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.3" -RDEPEND="" - -S="${WORKDIR}" - -src_install() { - emake install DESTDIR="${D}" || die "emake install failed" - - 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 -} diff --git a/media-tv/w_scan/w_scan-20120525.ebuild b/media-tv/w_scan/w_scan-20120525.ebuild deleted file mode 100644 index bd69139af09d..000000000000 --- a/media-tv/w_scan/w_scan-20120525.ebuild +++ /dev/null @@ -1,32 +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-20120525.ebuild,v 1.3 2012/09/23 08:03:53 phajdan.jr Exp $ - -EAPI="4" - -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.3" -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 -} diff --git a/media-tv/w_scan/w_scan-20130331.ebuild b/media-tv/w_scan/w_scan-20130331.ebuild index 2c2208e75de5..380f0733007c 100644 --- a/media-tv/w_scan/w_scan-20130331.ebuild +++ b/media-tv/w_scan/w_scan-20130331.ebuild @@ -1,6 +1,6 @@ # 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-20130331.ebuild,v 1.2 2014/04/27 21:20:47 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/w_scan-20130331.ebuild,v 1.3 2014/04/30 11:54:15 hd_brummy Exp $ EAPI="5" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="doc examples" -DEPEND=">=virtual/linuxtv-dvb-headers-5.3" +DEPEND=">=virtual/linuxtv-dvb-headers-5.8" RDEPEND="" src_install() { |