Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gsoap/
Date: Mon, 28 Dec 2015 10:00:22
Message-Id: 1451196319.796053f85139ca4b085c6efd71e488468e2edde9.monsieurp@gentoo
1 commit: 796053f85139ca4b085c6efd71e488468e2edde9
2 Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu>
3 AuthorDate: Sun Dec 27 02:02:18 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 06:05:19 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=796053f8
7
8 net-libs/gsoap: add missing '|| die' statements
9
10 Package-Manager: portage-2.2.24
11
12 net-libs/gsoap/gsoap-2.7.17-r1.ebuild | 2 +-
13 net-libs/gsoap/gsoap-2.8.26.ebuild | 2 +-
14 net-libs/gsoap/gsoap-2.8.27.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
18 index ad1d0d9..999aba7 100644
19 --- a/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
20 +++ b/net-libs/gsoap/gsoap-2.7.17-r1.ebuild
21 @@ -59,7 +59,7 @@ src_install() {
22 prune_libtool_files --all
23
24 if use examples; then
25 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
26 + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
27 insinto /usr/share/doc/${PF}/examples
28 doins -r gsoap/samples/*
29 fi
30
31 diff --git a/net-libs/gsoap/gsoap-2.8.26.ebuild b/net-libs/gsoap/gsoap-2.8.26.ebuild
32 index a565476..2bce2bd 100644
33 --- a/net-libs/gsoap/gsoap-2.8.26.ebuild
34 +++ b/net-libs/gsoap/gsoap-2.8.26.ebuild
35 @@ -67,7 +67,7 @@ src_install() {
36 prune_libtool_files --all
37
38 if use examples; then
39 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
40 + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
41 insinto /usr/share/doc/${PF}/examples
42 doins -r gsoap/samples/*
43 fi
44
45 diff --git a/net-libs/gsoap/gsoap-2.8.27.ebuild b/net-libs/gsoap/gsoap-2.8.27.ebuild
46 index a565476..2bce2bd 100644
47 --- a/net-libs/gsoap/gsoap-2.8.27.ebuild
48 +++ b/net-libs/gsoap/gsoap-2.8.27.ebuild
49 @@ -67,7 +67,7 @@ src_install() {
50 prune_libtool_files --all
51
52 if use examples; then
53 - rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o
54 + rm -rf gsoap/samples/Makefile* gsoap/samples/*/Makefile* gsoap/samples/*/*.o || die
55 insinto /usr/share/doc/${PF}/examples
56 doins -r gsoap/samples/*
57 fi