Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-power/apcupsd/
Date: Wed, 06 May 2020 17:25:33
Message-Id: 1588785910.d2da61ed88093d2902922d2ca60c6b97c3337422.mgorny@gentoo
1 commit: d2da61ed88093d2902922d2ca60c6b97c3337422
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 6 16:57:22 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed May 6 17:25:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2da61ed
7
8 sys-power/apcupsd: Remove stale sys-freebsd/ deps
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-power/apcupsd/apcupsd-3.14.13.ebuild | 6 ++----
13 sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild | 6 ++----
14 2 files changed, 4 insertions(+), 8 deletions(-)
15
16 diff --git a/sys-power/apcupsd/apcupsd-3.14.13.ebuild b/sys-power/apcupsd/apcupsd-3.14.13.ebuild
17 index a888ac246e8..b6e3eb60c4f 100644
18 --- a/sys-power/apcupsd/apcupsd-3.14.13.ebuild
19 +++ b/sys-power/apcupsd/apcupsd-3.14.13.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=5
26 @@ -15,9 +15,7 @@ KEYWORDS="amd64 ~arm ppc x86"
27 IUSE="snmp +usb cgi nls gnome kernel_linux"
28
29 DEPEND="
30 - || ( >=sys-apps/util-linux-2.23[tty-helpers(-)]
31 - sys-freebsd/freebsd-ubin
32 - )
33 + >=sys-apps/util-linux-2.23[tty-helpers(-)]
34 cgi? ( >=media-libs/gd-1.8.4 )
35 nls? ( sys-devel/gettext )
36 snmp? ( >=net-analyzer/net-snmp-5.7.2 )
37
38 diff --git a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
39 index 24060d395a6..4390e39bda5 100644
40 --- a/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
41 +++ b/sys-power/apcupsd/apcupsd-3.14.14-r2.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2018 Gentoo Foundation
44 +# Copyright 1999-2020 Gentoo Authors
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=6
48 @@ -15,9 +15,7 @@ KEYWORDS="amd64 ~arm ppc x86"
49 IUSE="snmp +usb +modbus cgi gnome kernel_linux"
50
51 DEPEND="
52 - || ( >=sys-apps/util-linux-2.23[tty-helpers(-)]
53 - sys-freebsd/freebsd-ubin
54 - )
55 + >=sys-apps/util-linux-2.23[tty-helpers(-)]
56 modbus? ( usb? ( virtual/libusb:0 ) )
57 cgi? ( >=media-libs/gd-1.8.4 )
58 snmp? ( >=net-analyzer/net-snmp-5.7.2 )