commit: 3c38a48756a80043d52ce1d8ba30e13f50db31bd Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Feb 14 13:05:24 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Feb 14 13:06:49 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c38a487
app-text/bibletime: drop 3.0.3-r4 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/bibletime/Manifest | 1 - app-text/bibletime/bibletime-3.0.3-r4.ebuild | 70 ---------------------- .../files/bibletime-3.0.3-no_indirect_deps.patch | 20 ------- 3 files changed, 91 deletions(-) diff --git a/app-text/bibletime/Manifest b/app-text/bibletime/Manifest index 631dc402b91a..00a2cc0cb6d8 100644 --- a/app-text/bibletime/Manifest +++ b/app-text/bibletime/Manifest @@ -1,2 +1 @@ -DIST bibletime-3.0.3.tar.xz 1620012 BLAKE2B 5f2f5bb071d7ffb625bd687c99a328ba758f8e842138204aa770714f830594fe49c61a45e51f7de69d865b95b154ad934da7af49f391b22907773a1435e4fbbf SHA512 553549b39bf3341dbf310908b24db246d88ba01524d424de14ece35c12160565185547fc0250fe8bb248a32d8a012b99afbc022d9a513dcc916c3e8089f72090 DIST bibletime-3.1.0_rc3.tar.xz 1563536 BLAKE2B 8f50e3493374fcc035b81e07ca14ce391653bcbb8156bd07ef1a7898da6899ac769225cbd2a19a8defa1bc32319f9fad849ad7a91729359f5f211990bb3b50a2 SHA512 e084aa00702a9860c7405742ae87f170aa3599eba59abcb266d529ccdb2fa8c2fab4a5b2dfaa39201a48229548c1de592c59e26554f1c5ceadba095515fc1ff6 diff --git a/app-text/bibletime/bibletime-3.0.3-r4.ebuild b/app-text/bibletime/bibletime-3.0.3-r4.ebuild deleted file mode 100644 index 356a864f3874..000000000000 --- a/app-text/bibletime/bibletime-3.0.3-r4.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg-utils - -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-1.8.1[curl,icu] - dev-cpp/clucene - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwebchannel:5 - dev-qt/qtwebengine:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5" -DEPEND="${RDEPEND} - dev-libs/boost - dev-qt/qttest:5" -BDEPEND="dev-qt/linguist-tools:5 - doc? ( - app-text/docbook-xml-dtd - app-text/docbook-xsl-stylesheets - app-text/po4a - dev-libs/libxslt - )" - -PATCHES=( - "${FILESDIR}"/${PN}-3.0.3-no_indirect_deps.patch -) - -DOCS=( ChangeLog README.md ) - -src_prepare() { - cmake_src_prepare - - sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt:" \ - -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing .desktop file failed" -} - -# TODO: FOO_HTML_LANGUAGES. Current lists for "all languages": -# handbook: ar br cs de en es fi fr hu it ko lt nl pt_BR ru th uk -# howto: ar bg br cs da de en es fi fr hu it ja ko lt nl pt_BR ru th uk -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 -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch b/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch deleted file mode 100644 index 87a129c9d80b..000000000000 --- a/app-text/bibletime/files/bibletime-3.0.3-no_indirect_deps.patch +++ /dev/null @@ -1,20 +0,0 @@ -According to documentation upstream build scripts only look for these -packages to try and guess whether support for them has been enabled -in app-text/sword. - ---- a/platforms/common/core/core.pro -+++ b/platforms/common/core/core.pro -@@ -173,13 +173,5 @@ - # Clucene - include(../../common/clucene/clucene.pro) - --# CURL --# optional --curl:include(../../common/curl/curl.pro) -- --# ICU --# optional --icu:include(../../common/icu/icu.pro) -- - # Sword - include(../../common/sword/sword.pro)
