Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/zile/
Date: Tue, 06 Feb 2018 20:58:40
Message-Id: 1517950667.449265da845d704902e7affbcc707f14c6c8fcfe.ulm@gentoo
1 commit: 449265da845d704902e7affbcc707f14c6c8fcfe
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 6 20:47:22 2018 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 20:57:47 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449265da
7
8 app-editors/zile: Suppress running the tests for GNU Emacs.
9
10 Closes: https://bugs.gentoo.org/630652
11 Package-Manager: Portage-2.3.24, Repoman-2.3.6
12
13 app-editors/zile/zile-2.3.24-r2.ebuild | 7 +++++--
14 app-editors/zile/zile-2.4.13.ebuild | 2 ++
15 app-editors/zile/zile-2.4.14.ebuild | 2 ++
16 3 files changed, 9 insertions(+), 2 deletions(-)
17
18 diff --git a/app-editors/zile/zile-2.3.24-r2.ebuild b/app-editors/zile/zile-2.3.24-r2.ebuild
19 index 49d18af5637..0f710c8c197 100644
20 --- a/app-editors/zile/zile-2.3.24-r2.ebuild
21 +++ b/app-editors/zile/zile-2.3.24-r2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -19,7 +19,10 @@ DEPEND="${RDEPEND}
29 PATCHES=("${FILESDIR}"/${P}-{userhome,gets}.patch)
30
31 src_configure() {
32 - econf $(use test && use_with valgrind || echo "--without-valgrind")
33 + # --without-emacs to suppress tests for GNU Emacs #630652
34 + econf \
35 + --without-emacs \
36 + $(use test && use_with valgrind || echo "--without-valgrind")
37 }
38
39 src_install() {
40
41 diff --git a/app-editors/zile/zile-2.4.13.ebuild b/app-editors/zile/zile-2.4.13.ebuild
42 index 74d312cf2c5..dc81ee11b4d 100644
43 --- a/app-editors/zile/zile-2.4.13.ebuild
44 +++ b/app-editors/zile/zile-2.4.13.ebuild
45 @@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
46 QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
47
48 src_configure() {
49 + # --without-emacs to suppress tests for GNU Emacs #630652
50 econf \
51 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
52 + --without-emacs \
53 $(use_enable acl)
54 }
55
56
57 diff --git a/app-editors/zile/zile-2.4.14.ebuild b/app-editors/zile/zile-2.4.14.ebuild
58 index 74d312cf2c5..dc81ee11b4d 100644
59 --- a/app-editors/zile/zile-2.4.14.ebuild
60 +++ b/app-editors/zile/zile-2.4.14.ebuild
61 @@ -22,8 +22,10 @@ DEPEND="${RDEPEND}
62 QA_AM_MAINTAINER_MODE=".*help2man.*" #450278
63
64 src_configure() {
65 + # --without-emacs to suppress tests for GNU Emacs #630652
66 econf \
67 --docdir="${EPREFIX}"/usr/share/doc/${PF} \
68 + --without-emacs \
69 $(use_enable acl)
70 }