aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-24 15:55:46 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-24 16:21:30 +0100
commit8670ffd486a6cdd94d0156a7d995a02a557f4068 (patch)
tree2ba411ae0e1414b0c58622e91b570ce6562bc390 /dev-qt/qthelp/qthelp-5.12.1.ebuild
parentdev-qt/qthelp: Add back qcollectiongenerator to QT5_TARGET_SUBDIRS (diff)
downloadqt-8670ffd486a6cdd94d0156a7d995a02a557f4068.tar.gz
qt-8670ffd486a6cdd94d0156a7d995a02a557f4068.tar.bz2
qt-8670ffd486a6cdd94d0156a7d995a02a557f4068.zip
dev-qt/qthelp: Drop 5.12.1 (r0)
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qthelp/qthelp-5.12.1.ebuild')
-rw-r--r--dev-qt/qthelp/qthelp-5.12.1.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-qt/qthelp/qthelp-5.12.1.ebuild b/dev-qt/qthelp/qthelp-5.12.1.ebuild
deleted file mode 100644
index 01861748..00000000
--- a/dev-qt/qthelp/qthelp-5.12.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt5 module for integrating online documentation into applications"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtnetwork-${PV}
- ~dev-qt/qtsql-${PV}[sqlite]
- ~dev-qt/qtwidgets-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/assistant/help
- src/assistant/qhelpgenerator
-)