media-plugins/vdr-suspendoutput: bump, this fix wrt bug 574162; clean up old
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 3 Jul 2016 20:16:09 +0000 (22:16 +0200)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 3 Jul 2016 20:17:22 +0000 (22:17 +0200)
Package-Manager: portage-2.3.0

media-plugins/vdr-suspendoutput/Manifest
media-plugins/vdr-suspendoutput/vdr-suspendoutput-2.0.1.ebuild [moved from media-plugins/vdr-suspendoutput/vdr-suspendoutput-1.0.1.ebuild with 62% similarity]

index 4e9a3a3fb48536b6b25784a4e504880917010c53..dadf510c2c82acdc91210816d4a93264bb234637 100644 (file)
@@ -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
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 490c1f3c1eef70dddcf11f1a432e8b440cc9a190..cfdbe7754af3d7108a1da37dd87ae75db25fcd7a 100644 (file)
@@ -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