Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/bibletime/
Date: Mon, 31 May 2021 08:51:40
Message-Id: 1622451080.0c196d8225bf602fd5c1fe46c3781f617085ce22.marecki@gentoo
1 commit: 0c196d8225bf602fd5c1fe46c3781f617085ce22
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 08:45:38 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 08:51:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c196d82
7
8 app-text/bibletime: drop the test phase altogether
9
10 Upstream has declared the test suite to be orphaned and removed it from
11 the Git master on 2021-05-27.
12
13 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
14
15 app-text/bibletime/bibletime-3.0.ebuild | 21 +++------------------
16 1 file changed, 3 insertions(+), 18 deletions(-)
17
18 diff --git a/app-text/bibletime/bibletime-3.0.ebuild b/app-text/bibletime/bibletime-3.0.ebuild
19 index 7cbad364282..8342a551980 100644
20 --- a/app-text/bibletime/bibletime-3.0.ebuild
21 +++ b/app-text/bibletime/bibletime-3.0.ebuild
22 @@ -3,9 +3,7 @@
23
24 EAPI=7
25
26 -VIRTUALX_REQUIRED=test
27 -
28 -inherit cmake virtualx xdg-utils
29 +inherit cmake xdg-utils
30
31 DESCRIPTION="Qt Bible-study application using the SWORD library"
32 HOMEPAGE="http://bibletime.info/"
33 @@ -15,10 +13,8 @@ LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="amd64 x86"
36
37 -# As of 3.0.0 most tests fail unless Bibletime has previously been installed,
38 -# and one fails for unknown reasons even then. See:
39 -# https://github.com/bibletime/bibletime/issues/320
40 -# https://github.com/bibletime/bibletime/issues/321
41 +# Known to fail and will all be gone come next release (see upstream commit
42 +# d05797db79074c526987329dff78d89eef8c501c)
43 RESTRICT="test"
44
45 RDEPEND=">=app-text/sword-1.8.1
46 @@ -38,13 +34,6 @@ DEPEND="${RDEPEND}
47 dev-qt/qttest:5
48 net-misc/curl
49 sys-libs/zlib"
50 -#BDEPEND="test? (
51 -# app-dicts/sword-Josephus
52 -# app-dicts/sword-KJV
53 -# app-dicts/sword-KJVA
54 -# app-dicts/sword-Scofield
55 -# app-dicts/sword-StrongsGreek
56 -#)"
57
58 DOCS=( ChangeLog README.md )
59
60 @@ -65,10 +54,6 @@ src_configure() {
61 cmake_src_configure
62 }
63
64 -src_test() {
65 - virtx cmake_src_test || die "Test run has failed"
66 -}
67 -
68 pkg_postinst() {
69 xdg_icon_cache_update
70 }