* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-suspendoutput/
@ 2016-07-03 20:17 Joerg Bornkessel
0 siblings, 0 replies; 4+ messages in thread
From: Joerg Bornkessel @ 2016-07-03 20:17 UTC (permalink / raw
To: gentoo-commits
commit: 439cb2883c63842a8d8c111c704717cd23b7fd1f
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 3 20:16:09 2016 +0000
Commit: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Jul 3 20:17:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=439cb288
media-plugins/vdr-suspendoutput: bump, this fix wrt bug 574162; clean up old
Package-Manager: portage-2.3.0
media-plugins/vdr-suspendoutput/Manifest | 2 +-
...ndoutput-1.0.1.ebuild => vdr-suspendoutput-2.0.1.ebuild} | 13 +++++++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/media-plugins/vdr-suspendoutput/Manifest b/media-plugins/vdr-suspendoutput/Manifest
index 4e9a3a3f..dadf510 100644
--- a/media-plugins/vdr-suspendoutput/Manifest
+++ b/media-plugins/vdr-suspendoutput/Manifest
@@ -1 +1 @@
-DIST vdr-suspendoutput-1.0.1.tgz 33489 SHA256 70ff2f8a4d12a85ea290da3245ede76979c722120cd1e9b9d44c9e8be454f88f SHA512 8f572dd966f5dc92d7a2fc855f8468282e3582b003e6dc44b6ee94c8c406a79aea77bf6de54aae54c76964bdf82b2253705de1dfd177a5e9b9c192464e94332f WHIRLPOOL 0a6c716badd71fed0eb737a9fc98315e46e402ba8ebae19af0fb28a599a30d573e8dcb5f85839289f34045b8e923d81b9e0edf7971b3264f2196ef4acb159966
+DIST vdr-suspendoutput-2.0.1.tgz 34753 SHA256 d95973df361187cb40f11bae6e1aee019c2bdae6b3776f9eb074fc1b464a6df2 SHA512 25f308d0d35bdff03aa9578f974e9c87ccc6113fa72bc8516383357c415c50e3f40c68bda8f073986efc2a85884446cbb2e10e32ed43e78c54c1413fd90aa13a WHIRLPOOL 77f60687815e33c315e70332e6a6b95a429ae9eb9059dc8a0e0fa0549d07f0381f07b4afec2df13f50ee2c862c19bbfd01a50731d0d15d1f44fcf22650dcd405
diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
similarity index 62%
rename from media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild
rename to media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
index 490c1f3..cfdbe77 100644
--- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild
+++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="4"
+EAPI=6
inherit vdr-plugin-2
@@ -17,3 +17,12 @@ IUSE=""
DEPEND="media-video/vdr"
RDEPEND="${DEPEND}"
+
+src_prepare() {
+ vdr-plugin-2_src_prepare
+
+ # compile fix, wrt bug 574162
+ sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \
+ -e 254c"unsigned int TimeoutMs, bool runOnce)" \
+ -i timer.h
+}
\ No newline at end of file
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-suspendoutput/
@ 2016-08-06 16:51 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2016-08-06 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 1af3f7ed3fdf228b20e446da443e44ce43e5d749
Author: Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Fri Aug 5 16:19:08 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 16:46:20 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af3f7ed
media-plugins/vdr-suspendoutput: whitespace
media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
index cfdbe77..f6b0409 100644
--- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
+++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
@@ -25,4 +25,4 @@ src_prepare() {
sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \
-e 254c"unsigned int TimeoutMs, bool runOnce)" \
-i timer.h
-}
\ No newline at end of file
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-suspendoutput/
@ 2021-05-02 17:54 Jörg Bornkessel
0 siblings, 0 replies; 4+ messages in thread
From: Jörg Bornkessel @ 2021-05-02 17:54 UTC (permalink / raw
To: gentoo-commits
commit: 1a3e2e10ee08b2df5db3bc83628584cc25b88d5a
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 17:27:49 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=1a3e2e10
media-plugins/vdr-suspendoutput: gcc-11 compile fix
max was not declared
eapi 7
Closes: https://bugs.gentoo.org/787506
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
...uspendoutput-2.0.1.ebuild => vdr-suspendoutput-2.0.1-r1.ebuild} | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild
similarity index 84%
rename from media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
rename to media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild
index 5ccea9a17a6..5922d4a200a 100644
--- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild
+++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.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=6
+EAPI=7
inherit vdr-plugin-2
@@ -24,4 +24,7 @@ src_prepare() {
sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \
-e 254c"unsigned int TimeoutMs, bool runOnce)" \
-i timer.h
+
+ # gcc-11, bug 787506
+ sed -e "s|max|std::max|" -i timer.c
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-suspendoutput/
@ 2021-05-02 17:54 Jörg Bornkessel
0 siblings, 0 replies; 4+ messages in thread
From: Jörg Bornkessel @ 2021-05-02 17:54 UTC (permalink / raw
To: gentoo-commits
commit: ef458aff6761d30cf658765cebacf931068fc83f
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun May 2 17:36:29 2021 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun May 2 17:53:51 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef458aff
media-plugins/vdr-suspendoutput: missing die fixed
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild
index 5922d4a200a..0497eb2de3a 100644
--- a/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild
+++ b/media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1-r1.ebuild
@@ -23,8 +23,8 @@ src_prepare() {
# compile fix, wrt bug 574162
sed -e 246c"unsigned int TimeoutMs, bool runOnce)" \
-e 254c"unsigned int TimeoutMs, bool runOnce)" \
- -i timer.h
+ -i timer.h || die
# gcc-11, bug 787506
- sed -e "s|max|std::max|" -i timer.c
+ sed -e "s|max|std::max|" -i timer.c || die
}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-05-02 17:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-06 16:51 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-suspendoutput/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2021-05-02 17:54 Jörg Bornkessel
2021-05-02 17:54 Jörg Bornkessel
2016-07-03 20:17 Joerg Bornkessel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox