Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/cacti-spine/
Date: Fri, 30 Apr 2021 18:46:07
Message-Id: 1619807799.f899f18b11d3af02fbb5db145ba9c1eb78bee1e9.zlogene@gentoo
1 commit: f899f18b11d3af02fbb5db145ba9c1eb78bee1e9
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 18:36:39 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 18:36:39 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f899f18b
7
8 net-analyzer/cacti-spine: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild | 4 +---
14 net-analyzer/cacti-spine/cacti-spine-99999.ebuild | 4 +---
15 2 files changed, 2 insertions(+), 6 deletions(-)
16
17 diff --git a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
18 index 8bce1cc74d0..6c9200ecdce 100644
19 --- a/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
20 +++ b/net-analyzer/cacti-spine/cacti-spine-1.2.16.ebuild
21 @@ -14,12 +14,10 @@ SRC_URI="https://www.cacti.net/downloads/spine/${MY_P}.tar.gz"
22 LICENSE="LGPL-2.1"
23 SLOT="0"
24 KEYWORDS="~alpha amd64 ~hppa ~ppc ~ppc64 sparc x86"
25 -IUSE="libressl"
26
27 BDEPEND="sys-apps/help2man"
28 DEPEND="
29 - !libressl? ( dev-libs/openssl:0= )
30 - libressl? ( dev-libs/libressl:0= )
31 + dev-libs/openssl:0=
32 net-analyzer/net-snmp:=
33 dev-db/mysql-connector-c:0=
34 "
35
36 diff --git a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
37 index 1367debdc14..d929a4df7fc 100644
38 --- a/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
39 +++ b/net-analyzer/cacti-spine/cacti-spine-99999.ebuild
40 @@ -14,12 +14,10 @@ EGIT_REPO_URI="https://github.com/Cacti/spine"
41 LICENSE="LGPL-2.1"
42 SLOT="0"
43 KEYWORDS=""
44 -IUSE="libressl"
45
46 BDEPEND="sys-apps/help2man"
47 DEPEND="
48 - !libressl? ( dev-libs/openssl:0= )
49 - libressl? ( dev-libs/libressl:0= )
50 + dev-libs/openssl:0=
51 net-analyzer/net-snmp:=
52 dev-db/mysql-connector-c:0=
53 "