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 DADE9139694 for ; Thu, 22 Jun 2017 22:14:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE44423400A; Thu, 22 Jun 2017 22:14:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6AC223400A for ; Thu, 22 Jun 2017 22:14:44 +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 0FBA2341985 for ; Thu, 22 Jun 2017 22:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1301173E2 for ; Thu, 22 Jun 2017 22:14:41 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1498169675.b36da72f37b5764c8d1796b042d0cefb04725ccf.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/hotot/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild X-VCS-Directories: net-misc/hotot/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: b36da72f37b5764c8d1796b042d0cefb04725ccf X-VCS-Branch: master Date: Thu, 22 Jun 2017 22:14:41 +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: 98d170d9-1a0a-4427-88ab-aebd8b1fa1bb X-Archives-Hash: c9d3f409af80111d89c45e152056d0aa commit: b36da72f37b5764c8d1796b042d0cefb04725ccf Author: Michael Weber gentoo org> AuthorDate: Thu Jun 22 22:14:22 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Jun 22 22:14:35 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36da72f net-misc/hotot: revbump dropping USE="gtk2 gtk3 qt4" (bug 608606). Package-Manager: Portage-2.3.6, Repoman-2.3.2 ...812.ebuild => hotot-0.9.8.15_p20150812-r2.ebuild} | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild similarity index 67% rename from net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild rename to net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild index 9c7adee05bb..3b3bda77c0f 100644 --- a/net-misc/hotot/hotot-0.9.8.15_p20150812.ebuild +++ b/net-misc/hotot/hotot-0.9.8.15_p20150812-r2.ebuild @@ -14,21 +14,12 @@ SRC_URI="https://github.com/lyricat/Hotot/tarball/452fc0924a98923b -> ${P}.tar.g LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="chrome gtk2 gtk3 kde qt4 qt5" +IUSE="chrome kde qt5" -REQUIRED_USE="|| ( chrome gtk2 gtk3 qt4 qt5 ) ${PYTHON_REQUIRED_USE}" +REQUIRED_USE="|| ( chrome qt5 ) ${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} dev-python/dbus-python[${PYTHON_USEDEP}] - gtk2? ( dev-python/pywebkitgtk[${PYTHON_USEDEP}] ) - gtk3? ( dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gtk+:3[introspection] - net-libs/webkit-gtk:3[introspection] ) - qt4? ( - dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qtwebkit:4 - kde? ( kde-frameworks/kdelibs:4 ) ) qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -37,18 +28,13 @@ RDEPEND="${PYTHON_DEPS} dev-qt/qtwidgets:5 )" DEPEND="${RDEPEND} - sys-devel/gettext - qt4? ( dev-qt/qtsql:4 )" + sys-devel/gettext" src_configure() { mycmakeargs=( ${mycmakeargs} -DWITH_CHROME=$(usex chrome) - -DWITH_GTK=$(usex gtk2) - -DWITH_GTK2=$(usex gtk2) - -DWITH_GTK3=$(usex gtk3) -DWITH_KDE=$(usex kde) - -DWITH_QT=$(usex qt4) -DWITH_QT5=$(usex qt5) -DPYTHON_EXECUTABLE=${PYTHON} )