public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-sleeptimer/
@ 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:     6f18cae888c866b7499b234905f5b334ca4dbbaf
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 14:35:44 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=6f18cae8

media-plugins/vdr-sleeptimer: 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-sleeptimer/vdr-sleeptimer-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild
index 21c4cabdb5d..d24e1dfe821 100644
--- a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild
+++ b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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-sleeptimer/
@ 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:     8fc9d684ba04ad85fb3029f399fc6cc57fcca357
Author:     Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 17:04:36 2021 +0000
Commit:     Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun May  2 17:53:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fc9d684

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

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

 .../vdr-sleeptimer/vdr-sleeptimer-0.6-r1.ebuild    | 28 ++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6-r1.ebuild b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6-r1.ebuild
new file mode 100644
index 00000000000..e209261840c
--- /dev/null
+++ b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit vdr-plugin-2
+
+DESCRIPTION="VDR Plugin: Sleeptimer"
+HOMEPAGE="http://linvdr.org/download/vdr-sleeptimer"
+SRC_URI="http://linvdr.org/download/vdr-sleeptimer/${VDRPLUGIN}-${PV}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+
+DEPEND=">=media-video/vdr-1.2.6"
+
+PATCHES=( "${FILESDIR}/${P}-includes.diff" )
+
+src_prepare() {
+	vdr-plugin-2_src_prepare
+
+	sed -i sleeptimer.c -e "s:RegisterI18n://RegisterI18n:"
+
+	# 787497
+	sed -e "s:MAKEDEP = g++:MAKEDEP = \$(CXX):" -i Makefile
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-sleeptimer/
@ 2024-08-10  6:58 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2024-08-10  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     a5a7959f7a0c92ce1789443c1aac87768b025ab2
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Thu Aug  1 09:05:21 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:58:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a7959f

media-plugins/vdr-sleeptimer: drop 0.6-r0

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37899
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 .../vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild       | 25 ----------------------
 1 file changed, 25 deletions(-)

diff --git a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild b/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild
deleted file mode 100644
index d24e1dfe821a..000000000000
--- a/media-plugins/vdr-sleeptimer/vdr-sleeptimer-0.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit vdr-plugin-2
-
-DESCRIPTION="VDR Plugin: Sleeptimer"
-HOMEPAGE="http://linvdr.org/download/vdr-sleeptimer"
-SRC_URI="http://linvdr.org/download/vdr-sleeptimer/${VDRPLUGIN}-${PV}.tar.gz"
-
-KEYWORDS="~amd64 ~x86"
-SLOT="0"
-LICENSE="GPL-2"
-IUSE=""
-
-DEPEND=">=media-video/vdr-1.2.6"
-
-PATCHES=( "${FILESDIR}/${P}-includes.diff" )
-
-src_prepare() {
-	vdr-plugin-2_src_prepare
-
-	sed -i sleeptimer.c -e "s:RegisterI18n://RegisterI18n:"
-}


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

end of thread, other threads:[~2024-08-10  6:58 UTC | newest]

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

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