summaryrefslogtreecommitdiff
path: root/dev-qt/qthelp/qthelp-5.15.7.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-01-24 12:57:16 +0000
committerV3n3RiX <venerix@koprulu.sector>2023-01-24 12:57:16 +0000
commit1f23f671d001ca7a0073e504f5ae0184eb5d024d (patch)
tree6747e05170df64a1585f36519a780db2d90f2a11 /dev-qt/qthelp/qthelp-5.15.7.ebuild
parent98bd6c82c526d2c4239d3d194fa1a1a818784552 (diff)
gentoo auto-resync : 24:01:2023 - 12:57:16
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.15.7.ebuild')
-rw-r--r--dev-qt/qthelp/qthelp-5.15.7.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-qt/qthelp/qthelp-5.15.7.ebuild b/dev-qt/qthelp/qthelp-5.15.7.ebuild
deleted file mode 100644
index 70cba8b6ddf3..000000000000
--- a/dev-qt/qthelp/qthelp-5.15.7.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-if [[ ${PV} != *9999* ]]; then
- QT5_KDEPATCHSET_REV=1
- KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86"
-fi
-
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt5 module for integrating online documentation into applications"
-
-IUSE=""
-
-DEPEND="
- =dev-qt/qtcore-${QT5_PV}*:5=
- =dev-qt/qtgui-${QT5_PV}*
- =dev-qt/qtsql-${QT5_PV}*[sqlite]
- =dev-qt/qtwidgets-${QT5_PV}*
-"
-RDEPEND="${DEPEND}"
-
-# https://invent.kde.org/qt/qt/qttools/-/merge_requests/2
-PATCHES=( "${FILESDIR}/${PN}-5.15.4-bogusdep.patch" )
-
-QT5_TARGET_SUBDIRS=(
- src/assistant/help
- src/assistant/qcollectiongenerator
- src/assistant/qhelpgenerator
-)