Gentoo Archives: gentoo-commits

From: "Jörg Bornkessel" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-launcher/
Date: Sun, 02 May 2021 17:54:08
Message-Id: 1619978029.be1a9c3dbdc628eb2148bb1bce34723309406047.hd_brummy@gentoo
1 commit: be1a9c3dbdc628eb2148bb1bce34723309406047
2 Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 16:54:47 2021 +0000
4 Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:53:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1a9c3d
7
8 media-plugins/vdr-launcher: tc-directly call fixed
9
10 hompage fixed
11
12 Closes: https://bugs.gentoo.org/787494
13 Package-Manager: Portage-3.0.18, Repoman-3.0.2
14 Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
15
16 .../{vdr-launcher-0.0.4.ebuild => vdr-launcher-0.0.4-r1.ebuild} | 9 ++++++++-
17 1 file changed, 8 insertions(+), 1 deletion(-)
18
19 diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
20 similarity index 69%
21 rename from media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
22 rename to media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
23 index 52854f5575c..c58dd8889dc 100644
24 --- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
25 +++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
26 @@ -6,7 +6,7 @@ EAPI=7
27 inherit vdr-plugin-2
28
29 DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hidden"
30 -HOMEPAGE="http://people.freenet.de/cwieninger/html/vdr-launcher.html"
31 +HOMEPAGE="http://winni.vdr-developer.org/launcher/"
32 SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz"
33
34 SLOT="0"
35 @@ -16,3 +16,10 @@ IUSE=""
36
37 DEPEND=">=media-video/vdr-1.3.7"
38 RDEPEND="${DEPEND}"
39 +
40 +src_prepare() {
41 + vdr-plugin-2_src_prepare
42 +
43 + # 787494
44 + sed -e "s:MAKEDEP = g++:MAKEDEP = \$(CXX):" -i Makefile || die
45 +}