commit: 0c196d8225bf602fd5c1fe46c3781f617085ce22 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon May 31 08:45:38 2021 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon May 31 08:51:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c196d82
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 <AT> gentoo.org> app-text/bibletime/bibletime-3.0.ebuild | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/app-text/bibletime/bibletime-3.0.ebuild b/app-text/bibletime/bibletime-3.0.ebuild index 7cbad364282..8342a551980 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 }
