diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2011-12-29 18:35:36 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2011-12-29 18:35:36 +0000 |
commit | bb05aeac5ad8eb94c1c7bc12c86fa4732c6d2664 (patch) | |
tree | 704eb2b149c4428669ba9da70db8a25e00b45bce /media-tv/w_scan | |
parent | Remove old. (diff) | |
download | gentoo-2-bb05aeac5ad8eb94c1c7bc12c86fa4732c6d2664.tar.gz gentoo-2-bb05aeac5ad8eb94c1c7bc12c86fa4732c6d2664.tar.bz2 gentoo-2-bb05aeac5ad8eb94c1c7bc12c86fa4732c6d2664.zip |
Remove old ebuilds
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'media-tv/w_scan')
-rw-r--r-- | media-tv/w_scan/ChangeLog | 6 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20090918.ebuild | 28 | ||||
-rw-r--r-- | media-tv/w_scan/w_scan-20101204.ebuild | 28 |
3 files changed, 5 insertions, 57 deletions
diff --git a/media-tv/w_scan/ChangeLog b/media-tv/w_scan/ChangeLog index 57e50e742b8e..d1737807e975 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.21 2011/12/26 19:42:53 idl0r Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/w_scan/ChangeLog,v 1.22 2011/12/29 18:35:36 idl0r Exp $ + + 29 Dec 2011; Christian Ruppert <idl0r@gentoo.org> -w_scan-20090918.ebuild, + -w_scan-20101204.ebuild: + Remove old ebuilds *w_scan-20111203 (26 Dec 2011) diff --git a/media-tv/w_scan/w_scan-20090918.ebuild b/media-tv/w_scan/w_scan-20090918.ebuild deleted file mode 100644 index 3d13b1b1e731..000000000000 --- a/media-tv/w_scan/w_scan-20090918.ebuild +++ /dev/null @@ -1,28 +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-20090918.ebuild,v 1.3 2011/01/04 19:07:33 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_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 -} diff --git a/media-tv/w_scan/w_scan-20101204.ebuild b/media-tv/w_scan/w_scan-20101204.ebuild deleted file mode 100644 index 3f0a2bd7de36..000000000000 --- a/media-tv/w_scan/w_scan-20101204.ebuild +++ /dev/null @@ -1,28 +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-20101204.ebuild,v 1.3 2011/01/27 17:55:23 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_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 -} |