diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 22:58:11 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-11 23:16:22 +0100 |
commit | 50350186b69fbd9761e282a98132ad0ae8d8c692 (patch) | |
tree | b0b9ac0264bd2997c8fe03d98d2d71325e528b0f /media-plugins/vdr-serial | |
parent | media-plugins/vdr-freecell: fixed dead mirror://vdrfiles (diff) | |
download | gentoo-50350186b69fbd9761e282a98132ad0ae8d8c692.tar.gz gentoo-50350186b69fbd9761e282a98132ad0ae8d8c692.tar.bz2 gentoo-50350186b69fbd9761e282a98132ad0ae8d8c692.zip |
media-plugins/vdr-serial: fixed dead mirror://vdrfiles
eapi=7
removed dead src_uri mirror://vdrfiles
Bug: https://bugs.gentoo.org/695898
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-serial')
-rw-r--r-- | media-plugins/vdr-serial/vdr-serial-0.0.6a-r1.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/media-plugins/vdr-serial/vdr-serial-0.0.6a-r1.ebuild b/media-plugins/vdr-serial/vdr-serial-0.0.6a-r1.ebuild index 939f346f9d41..d37f5c9b253b 100644 --- a/media-plugins/vdr-serial/vdr-serial-0.0.6a-r1.ebuild +++ b/media-plugins/vdr-serial/vdr-serial-0.0.6a-r1.ebuild @@ -1,21 +1,20 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit vdr-plugin-2 DESCRIPTION="VDR Plugin: attach some buttons with diodes to the serial port" HOMEPAGE="http://www.lf-klueber.de/vdr.htm" -SRC_URI="http://www.lf-klueber.de/${P}.tgz - mirror://vdrfiles/${PN}/${P}.tgz" +SRC_URI="http://www.lf-klueber.de/${P}.tgz" KEYWORDS="~amd64 ~x86" SLOT="0" LICENSE="GPL-2" IUSE="" -DEPEND=">=media-video/vdr-1.2.6" +DEPEND="media-video/vdr" pkg_setup() { vdr-plugin-2_pkg_setup |