summaryrefslogtreecommitdiff
path: root/dev-qt/qdoc/qdoc-5.6.2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-31 15:47:53 +0000
commitd950fa39dbe16d164ed0cb8e3036fd5d0d896a4c (patch)
tree04f92d5d1070a7aedb970ce4539dc6d60253c4df /dev-qt/qdoc/qdoc-5.6.2.ebuild
parentbd7908c6630f38067350d396ac5d18c3cc2434a0 (diff)
gentoo resync : 31.10.2017
Diffstat (limited to 'dev-qt/qdoc/qdoc-5.6.2.ebuild')
-rw-r--r--dev-qt/qdoc/qdoc-5.6.2.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/dev-qt/qdoc/qdoc-5.6.2.ebuild b/dev-qt/qdoc/qdoc-5.6.2.ebuild
deleted file mode 100644
index 6858ea5b4bb1..000000000000
--- a/dev-qt/qdoc/qdoc-5.6.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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 arm hppa ppc ppc64 x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtxml-${PV}
-"
-RDEPEND="${DEPEND}"
-
-QT5_TARGET_SUBDIRS=(
- src/qdoc
-)