commit: 796053f85139ca4b085c6efd71e488468e2edde9
Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
AuthorDate: Sun Dec 27 02:02:18 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 06:05:19 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796053f8
net-libs/gsoap: add missing '|| die' statements
Package-Manager: portage-2.2.24
net-libs/gsoap/gsoap-2.7.17-r1.ebuild | 2 +-
net-libs/gsoap/gsoap-2.8.26.ebuild | 2 +-
net-libs/gsoap/gsoap-2.8.27.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
index ad1d0d9..999aba7 100644
--- a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
+++ b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
@@ -59,7 +59,7 @@ src_install() {
prune_libtool_files --all
if use examples; then
- rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o
+ rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o || die
insinto /usr/share/doc/${PF}/examples
doins -r gsoap/samples/*
fi
diff --git a/net-libs/gsoap/gsoap-2.8.26.ebuild
b/net-libs/gsoap/gsoap-2.8.26.ebuild
index a565476..2bce2bd 100644
--- a/net-libs/gsoap/gsoap-2.8.26.ebuild
+++ b/net-libs/gsoap/gsoap-2.8.26.ebuild
@@ -67,7 +67,7 @@ src_install() {
prune_libtool_files --all
if use examples; then
- rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o
+ rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o || die
insinto /usr/share/doc/${PF}/examples
doins -r gsoap/samples/*
fi
diff --git a/net-libs/gsoap/gsoap-2.8.27.ebuild
b/net-libs/gsoap/gsoap-2.8.27.ebuild
index a565476..2bce2bd 100644
--- a/net-libs/gsoap/gsoap-2.8.27.ebuild
+++ b/net-libs/gsoap/gsoap-2.8.27.ebuild
@@ -67,7 +67,7 @@ src_install() {
prune_libtool_files --all
if use examples; then
- rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o
+ rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile*
gsoap/samples/*/*.o || die
insinto /usr/share/doc/${PF}/examples
doins -r gsoap/samples/*
fi