Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/
Date: Sat, 09 Feb 2019 09:52:25
Message-Id: 1549705920.fdb8eef90e91fc126cf02896590827ae12f35c9e.asturm@gentoo
1 commit: fdb8eef90e91fc126cf02896590827ae12f35c9e
2 Author: John Einar Reitan <john.einar <AT> gmail <DOT> com>
3 AuthorDate: Thu Feb 7 12:22:42 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 09:52:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdb8eef9
7
8 sys-power/apcupsd: Remove dead nls keyword
9
10 NLS support was removed from apcupsd in the 3.14.4 release, as stated in
11 the ReleaseNotes. The ebuild still have an IUSE for nls and a DEPEND on
12 sys-devel/gettext, for no reason. So this cleans up the ebuild.
13
14 Closes: https://bugs.gentoo.org/499770
15 Signed-off-by: John Einar Reitan <john.einar <AT> gmail.com>
16 Closes: https://github.com/gentoo/gentoo/pull/10999
17 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
18
19 sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 3 +--
20 1 file changed, 1 insertion(+), 2 deletions(-)
21
22 diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
23 index 6b1c1f839c9..237d66e517c 100644
24 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
25 +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/apcupsd/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ~arm ppc x86 ~x86-fbsd"
30 -IUSE="snmp +usb +modbus cgi nls gnome kernel_linux"
31 +IUSE="snmp +usb +modbus cgi gnome kernel_linux"
32
33 DEPEND="
34 || ( >=sys-apps/util-linux-2.23[tty-helpers(-)]
35 @@ -20,7 +20,6 @@ DEPEND="
36 )
37 modbus? ( usb? ( virtual/libusb:0 ) )
38 cgi? ( >=media-libs/gd-1.8.4 )
39 - nls? ( sys-devel/gettext )
40 snmp? ( >=net-analyzer/net-snmp-5.7.2 )
41 gnome? ( >=x11-libs/gtk+-2.4.0:2
42 dev-libs/glib:2