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 9DF781382C5 for ; Thu, 22 Mar 2018 14:57:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94870E09A7; Thu, 22 Mar 2018 14:57:20 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6C864E09A7 for ; Thu, 22 Mar 2018 14:57:20 +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 52335335C2C for ; Thu, 22 Mar 2018 14:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D66924C for ; Thu, 22 Mar 2018 14:57:15 +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: <1521730624.af75e838cf636a72a9034f0c31966bf8ba5dd648.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/razercfg/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/razercfg/metadata.xml sys-apps/razercfg/razercfg-0.39-r1.ebuild X-VCS-Directories: sys-apps/razercfg/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: af75e838cf636a72a9034f0c31966bf8ba5dd648 X-VCS-Branch: master Date: Thu, 22 Mar 2018 14:57:15 +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: 033dd51c-ebce-4a32-a7ad-dea03c6d50f7 X-Archives-Hash: 10c48e78c4146d5d12fc0e0d5db68504 commit: af75e838cf636a72a9034f0c31966bf8ba5dd648 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 22 14:56:42 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 22 14:57:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af75e838 sys-apps/razercfg: Drop USE=qt4 Qt4 is dead and going away. Package-Manager: Portage-2.3.24, Repoman-2.3.6 sys-apps/razercfg/metadata.xml | 1 - sys-apps/razercfg/razercfg-0.39-r1.ebuild | 13 +++++-------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/sys-apps/razercfg/metadata.xml b/sys-apps/razercfg/metadata.xml index 101f51bc68a..77b7acea528 100644 --- a/sys-apps/razercfg/metadata.xml +++ b/sys-apps/razercfg/metadata.xml @@ -14,6 +14,5 @@ tool. Installs the pm-utils hooks for suspend/resume and requires sys-power/pm-utils - Installs a qt UI. Requires dev-python/pyside diff --git a/sys-apps/razercfg/razercfg-0.39-r1.ebuild b/sys-apps/razercfg/razercfg-0.39-r1.ebuild index c9cb4bdaf9e..f39e614cb88 100644 --- a/sys-apps/razercfg/razercfg-0.39-r1.ebuild +++ b/sys-apps/razercfg/razercfg-0.39-r1.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 @@ -14,14 +14,13 @@ SRC_URI="https://bues.ch/${PN}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+pm-utils qt4 +udev" +IUSE="+pm-utils +udev" REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} virtual/libusb:1 pm-utils? ( sys-power/pm-utils ) - qt4? ( >=dev-python/pyside-1.2.1[${PYTHON_USEDEP}] ) udev? ( virtual/udev ) " DEPEND="${PYTHON_DEPS} @@ -67,11 +66,9 @@ src_install() { newinitd "${FILESDIR}"/razerd.init.d-r2 razerd dodoc README.* HACKING.* razer.conf - if ! use qt4; then - rm "${D%/}"/usr/bin/qrazercfg{,-applet} || die - rm "${D%/}"/usr/share/icons/hicolor/scalable/apps/razercfg* || die - rm "${D%/}"/usr/share/applications/razercfg.desktop || die - fi + rm "${D%/}"/usr/bin/qrazercfg{,-applet} || die + rm "${D%/}"/usr/share/icons/hicolor/scalable/apps/razercfg* || die + rm "${D%/}"/usr/share/applications/razercfg.desktop || die if ! use pm-utils; then rm "${D%/}/usr/$(get_libdir)/pm-utils/sleep.d/80razer" || die