aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
commit42e56fc6cc857dd6fb0903cdd9b2afddaeaac775 (patch)
tree7af977f14a2c05ad712908d93981b8e7543dd3a3 /dev-qt/qdoc
parentdev-qt: Add Qt 5.11.2 (diff)
downloadqt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.gz
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.bz2
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.zip
dev-qt: Drop Qt 5.11.2
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qdoc')
-rw-r--r--dev-qt/qdoc/Manifest1
-rw-r--r--dev-qt/qdoc/qdoc-5.11.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-qt/qdoc/Manifest b/dev-qt/qdoc/Manifest
deleted file mode 100644
index ccecb4bc..00000000
--- a/dev-qt/qdoc/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qttools-everywhere-src-5.11.2.tar.xz 9691816 BLAKE2B 6391d9ec8c12789568db152a7131109e504449b82c738304f1360430d40c465a2f2bd6a77bf80ec8139c2ba93b896b62f59b6698a6f234ac606b9d2d396de211 SHA512 a950a3c1d8e6e92ba200e6834d1f88b8b98b91e3ab2e238aa4d229248f19103e38a06f0a81304ebdae70b96a60c87fdea8caae0181d2114da3e20e9148d08be5
diff --git a/dev-qt/qdoc/qdoc-5.11.2.ebuild b/dev-qt/qdoc/qdoc-5.11.2.ebuild
deleted file mode 100644
index 6e802bc9..00000000
--- a/dev-qt/qdoc/qdoc-5.11.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qttools"
-inherit qt5-build
-
-DESCRIPTION="Qt documentation generator"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- sys-devel/clang:=
- qml? ( ~dev-qt/qtdeclarative-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qdoc
-)
-
-src_prepare() {
- qt_use_disable_mod qml qmldevtools-private \
- src/qdoc/qdoc.pro
-
- export LLVM_INSTALL_DIR="$(llvm-config --prefix)"
- # this is normally loaded in qttools.pro, so skipped by using
- # QT_TARGET_SUBDIRS causing build to fail
- sed -e '1iload(qt_find_clang)\' -i src/qdoc/qdoc.pro || die
-
- qt5-build_src_prepare
-}