diff options
author | Marek Szuba <marecki@gentoo.org> | 2021-05-31 09:45:38 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2021-05-31 09:51:20 +0100 |
commit | 0c196d8225bf602fd5c1fe46c3781f617085ce22 (patch) | |
tree | e7e1a37b412adb30cd13e7a26cee57c673ee7dc6 /app-text | |
parent | sys-auth/solo-python: tag as stabilize-allarches (diff) | |
download | gentoo-0c196d8225bf602fd5c1fe46c3781f617085ce22.tar.gz gentoo-0c196d8225bf602fd5c1fe46c3781f617085ce22.tar.bz2 gentoo-0c196d8225bf602fd5c1fe46c3781f617085ce22.zip |
app-text/bibletime: drop the test phase altogether
Upstream has declared the test suite to be orphaned and removed it from
the Git master on 2021-05-27.
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/bibletime/bibletime-3.0.ebuild | 21 |
1 files changed, 3 insertions, 18 deletions
diff --git a/app-text/bibletime/bibletime-3.0.ebuild b/app-text/bibletime/bibletime-3.0.ebuild index 7cbad3642829..8342a5519800 100644 --- a/app-text/bibletime/bibletime-3.0.ebuild +++ b/app-text/bibletime/bibletime-3.0.ebuild @@ -3,9 +3,7 @@ EAPI=7 -VIRTUALX_REQUIRED=test - -inherit cmake virtualx xdg-utils +inherit cmake xdg-utils DESCRIPTION="Qt Bible-study application using the SWORD library" HOMEPAGE="http://bibletime.info/" @@ -15,10 +13,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 x86" -# As of 3.0.0 most tests fail unless Bibletime has previously been installed, -# and one fails for unknown reasons even then. See: -# https://github.com/bibletime/bibletime/issues/320 -# https://github.com/bibletime/bibletime/issues/321 +# Known to fail and will all be gone come next release (see upstream commit +# d05797db79074c526987329dff78d89eef8c501c) RESTRICT="test" RDEPEND=">=app-text/sword-1.8.1 @@ -38,13 +34,6 @@ DEPEND="${RDEPEND} dev-qt/qttest:5 net-misc/curl sys-libs/zlib" -#BDEPEND="test? ( -# app-dicts/sword-Josephus -# app-dicts/sword-KJV -# app-dicts/sword-KJVA -# app-dicts/sword-Scofield -# app-dicts/sword-StrongsGreek -#)" DOCS=( ChangeLog README.md ) @@ -65,10 +54,6 @@ src_configure() { cmake_src_configure } -src_test() { - virtx cmake_src_test || die "Test run has failed" -} - pkg_postinst() { xdg_icon_cache_update } |