From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 938A6138334 for ; Sun, 24 Feb 2019 15:21:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E726E0909; Sun, 24 Feb 2019 15:21:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 76E22E0909 for ; Sun, 24 Feb 2019 15:21:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B81BB340441 for ; Sun, 24 Feb 2019 15:21:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C070D54A for ; Sun, 24 Feb 2019 15:21:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1551021690.8670ffd486a6cdd94d0156a7d995a02a557f4068.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qthelp/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qthelp/qthelp-5.12.1.ebuild X-VCS-Directories: dev-qt/qthelp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8670ffd486a6cdd94d0156a7d995a02a557f4068 X-VCS-Branch: master Date: Sun, 24 Feb 2019 15:21:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e80a2d87-c52e-452f-841f-ead87afa92b8 X-Archives-Hash: ad7d131771ea3eda7754aaf9df26d5e9 commit: 8670ffd486a6cdd94d0156a7d995a02a557f4068 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Feb 24 14:55:46 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 24 15:21:30 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8670ffd4 dev-qt/qthelp: Drop 5.12.1 (r0) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qthelp/qthelp-5.12.1.ebuild | 28 ---------------------------- 1 file changed, 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 -)