Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qthelp/
Date: Sun, 24 Feb 2019 15:21:58
Message-Id: 1551021690.8670ffd486a6cdd94d0156a7d995a02a557f4068.asturm@gentoo
1 commit: 8670ffd486a6cdd94d0156a7d995a02a557f4068
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 14:55:46 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 15:21:30 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8670ffd4
7
8 dev-qt/qthelp: Drop 5.12.1 (r0)
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 dev-qt/qthelp/qthelp-5.12.1.ebuild | 28 ----------------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-qt/qthelp/qthelp-5.12.1.ebuild b/dev-qt/qthelp/qthelp-5.12.1.ebuild
17 deleted file mode 100644
18 index 01861748..00000000
19 --- a/dev-qt/qthelp/qthelp-5.12.1.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -QT5_MODULE="qttools"
27 -inherit qt5-build
28 -
29 -DESCRIPTION="Qt5 module for integrating online documentation into applications"
30 -
31 -if [[ ${QT5_BUILD_TYPE} == release ]]; then
32 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
33 -fi
34 -
35 -IUSE=""
36 -
37 -DEPEND="
38 - ~dev-qt/qtcore-${PV}
39 - ~dev-qt/qtgui-${PV}
40 - ~dev-qt/qtnetwork-${PV}
41 - ~dev-qt/qtsql-${PV}[sqlite]
42 - ~dev-qt/qtwidgets-${PV}
43 -"
44 -RDEPEND="${DEPEND}"
45 -
46 -QT5_TARGET_SUBDIRS=(
47 - src/assistant/help
48 - src/assistant/qhelpgenerator
49 -)