From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88A0713829C for ; Mon, 13 Jun 2016 14:21:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A474E098A; Mon, 13 Jun 2016 14:21:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 171B8E098A for ; Mon, 13 Jun 2016 14:21:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C96173404A5 for ; Mon, 13 Jun 2016 14:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8BEB197B for ; Mon, 13 Jun 2016 14:21:15 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1465827653.4da136f0f111daa7760f514871fdce35fb68ab2a.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild net-analyzer/zabbix/zabbix-3.0.3.ebuild X-VCS-Directories: net-analyzer/zabbix/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: 4da136f0f111daa7760f514871fdce35fb68ab2a X-VCS-Branch: master Date: Mon, 13 Jun 2016 14:21:15 +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-Archives-Salt: 87f86143-baac-42a3-93e5-3bd64c0f1403 X-Archives-Hash: 3ed2b521db4dc2a017dac398134cb1a0 commit: 4da136f0f111daa7760f514871fdce35fb68ab2a Author: Patrick Lauer gentoo org> AuthorDate: Mon Jun 13 14:19:36 2016 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Mon Jun 13 14:20:53 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da136f0 net-analyzer/zabbix: Add ssl support #585826 Package-Manager: portage-2.3.0_rc1 net-analyzer/zabbix/{zabbix-3.0.3.ebuild => zabbix-3.0.3-r1.ebuild} | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/net-analyzer/zabbix/zabbix-3.0.3.ebuild b/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild similarity index 98% rename from net-analyzer/zabbix/zabbix-3.0.3.ebuild rename to net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild index 5377e85..9d00ad4 100644 --- a/net-analyzer/zabbix/zabbix-3.0.3.ebuild +++ b/net-analyzer/zabbix/zabbix-3.0.3-r1.ebuild @@ -17,7 +17,7 @@ LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" KEYWORDS="~amd64 ~x86" -IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static" +IUSE="+agent java curl frontend ipv6 xmpp ldap libxml2 mysql openipmi oracle postgres proxy server ssh ssl snmp sqlite odbc static" REQUIRED_USE="|| ( agent frontend proxy server ) proxy? ( ^^ ( mysql oracle postgres sqlite odbc ) ) server? ( ^^ ( mysql oracle postgres sqlite odbc ) ) @@ -39,7 +39,8 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) openipmi? ( sys-libs/openipmi ) ssh? ( net-libs/libssh2 ) java? ( virtual/jdk:* ) - odbc? ( dev-db/unixODBC )" + odbc? ( dev-db/unixODBC ) + ssl? ( dev-libs/openssl:= )" RDEPEND="${COMMON_DEPEND} proxy? ( net-analyzer/fping ) @@ -137,6 +138,7 @@ src_configure() { $(use_with ssh ssh2) \ $(use_with libxml2) \ $(use_with odbc unixodbc) \ + $(use_with ssl openssl) \ || die "econf failed" }