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 B983B138334 for ; Sat, 9 Feb 2019 09:52:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBD41E09A4; Sat, 9 Feb 2019 09:52:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B8F9AE09A4 for ; Sat, 9 Feb 2019 09:52:23 +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 E3B01335DA9 for ; Sat, 9 Feb 2019 09:52:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ACC1D540 for ; Sat, 9 Feb 2019 09:52:19 +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: <1549705920.fdb8eef90e91fc126cf02896590827ae12f35c9e.asturm@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-r2.ebuild X-VCS-Directories: sys-power/apcupsd/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: fdb8eef90e91fc126cf02896590827ae12f35c9e X-VCS-Branch: master Date: Sat, 9 Feb 2019 09:52:19 +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: 7a0ed91e-eb07-408d-9f72-1cd21ba92e2c X-Archives-Hash: f72fb69ed1edc793d069b02f83991c3f commit: fdb8eef90e91fc126cf02896590827ae12f35c9e Author: John Einar Reitan gmail com> AuthorDate: Thu Feb 7 12:22:42 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Feb 9 09:52:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8eef9 sys-power/apcupsd: Remove dead nls keyword NLS support was removed from apcupsd in the 3.14.4 release, as stated in the ReleaseNotes. The ebuild still have an IUSE for nls and a DEPEND on sys-devel/gettext, for no reason. So this cleans up the ebuild. Closes: https://bugs.gentoo.org/499770 Signed-off-by: John Einar Reitan gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10999 Signed-off-by: Andreas Sturmlechner gentoo.org> sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild index 6b1c1f839c9..237d66e517c 100644 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd" -IUSE="snmp +usb +modbus cgi nls gnome kernel_linux" +IUSE="snmp +usb +modbus cgi gnome kernel_linux" DEPEND=" || ( >=sys-apps/util-linux-2.23[tty-helpers(-)] @@ -20,7 +20,6 @@ DEPEND=" ) modbus? ( usb? ( virtual/libusb:0 ) ) cgi? ( >=media-libs/gd-1.8.4 ) - nls? ( sys-devel/gettext ) snmp? ( >=net-analyzer/net-snmp-5.7.2 ) gnome? ( >=x11-libs/gtk+-2.4.0:2 dev-libs/glib:2