summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2012-03-19 09:54:03 +0000
committerPacho Ramos <pacho@gentoo.org>2012-03-19 09:54:03 +0000
commit289e938ed6fd8b2d9c0234d9864a9b501ace3b0c (patch)
treef3be2b1c7cdb18fe4d03e40001d5e61c54ddc675 /net-analyzer
parentVersion bump (diff)
downloadgentoo-2-289e938ed6fd8b2d9c0234d9864a9b501ace3b0c.tar.gz
gentoo-2-289e938ed6fd8b2d9c0234d9864a9b501ace3b0c.tar.bz2
gentoo-2-289e938ed6fd8b2d9c0234d9864a9b501ace3b0c.zip
Move from sqlite3 USE flag to sqlite, bug #251394 (fixed with Patrick permission).
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/zabbix/ChangeLog7
-rw-r--r--net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild8
-rw-r--r--net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild10
3 files changed, 15 insertions, 10 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog
index ccf457b99af0..a1cb08ed370b 100644
--- a/net-analyzer/zabbix/ChangeLog
+++ b/net-analyzer/zabbix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/zabbix
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.75 2012/02/21 02:57:00 mattm Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.76 2012/03/19 09:54:03 pacho Exp $
+
+ 19 Mar 2012; Pacho Ramos <pacho@gentoo.org> zabbix-1.8.10-r1.ebuild,
+ zabbix-1.9.5-r1.ebuild:
+ Move from sqlite3 USE flag to sqlite, bug #251394 (fixed with Patrick
+ permission).
21 Feb 2012; Matthew Marlowe <mattm@gentoo.org> -zabbix-1.8.7-r2.ebuild,
-zabbix-1.8.7-r3.ebuild, -zabbix-1.8.8-r2.ebuild, -zabbix-1.8.8-r3.ebuild,
diff --git a/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild b/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild
index a1bd3bed8d8b..22fa5000b27e 100644
--- a/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild,v 1.3 2012/01/08 19:52:01 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.10-r1.ebuild,v 1.4 2012/03/19 09:54:03 pacho Exp $
EAPI="2"
@@ -16,7 +16,7 @@ LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS="amd64 x86"
-IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite3"
+IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite"
COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
ldap? (
@@ -25,7 +25,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
net-libs/gnutls
)
mysql? ( virtual/mysql )
- sqlite3? ( =dev-db/sqlite-3* )
+ sqlite? ( =dev-db/sqlite-3* )
postgres? ( dev-db/postgresql-base )
oracle? ( dev-db/oracle-instantclient-basic )
jabber? ( dev-libs/iksemel )
@@ -202,7 +202,7 @@ src_configure() {
$(use_with mysql) \
$(use_with postgres pgsql) \
$(use_with oracle) \
- $(use_with sqlite3) \
+ $(use_with sqlite sqlite3) \
$(use_with jabber) \
$(use_with curl libcurl) \
$(use_with openipmi openipmi) \
diff --git a/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild b/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild
index 17c1e782ac4b..809696674ca8 100644
--- a/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild
+++ b/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild,v 1.1 2011/12/31 20:47:13 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.5-r1.ebuild,v 1.2 2012/03/19 09:54:03 pacho Exp $
EAPI="2"
@@ -15,7 +15,7 @@ LICENSE="GPL-2"
SLOT="0"
WEBAPP_MANUAL_SLOT="yes"
KEYWORDS=""
-IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite3"
+IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite"
COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
ldap? (
@@ -24,7 +24,7 @@ COMMON_DEPEND="snmp? ( net-analyzer/net-snmp )
net-libs/gnutls
)
mysql? ( virtual/mysql )
- sqlite3? ( =dev-db/sqlite-3* )
+ sqlite? ( =dev-db/sqlite-3* )
postgres? ( dev-db/postgresql-base )
jabber? ( dev-libs/iksemel )
curl? ( net-misc/curl )
@@ -200,7 +200,7 @@ src_configure() {
$(use_with mysql) \
$(use_with postgres postgresql) \
$(use_with oracle) \
- $(use_with sqlite3) \
+ $(use_with sqlite sqlite3) \
$(use_with jabber) \
$(use_with curl libcurl) \
$(use_with openipmi openipmi) \