commit: 2082da9526e74b4b24166045431e5d64a55ad409 Author: Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr> AuthorDate: Wed May 21 08:29:05 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu May 22 22:20:32 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2082da95
app-text/bibletime: drop 3.1.0 Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42208 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/bibletime/Manifest | 1 - app-text/bibletime/bibletime-3.1.0.ebuild | 44 ------------------------------- 2 files changed, 45 deletions(-) diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest index dc306d6a0790..e70d01051bea 100644 --- a/app-text/bibletime/Manifest +++ b/app-text/bibletime/Manifest @@ -1,2 +1 @@ -DIST bibletime-3.1.0.tar.xz 1570636 BLAKE2B a6907a84ff2f760998928debf435bdaafbbcc0fa1b4762f3a6a2e4c2bc2e6c9433be438b0da291b3bad51f7db1ae6af0f85eb88b736d9f2d18a25d72011d9aa2 SHA512 c8181e4cfe25bd4c2cbe0b13936202b95cd3bf7bff14240e5ee545220204405cbe0b392ca3e9829fbe8ddff9cf66e15ba1e1294f901546fd91d7c245f0c1bd0c DIST bibletime-3.1.1.tar.xz 1571864 BLAKE2B b19492d64f43f28c52e572d62c35c3d1c9bad56757e7b2f8669a2c50bf6910e924857c2d8cc734a011814429f49e2e3e35329971609cdd534297e1d9f70a4b9a SHA512 1760b70e73f42685be3ccc041d2e009f1ee7fbb56991da2cdf12c9b9c0e7cc9fabe878b6c85aa0443b6417c726a31878213fc55bc3ceea8ef910c78ded6ebd96 diff --git a/app-text/bibletime/bibletime-3.1.0.ebuild b/app-text/bibletime/bibletime-3.1.0.ebuild deleted file mode 100644 index bb0815edce86..000000000000 --- a/app-text/bibletime/bibletime-3.1.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg - -DESCRIPTION="Qt Bible-study application using the SWORD library" -HOMEPAGE="https://bibletime.info" -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="doc" - -RDEPEND=" - app-text/sword[curl,icu] - dev-cpp/clucene:1 - dev-qt/qtbase:6[gui,network,widgets,xml] - dev-qt/qtdeclarative:6[widgets] - dev-qt/qtsvg:6 -" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-qt/qttools:6[linguist] - doc? ( - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/po4a - dev-libs/libxslt - ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_HANDBOOK_HTML=$(usex doc) - -DBUILD_HANDBOOK_PDF=no - -DBUILD_HOWTO_HTML=$(usex doc) - -DBUILD_HOWTO_PDF=no - ) - - cmake_src_configure -}
