diff options
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/ChangeLog | 6 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.9.4.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.9.5.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index d95c91aafbff..022417fb8aa9 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/zabbix # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.58 2011/08/28 22:26:41 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.59 2011/08/29 18:45:41 mattm Exp $ + + 29 Aug 2011; Matthew Marlowe <mattm@gentoo.org> zabbix-1.9.4.ebuild, zabbix-1.9.5.ebuild: + removed keywords from 1.9 releases as they are alpha quality and only really + appropriate for feature previews at the moment 28 Aug 2011; Tony Vroon <chainsaw@gentoo.org> zabbix-1.8.6.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & diff --git a/net-analyzer/zabbix/zabbix-1.9.4.ebuild b/net-analyzer/zabbix/zabbix-1.9.4.ebuild index 0fd9a86de80d..09d687a362f9 100644 --- a/net-analyzer/zabbix/zabbix-1.9.4.ebuild +++ b/net-analyzer/zabbix/zabbix-1.9.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.4.ebuild,v 1.3 2011/08/27 20:14:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.4.ebuild,v 1.4 2011/08/29 18:45:41 mattm Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://prdownloads.sourceforge.net/zabbix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite3" COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) diff --git a/net-analyzer/zabbix/zabbix-1.9.5.ebuild b/net-analyzer/zabbix/zabbix-1.9.5.ebuild index 8d58d72b6c90..55e76b2286d3 100644 --- a/net-analyzer/zabbix/zabbix-1.9.5.ebuild +++ b/net-analyzer/zabbix/zabbix-1.9.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.ebuild,v 1.3 2011/08/27 20:14:44 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.9.5.ebuild,v 1.4 2011/08/29 18:45:41 mattm Exp $ EAPI="2" @@ -14,7 +14,7 @@ SRC_URI="http://prdownloads.sourceforge.net/zabbix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" -KEYWORDS="~amd64 ~x86" +KEYWORDS="" IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite3" COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) |