media-plugins/vdr-skinelchi: missing die's added
authorJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 12 Jan 2020 18:26:29 +0000 (19:26 +0100)
committerJoerg Bornkessel <hd_brummy@gentoo.org>
Sun, 12 Jan 2020 18:38:09 +0000 (19:38 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy@gentoo.org>
media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild

index bdaa4315a209d65927bdc092f8a06db6ffc36bf0..81062648c1c9f93409bfb59b22041a8bda30da64 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -24,16 +24,16 @@ src_prepare() {
 
        # disable imagemagick support, broken ...
        sed -i "${S}"/Makefile -e \
-               "s:SKINELCHI_HAVE_IMAGEMAGICK = 1:SKINELCHI_HAVE_IMAGEMAGICK = 0:"
+               "s:SKINELCHI_HAVE_IMAGEMAGICK = 1:SKINELCHI_HAVE_IMAGEMAGICK = 0:" || die
 
        sed -i "${S}"/DisplayChannel.c \
                -e "s:/hqlogos::" \
-               -e "s:/logos::"
+               -e "s:/logos::" || die
 
        # wrong sed in vdr-plugin-2.eclass?
        sed -e "s:INCLUDES += -I\$(VDRINCDIR):INCLUDES += -I\$(VDRINCDIR)/include:" \
-               -i Makefile
+               -i Makefile || die
 
        # gcc-6 warnings
-       sed -e "s:auto_ptr:unique_ptr:" -i services/epgsearch_services.h
+       sed -e "s:auto_ptr:unique_ptr:" -i services/epgsearch_services.h || die
 }
index 0f5afd259943df1a57532324ef447d1ba8fa0aea..2dbe08a9b7bc5f8b72f00dbc26b6ae064b6f8463 100644 (file)
@@ -23,18 +23,18 @@ src_prepare() {
 
        # disable imagemagick support, broken ...
        sed -i "${S}"/Makefile -e \
-               "s:SKINELCHI_HAVE_IMAGEMAGICK = 1:SKINELCHI_HAVE_IMAGEMAGICK = 0:"
+               "s:SKINELCHI_HAVE_IMAGEMAGICK = 1:SKINELCHI_HAVE_IMAGEMAGICK = 0:" || die
 
        sed -i "${S}"/DisplayChannel.c \
                -e "s:/hqlogos::" \
-               -e "s:/logos::"
+               -e "s:/logos::" || die
 
        # wrong sed in vdr-plugin-2.eclass?
        sed -e "s:INCLUDES += -I\$(VDRINCDIR):INCLUDES += -I\$(VDRINCDIR)/include:" \
-               -i Makefile
+               -i Makefile || die
 
        # gcc-6 warnings
-       sed -e "s:auto_ptr:unique_ptr:" -i services/epgsearch_services.h
+       sed -e "s:auto_ptr:unique_ptr:" -i services/epgsearch_services.h || die
 
        # wrt bug 703994
        eapply "${FILESDIR}/${P}_min_max_from_stl.patch"