net-p2p/pybitmessage: Drop USE qt4
authorAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 22:05:51 +0000 (23:05 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 24 Jan 2018 22:05:51 +0000 (23:05 +0100)
Qt4 is dead.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

net-p2p/pybitmessage/pybitmessage-0.6.2-r2.ebuild

index df49b8e4e32a5feff02f1926b435072e8c320a45..10ef7b3f1fbb20a48426cdc16e43fe036e99702d 100644 (file)
@@ -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() {