summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-06-17 20:44:07 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-06-17 20:44:07 +0000
commitd30290032641a0bd2278ad63ab019f24c3dd84c6 (patch)
tree4ea0dcdeaf9ed3966f7c163ce8b4ecbec1bec047 /net-analyzer/zabbix
parentMigrating away from deprecated postgres virtuals (diff)
downloadhistorical-d30290032641a0bd2278ad63ab019f24c3dd84c6.tar.gz
historical-d30290032641a0bd2278ad63ab019f24c3dd84c6.tar.bz2
historical-d30290032641a0bd2278ad63ab019f24c3dd84c6.zip
Migrating away from deprecated postgres virtuals
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r--net-analyzer/zabbix/ChangeLog7
-rw-r--r--net-analyzer/zabbix/zabbix-1.6.7.ebuild6
-rw-r--r--net-analyzer/zabbix/zabbix-1.8-r1.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-1.8.1.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-1.8.2.ebuild4
-rw-r--r--net-analyzer/zabbix/zabbix-1.8.ebuild4
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 )"