summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2014-11-03 13:28:23 +0000
committerAaron W. Swenson <titanofold@gentoo.org>2014-11-03 13:28:23 +0000
commite69c5bcc0b60470beb39d32457c571f78f91aa34 (patch)
tree246643976a24e3fb62234213cbcdf78f57380bc3 /net-analyzer/zabbix
parentUpdate PostgreSQL dependencies and/or checks to virtual/postgresql. (diff)
downloadgentoo-2-e69c5bcc0b60470beb39d32457c571f78f91aa34.tar.gz
gentoo-2-e69c5bcc0b60470beb39d32457c571f78f91aa34.tar.bz2
gentoo-2-e69c5bcc0b60470beb39d32457c571f78f91aa34.zip
Update PostgreSQL dependencies and/or checks to virtual/postgresql.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key D1BBFDA0)
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r--net-analyzer/zabbix/ChangeLog7
-rw-r--r--net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-2.0.13.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-2.2.5.ebuild6
-rw-r--r--net-analyzer/zabbix/zabbix-2.2.7.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-2.4.1.ebuild4
6 files changed, 17 insertions, 12 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog
index f9bfde9b68bc..a229c48474f1 100644
--- a/net-analyzer/zabbix/ChangeLog
+++ b/net-analyzer/zabbix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/zabbix
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.172 2014/10/29 22:38:38 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.173 2014/11/03 13:28:23 titanofold Exp $
+
+ 03 Nov 2014; Aaron W. Swenson <titanofold@gentoo.org>
+ zabbix-2.0.12-r1.ebuild, zabbix-2.0.13.ebuild, zabbix-2.2.5.ebuild,
+ zabbix-2.2.7.ebuild, zabbix-2.4.1.ebuild:
+ Update PostgreSQL dependencies and/or checks to virtual/postgresql.
*zabbix-2.4.1 (29 Oct 2014)
diff --git a/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild b/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild
index c15f8dc72c13..db9e3671f866 100644
--- a/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild,v 1.2 2014/08/10 21:01:03 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.12-r1.ebuild,v 1.3 2014/11/03 13:28:23 titanofold Exp $
EAPI="5"
@@ -27,7 +27,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
)
mysql? ( >=virtual/mysql-5.0 )
sqlite? ( >=dev-db/sqlite-3.3.5 )
- postgres? ( >=dev-db/postgresql-base-8.3.0 )
+ postgres? ( >=virtual/postgresql-8.3.0 )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
jabber? ( dev-libs/iksemel )
curl? ( net-misc/curl )
diff --git a/net-analyzer/zabbix/zabbix-2.0.13.ebuild b/net-analyzer/zabbix/zabbix-2.0.13.ebuild
index 055fcfd29ea9..36224f85cf96 100644
--- a/net-analyzer/zabbix/zabbix-2.0.13.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.0.13.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.13.ebuild,v 1.1 2014/10/19 22:16:00 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.0.13.ebuild,v 1.2 2014/11/03 13:28:23 titanofold Exp $
EAPI="5"
@@ -27,7 +27,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
)
mysql? ( >=virtual/mysql-5.0 )
sqlite? ( >=dev-db/sqlite-3.3.5 )
- postgres? ( >=dev-db/postgresql-base-8.3.0 )
+ postgres? ( >=virtual/postgresql-8.3.0 )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
jabber? ( dev-libs/iksemel )
curl? ( net-misc/curl )
diff --git a/net-analyzer/zabbix/zabbix-2.2.5.ebuild b/net-analyzer/zabbix/zabbix-2.2.5.ebuild
index cedb0354e854..a651bfb3814e 100644
--- a/net-analyzer/zabbix/zabbix-2.2.5.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.2.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.2.5.ebuild,v 1.4 2014/10/12 08:56:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.2.5.ebuild,v 1.5 2014/11/03 13:28:23 titanofold Exp $
EAPI="5"
@@ -16,7 +16,7 @@ SRC_URI="http://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
-KEYWORDS="amd64 x86"
+KEYWORDS="~amd64 ~x86"
IUSE="agent java curl frontend ipv6 jabber ldap libxml2 mysql openipmi oracle postgres proxy server ssh snmp sqlite odbc static"
COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
@@ -27,7 +27,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
)
mysql? ( >=virtual/mysql-5.0.3 )
sqlite? ( >=dev-db/sqlite-3.3.5 )
- postgres? ( >=dev-db/postgresql-base-8.3.0 )
+ postgres? ( >=virtual/postgresql-8.3.0 )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
jabber? ( dev-libs/iksemel )
libxml2? ( dev-libs/libxml2 )
diff --git a/net-analyzer/zabbix/zabbix-2.2.7.ebuild b/net-analyzer/zabbix/zabbix-2.2.7.ebuild
index 2f84221177da..2051a5ac75c1 100644
--- a/net-analyzer/zabbix/zabbix-2.2.7.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.2.7.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.2.7.ebuild,v 1.1 2014/10/29 22:04:24 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.2.7.ebuild,v 1.2 2014/11/03 13:28:23 titanofold Exp $
EAPI="5"
@@ -27,7 +27,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
)
mysql? ( >=virtual/mysql-5.0.3 )
sqlite? ( >=dev-db/sqlite-3.3.5 )
- postgres? ( >=dev-db/postgresql-base-8.3.0 )
+ postgres? ( >=virtual/postgresql-8.3.0 )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
jabber? ( dev-libs/iksemel )
libxml2? ( dev-libs/libxml2 )
diff --git a/net-analyzer/zabbix/zabbix-2.4.1.ebuild b/net-analyzer/zabbix/zabbix-2.4.1.ebuild
index 422b54c19650..b9e115ade1be 100644
--- a/net-analyzer/zabbix/zabbix-2.4.1.ebuild
+++ b/net-analyzer/zabbix/zabbix-2.4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.4.1.ebuild,v 1.1 2014/10/29 22:38:38 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-2.4.1.ebuild,v 1.2 2014/11/03 13:28:23 titanofold Exp $
EAPI="5"
@@ -27,7 +27,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
)
mysql? ( >=virtual/mysql-5.0.3 )
sqlite? ( >=dev-db/sqlite-3.3.5 )
- postgres? ( >=dev-db/postgresql-base-8.3.0 )
+ postgres? ( >=virtual/postgresql-8.3.0 )
oracle? ( >=dev-db/oracle-instantclient-basic-10.0.0.0 )
jabber? ( dev-libs/iksemel )
libxml2? ( dev-libs/libxml2 )