public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-launcher/
@ 2021-05-01 14:40 Jörg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Jörg Bornkessel @ 2021-05-01 14:40 UTC (permalink / raw
  To: gentoo-commits

commit:     cc21ea66ff655776a71350188fb4860b7ee4384c
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 14:38:59 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sat May  1 14:40:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc21ea66

media-plugins/vdr-launcher: moved to eapi 7

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
index a7ae807a13c..52854f5575c 100644
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 inherit vdr-plugin-2
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-launcher/
@ 2021-05-02 17:54 Jörg Bornkessel
  0 siblings, 0 replies; 3+ messages in thread
From: Jörg Bornkessel @ 2021-05-02 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     be1a9c3dbdc628eb2148bb1bce34723309406047
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 16:54:47 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun May  2 17:53:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1a9c3d

media-plugins/vdr-launcher: tc-directly call fixed

hompage fixed

Closes: https://bugs.gentoo.org/787494
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>

 .../{vdr-launcher-0.0.4.ebuild => vdr-launcher-0.0.4-r1.ebuild}  | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

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
similarity index 69%
rename from media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
rename to media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
index 52854f5575c..c58dd8889dc 100644
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4.ebuild
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 inherit vdr-plugin-2
 
 DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hidden"
-HOMEPAGE="http://people.freenet.de/cwieninger/html/vdr-launcher.html"
+HOMEPAGE="http://winni.vdr-developer.org/launcher/"
 SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz"
 
 SLOT="0"
@@ -16,3 +16,10 @@ IUSE=""
 
 DEPEND=">=media-video/vdr-1.3.7"
 RDEPEND="${DEPEND}"
+
+src_prepare() {
+	vdr-plugin-2_src_prepare
+
+	# 787494
+	sed -e "s:MAKEDEP = g++:MAKEDEP = \$(CXX):" -i Makefile || die
+}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-launcher/
@ 2024-07-21 15:12 Conrad Kostecki
  0 siblings, 0 replies; 3+ messages in thread
From: Conrad Kostecki @ 2024-07-21 15:12 UTC (permalink / raw
  To: gentoo-commits

commit:     c6686504cef64a0570190f0914e319fcdac4ccd4
Author:     Martin Dummer <martin.dummer <AT> gmx <DOT> net>
AuthorDate: Thu Jul  4 22:14:41 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jul 21 15:07:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6686504

media-plugins/vdr-launcher: update EAPI 7 -> 8

fix pkgcheck issues

Signed-off-by: Martin Dummer <martin.dummer <AT> gmx.net>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
index c58dd8889dcc..dff52aa7af89 100644
--- a/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
+++ b/media-plugins/vdr-launcher/vdr-launcher-0.0.4-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit vdr-plugin-2
 
@@ -9,12 +9,11 @@ DESCRIPTION="VDR Plugin: launch other plugins - even when their menu-entry is hi
 HOMEPAGE="http://winni.vdr-developer.org/launcher/"
 SRC_URI="http://winni.vdr-developer.org/launcher/downloads/${P}.tgz"
 
-SLOT="0"
 LICENSE="GPL-2"
+SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE=""
 
-DEPEND=">=media-video/vdr-1.3.7"
+DEPEND="media-video/vdr"
 RDEPEND="${DEPEND}"
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-07-21 15:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 17:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-launcher/ Jörg Bornkessel
  -- strict thread matches above, loose matches on Subject: below --
2024-07-21 15:12 Conrad Kostecki
2021-05-01 14:40 Jörg Bornkessel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox