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 E0F0A138334 for ; Wed, 15 Aug 2018 14:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA3D7E0A02; Wed, 15 Aug 2018 14:20:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 92251E0A02 for ; Wed, 15 Aug 2018 14:20:48 +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 649B8335C0D for ; Wed, 15 Aug 2018 14:20:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D75F2BA for ; Wed, 15 Aug 2018 14:20:44 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1534342811.8a02d34bc9d32a7822cb45506aa3f2bfd043e3ec.chiitoo@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.9999.ebuild dev-qt/qthelp/qthelp-5.9999.ebuild X-VCS-Directories: dev-qt/qthelp/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 8a02d34bc9d32a7822cb45506aa3f2bfd043e3ec X-VCS-Branch: master Date: Wed, 15 Aug 2018 14:20:44 +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-Archives-Salt: 81d92bcc-07cf-4719-ad5d-c288d2a15232 X-Archives-Hash: 15f4141e6e50cd8bf244a56231da9b3e commit: 8a02d34bc9d32a7822cb45506aa3f2bfd043e3ec Author: Jimi Huotari gentoo org> AuthorDate: Wed Aug 15 14:20:11 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Aug 15 14:20:11 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=8a02d34b dev-qt/qthelp: remove 'qhelpconverter' from 5.12 The 'qhelpconverter' has been removed in: http://code.qt.io/cgit/qt/qttools.git/commit/?h=5.12&id=f3d4e058 Package-Manager: Portage-2.3.46, Repoman-2.3.10 dev-qt/qthelp/qthelp-5.12.9999.ebuild | 1 - dev-qt/qthelp/qthelp-5.9999.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/dev-qt/qthelp/qthelp-5.12.9999.ebuild b/dev-qt/qthelp/qthelp-5.12.9999.ebuild index 3dde0ea7..ff83cd95 100644 --- a/dev-qt/qthelp/qthelp-5.12.9999.ebuild +++ b/dev-qt/qthelp/qthelp-5.12.9999.ebuild @@ -24,6 +24,5 @@ RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/assistant/help - src/assistant/qhelpconverter src/assistant/qhelpgenerator ) diff --git a/dev-qt/qthelp/qthelp-5.9999.ebuild b/dev-qt/qthelp/qthelp-5.9999.ebuild index 3dde0ea7..ff83cd95 100644 --- a/dev-qt/qthelp/qthelp-5.9999.ebuild +++ b/dev-qt/qthelp/qthelp-5.9999.ebuild @@ -24,6 +24,5 @@ RDEPEND="${DEPEND}" QT5_TARGET_SUBDIRS=( src/assistant/help - src/assistant/qhelpconverter src/assistant/qhelpgenerator )