From: "Jörg Bornkessel" <hd_brummy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-skinelchi/
Date: Sun, 12 Jan 2020 18:38:27 +0000 (UTC) [thread overview]
Message-ID: <1578854289.dccd86f374944867109921c7e327e9c3ca198b72.hd_brummy@gentoo> (raw)
commit: dccd86f374944867109921c7e327e9c3ca198b72
Author: Joerg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 18:26:29 2020 +0000
Commit: Jörg Bornkessel <hd_brummy <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 18:38:09 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dccd86f3
media-plugins/vdr-skinelchi: missing die's added
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Joerg Bornkessel <hd_brummy <AT> gentoo.org>
media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild | 10 +++++-----
media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild | 8 ++++----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
index bdaa4315a20..81062648c1c 100644
--- a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
+++ b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r1.ebuild
@@ -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
}
diff --git a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild
index 0f5afd25994..2dbe08a9b7b 100644
--- a/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild
+++ b/media-plugins/vdr-skinelchi/vdr-skinelchi-0.3.0-r2.ebuild
@@ -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"
next reply other threads:[~2020-01-12 18:38 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-12 18:38 Jörg Bornkessel [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-08-10 6:58 [gentoo-commits] repo/gentoo:master commit in: media-plugins/vdr-skinelchi/ Joonas Niilola
2020-06-27 20:51 Aaron Bauman
2020-02-14 21:51 Jörg Bornkessel
2018-08-26 12:43 Joerg Bornkessel
2016-10-03 14:23 Joerg Bornkessel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1578854289.dccd86f374944867109921c7e327e9c3ca198b72.hd_brummy@gentoo \
--to=hd_brummy@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox