diff options
author | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 19:38:47 +0100 |
---|---|---|
committer | Joerg Bornkessel <hd_brummy@gentoo.org> | 2019-12-15 20:01:05 +0100 |
commit | bc5561db4a8d8bb4a9f9c0c149d8ea641a7d0813 (patch) | |
tree | 5be3f3789762e8c9b43b57d708aa719c8ba2a917 /media-plugins/vdr-exec | |
parent | media-plugins/vdr-calc: HOMEPAGE, SRC_URI fixed (diff) | |
download | gentoo-bc5561db4a8d8bb4a9f9c0c149d8ea641a7d0813.tar.gz gentoo-bc5561db4a8d8bb4a9f9c0c149d8ea641a7d0813.tar.bz2 gentoo-bc5561db4a8d8bb4a9f9c0c149d8ea641a7d0813.zip |
media-plugins/vdr-exec: fixed HOMEPAGE, SRC_URI
Bug: https://bugs.gentoo.org/638458
Package-Manager: Portage-2.3.81, Repoman-2.3.18
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
Diffstat (limited to 'media-plugins/vdr-exec')
-rw-r--r-- | media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild b/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild index ebce0f6d3604..ebe187a77240 100644 --- a/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild +++ b/media-plugins/vdr-exec/vdr-exec-0.0.3.ebuild @@ -1,13 +1,13 @@ # 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: Exec commands like timers at defined times" -HOMEPAGE="http://wirbel.htpc-forum.de/exec/index2.html" -SRC_URI="http://wirbel.htpc-forum.de/exec/${P}.tgz" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="http://vdr.websitec.de/download/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" |