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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7014315800C for ; Mon, 3 Apr 2023 17:40:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AAC91E08A2; Mon, 3 Apr 2023 17:40:30 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B3DCE08A2 for ; Mon, 3 Apr 2023 17:40:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 55A5B335D2F for ; Mon, 3 Apr 2023 17:40:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A013A1C for ; Mon, 3 Apr 2023 17:40:27 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1680543530.2b813ca9ff02f10fdf1adc6a127aaf6f90213cbd.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild X-VCS-Directories: sys-power/apcupsd/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 2b813ca9ff02f10fdf1adc6a127aaf6f90213cbd X-VCS-Branch: master Date: Mon, 3 Apr 2023 17:40:27 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae7962e1-87f9-467a-9e9c-482e681929af X-Archives-Hash: c823eca585e95e3d027210d12f9e4e95 commit: 2b813ca9ff02f10fdf1adc6a127aaf6f90213cbd Author: Jakov Smolić gentoo org> AuthorDate: Mon Apr 3 17:35:26 2023 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Mon Apr 3 17:38:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b813ca9 sys-power/apcupsd: Remove USE=gnome Signed-off-by: Jakov Smolić gentoo.org> sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild index 39033efdfbe7..a80e424729c5 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="7" @@ -12,16 +12,11 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ~arm64 ppc ~riscv x86" -IUSE="snmp +usb +modbus cgi gnome" +IUSE="snmp +usb +modbus cgi" DEPEND=">=sys-apps/util-linux-2.23[tty-helpers(-)] cgi? ( >=media-libs/gd-1.8.4 ) modbus? ( usb? ( virtual/libusb:0 ) ) - gnome? ( - >=x11-libs/gtk+-2.4.0:2 - dev-libs/glib:2 - >=gnome-base/gconf-2.0 - ) snmp? ( >=net-analyzer/net-snmp-5.7.2 )" RDEPEND="${DEPEND} @@ -75,7 +70,7 @@ src_configure() { --enable-net --enable-pcnet \ --with-distname=gentoo \ $(use_enable snmp) \ - $(use_enable gnome gapcmon) \ + --disable-gapcmon \ ${myconf} \ APCUPSD_MAIL=$(type -p mail) }