diff options
author | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:44:07 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2010-06-17 20:44:07 +0000 |
commit | 7456061480691b6eea2f842a8b051e4e5f0ee9a0 (patch) | |
tree | c1078899c5a696efa234a0d5459da49352c9b19b /net-analyzer | |
parent | Migrating away from deprecated postgres virtuals (diff) | |
download | gentoo-2-7456061480691b6eea2f842a8b051e4e5f0ee9a0.tar.gz gentoo-2-7456061480691b6eea2f842a8b051e4e5f0ee9a0.tar.bz2 gentoo-2-7456061480691b6eea2f842a8b051e4e5f0ee9a0.zip |
Migrating away from deprecated postgres virtuals
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/zabbix/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.6.7.ebuild | 6 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.1.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.ebuild | 4 |
6 files changed, 17 insertions, 12 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index 209edda7aa28..fc69c9eecdfe 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/zabbix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.28 2010/06/05 11:03:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.29 2010/06/17 20:44:07 patrick Exp $ + + 17 Jun 2010; Patrick Lauer <patrick@gentoo.org> zabbix-1.6.7.ebuild, + zabbix-1.8.ebuild, zabbix-1.8-r1.ebuild, zabbix-1.8.1.ebuild, + zabbix-1.8.2.ebuild: + Migrating away from deprecated postgres virtuals 05 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> zabbix-1.8.2.ebuild: Use COMMON_DEPEND to move dev-util/pkgconfig out of RDEPEND. diff --git a/net-analyzer/zabbix/zabbix-1.6.7.ebuild b/net-analyzer/zabbix/zabbix-1.6.7.ebuild index ed5336f35590..a1aeea820a4d 100644 --- a/net-analyzer/zabbix/zabbix-1.6.7.ebuild +++ b/net-analyzer/zabbix/zabbix-1.6.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.6.7.ebuild,v 1.1 2009/11/21 10:32:26 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.6.7.ebuild,v 1.2 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -22,7 +22,7 @@ DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" diff --git a/net-analyzer/zabbix/zabbix-1.8-r1.ebuild b/net-analyzer/zabbix/zabbix-1.8-r1.ebuild index 1ac87177a351..96f8b149f659 100644 --- a/net-analyzer/zabbix/zabbix-1.8-r1.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8-r1.ebuild,v 1.3 2010/02/20 20:03:47 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8-r1.ebuild,v 1.4 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -24,7 +24,7 @@ DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" diff --git a/net-analyzer/zabbix/zabbix-1.8.1.ebuild b/net-analyzer/zabbix/zabbix-1.8.1.ebuild index 1e4dbbbbda78..5d51dcb325fd 100644 --- a/net-analyzer/zabbix/zabbix-1.8.1.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.1.ebuild,v 1.1 2010/02/26 11:05:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.1.ebuild,v 1.2 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -24,7 +24,7 @@ DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" diff --git a/net-analyzer/zabbix/zabbix-1.8.2.ebuild b/net-analyzer/zabbix/zabbix-1.8.2.ebuild index 7a1144999abe..6eafc705abdd 100644 --- a/net-analyzer/zabbix/zabbix-1.8.2.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.4 2010/06/05 11:03:01 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.2.ebuild,v 1.5 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -25,7 +25,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" diff --git a/net-analyzer/zabbix/zabbix-1.8.ebuild b/net-analyzer/zabbix/zabbix-1.8.ebuild index c8dc29da2825..67f349fb4b16 100644 --- a/net-analyzer/zabbix/zabbix-1.8.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.ebuild,v 1.3 2010/01/12 13:11:58 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.ebuild,v 1.4 2010/06/17 20:44:07 patrick Exp $ EAPI="2" @@ -24,7 +24,7 @@ DEPEND="snmp? ( net-analyzer/net-snmp ) ) mysql? ( virtual/mysql ) sqlite3? ( =dev-db/sqlite-3* ) - postgres? ( virtual/postgresql-base ) + postgres? ( dev-db/postgresql-base ) jabber? ( dev-libs/iksemel ) curl? ( net-misc/curl ) openipmi? ( sys-libs/openipmi )" |