commit:     4c7177bd5f41de9f9e11bd566deebc1323ae9946
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 22:05:51 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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() {

Reply via email to