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: Fri, 02 Sep 2022 10:58:14
Message-Id: 1662116285.7ddb62ce78fee30d12775ae065934f8939d1bb4c.marecki@gentoo
1 commit: 7ddb62ce78fee30d12775ae065934f8939d1bb4c
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 10:56:39 2022 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 10:58:05 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ddb62ce
7
8 app-text/bibletime: drop 3.0.3
9
10 This *intentionally* drops this package to ~arch-only on x86.
11
12 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
13
14 app-text/bibletime/bibletime-3.0.3.ebuild | 59 -------------------------------
15 1 file changed, 59 deletions(-)
16
17 diff --git a/app-text/bibletime/bibletime-3.0.3.ebuild b/app-text/bibletime/bibletime-3.0.3.ebuild
18 deleted file mode 100644
19 index 08049be9d0ac..000000000000
20 --- a/app-text/bibletime/bibletime-3.0.3.ebuild
21 +++ /dev/null
22 @@ -1,59 +0,0 @@
23 -# Copyright 1999-2022 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=8
27 -
28 -inherit cmake xdg-utils
29 -
30 -DESCRIPTION="Qt Bible-study application using the SWORD library"
31 -HOMEPAGE="https://bibletime.info/"
32 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -
38 -RDEPEND=">=app-text/sword-1.8.1
39 - dev-cpp/clucene
40 - dev-qt/qtcore:5
41 - dev-qt/qtgui:5
42 - dev-qt/qtprintsupport:5
43 - dev-qt/qtsvg:5
44 - dev-qt/qtwebchannel:5
45 - dev-qt/qtwebengine:5
46 - dev-qt/qtwidgets:5
47 - dev-qt/qtxml:5"
48 -DEPEND="${RDEPEND}
49 - dev-libs/boost
50 - dev-libs/icu:=
51 - dev-qt/linguist-tools:5
52 - dev-qt/qttest:5
53 - net-misc/curl
54 - sys-libs/zlib"
55 -
56 -DOCS=( ChangeLog README.md )
57 -
58 -src_prepare() {
59 - cmake_src_prepare
60 -
61 - sed -e "s:Dictionary;Qt:Dictionary;Office;TextTools;Utility;Qt:" \
62 - -i cmake/platforms/linux/bibletime.desktop.cmake || die "fixing .desktop file failed"
63 -}
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - -DBUILD_HANDBOOK_HTML=no
68 - -DBUILD_HANDBOOK_PDF=no
69 - -DBUILD_HOWTO_HTML=no
70 - -DBUILD_HOWTO_PDF=no
71 - )
72 - cmake_src_configure
73 -}
74 -
75 -pkg_postinst() {
76 - xdg_icon_cache_update
77 -}
78 -
79 -pkg_postrm() {
80 - xdg_icon_cache_update
81 -}