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 3BF571382C5 for ; Wed, 24 Jan 2018 22:06:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4EFB1E08CE; Wed, 24 Jan 2018 22:06:11 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AD09E08CE for ; Wed, 24 Jan 2018 22:06:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E5AD6335C0C for ; Wed, 24 Jan 2018 22:06:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 740781C8 for ; Wed, 24 Jan 2018 22:06:08 +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: <1516831551.4c7177bd5f41de9f9e11bd566deebc1323ae9946.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/pybitmessage/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild X-VCS-Directories: net-p2p/pybitmessage/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4c7177bd5f41de9f9e11bd566deebc1323ae9946 X-VCS-Branch: master Date: Wed, 24 Jan 2018 22:06:08 +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: fef8593a-d625-4a93-b2cb-3cd8f9543148 X-Archives-Hash: f3c5ba818cdc50f0a65f00d009742b99 commit: 4c7177bd5f41de9f9e11bd566deebc1323ae9946 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 24 22:05:51 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 24 22:05:51 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7177bd net-p2p/pybitmessage: Drop USE qt4 Qt4 is dead. Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild b/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild index df49b8e4e32..10ef7b3f1fb 100644 --- a/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild +++ b/net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/Bitmessage/${MY_PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="libressl ncurses opencl qt4 sound" +IUSE="libressl ncurses opencl sound" REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND="${PYTHON_DEPS}" @@ -42,7 +42,6 @@ RDEPEND="${DEPEND} dev-python/numpy[${PYTHON_USEDEP}] dev-python/pyopencl[${PYTHON_USEDEP}] ) - qt4? ( dev-python/PyQt4[${PYTHON_USEDEP}] ) sound? ( || ( media-sound/gst123 media-sound/alsa-utils @@ -58,12 +57,6 @@ src_install () { dodoc README.md # The man page is not installed because it's basically empty. - - if use qt4 ; then - newicon -s 24 desktop/icon24.png "${PN}.png" - newicon -s scalable desktop/can-icon.svg "${PN}.svg" - domenu "desktop/${PN}.desktop" - fi } pkg_preinst() {