summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-07-06 11:17:56 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-07-06 12:27:09 +0200
commitda2e51b3b0915e72439d8bf7526ba3f864b1f777 (patch)
tree9173018a16e09ed83bc894e25cda33174d210313 /dev-qt/assistant
parentgames-puzzle/syzygy: new package, add 1.0.2 (diff)
downloadgentoo-da2e51b3b0915e72439d8bf7526ba3f864b1f777.tar.gz
gentoo-da2e51b3b0915e72439d8bf7526ba3f864b1f777.tar.bz2
gentoo-da2e51b3b0915e72439d8bf7526ba3f864b1f777.zip
dev-qt/assistant: Drop 5.15.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/assistant')
-rw-r--r--dev-qt/assistant/Manifest1
-rw-r--r--dev-qt/assistant/assistant-5.15.4.ebuild59
2 files changed, 0 insertions, 60 deletions
diff --git a/dev-qt/assistant/Manifest b/dev-qt/assistant/Manifest
index 8c2a6b20b3ee..8d769e1b9a5d 100644
--- a/dev-qt/assistant/Manifest
+++ b/dev-qt/assistant/Manifest
@@ -1,2 +1 @@
-DIST qttools-everywhere-opensource-src-5.15.4.tar.xz 8897256 BLAKE2B e7d8055c9b4b52b188f61c73a300275838647d95f9eb0437129482d91584bbc0705ce9360b0a8fee2775a4cfefda53bc5aae70b10ca34d1bdeb09aa19b7d13bb SHA512 26edf546a1ec7195f1ff5a9e40e430fdd0c7ebb7d86e44ed22b093426c23ff25b2c972fa520abd1064369d32609019746c2fe972a3f593c6f7539d339642f06e
DIST qttools-everywhere-opensource-src-5.15.5.tar.xz 8898140 BLAKE2B 49b7b0db9d9ae9c6d405678eab0ec097bc160eb7787bc939aa92816cc63c5c97aef2de0c978a2a3597014878dca9466631131bc7746bd03d87229ed7edb6594c SHA512 ff5e658ec812dd36d00ad3ac7e824de708968ff1c66a73da1470b6f0cdb6853a7084f18b1bcf1614afd4c23f381d817d7eb665f8573a4e981a9b87c6e4d6fa2b
diff --git a/dev-qt/assistant/assistant-5.15.4.ebuild b/dev-qt/assistant/assistant-5.15.4.ebuild
deleted file mode 100644
index 3aef877d922c..000000000000
--- a/dev-qt/assistant/assistant-5.15.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-QT5_MODULE="qttools"
-inherit desktop qt5-build xdg-utils
-
-DESCRIPTION="Tool for viewing on-line documentation in Qt help file format"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="amd64 ~arm arm64 ~hppa ppc64 ~sparc x86"
-fi
-
-IUSE=""
-
-DEPEND="
- =dev-qt/qtcore-${QT5_PV}*:5=
- =dev-qt/qtgui-${QT5_PV}*[png]
- =dev-qt/qthelp-${QT5_PV}*
- =dev-qt/qtnetwork-${QT5_PV}*
- =dev-qt/qtprintsupport-${QT5_PV}*
- =dev-qt/qtsql-${QT5_PV}*[sqlite]
- =dev-qt/qtwidgets-${QT5_PV}*
-"
-RDEPEND="${DEPEND}
- !dev-qt/${PN}:5
- !<dev-qt/qtchooser-66-r2
-"
-
-QT5_TARGET_SUBDIRS=(
- src/assistant/assistant
-)
-
-src_prepare() {
- sed -e "s/qtHaveModule(webkitwidgets)/false/g" \
- -i src/assistant/assistant/assistant.pro || die
-
- qt5-build_src_prepare
-}
-
-src_install() {
- qt5-build_src_install
- qt5_symlink_binary_to_path assistant
-
- doicon -s 32 src/assistant/assistant/images/assistant.png
- newicon -s 128 src/assistant/assistant/images/assistant-128.png assistant.png
- make_desktop_entry "${QT5_BINDIR}"/assistant 'Qt 5 Assistant' assistant 'Qt;Development;Documentation'
-}
-
-pkg_postinst() {
- qt5-build_pkg_postinst
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- qt5-build_pkg_postrm
- xdg_icon_cache_update
-}