diff options
author | Matthew Marlowe <mattm@gentoo.org> | 2011-10-01 01:23:53 +0000 |
---|---|---|
committer | Matthew Marlowe <mattm@gentoo.org> | 2011-10-01 01:23:53 +0000 |
commit | e869dac29bb9c033d22c07b16506e1cc80324f47 (patch) | |
tree | 1305e084cbec1f122b717ef79880c4571b302482 /net-analyzer/zabbix | |
parent | Version bump (diff) | |
download | gentoo-2-e869dac29bb9c033d22c07b16506e1cc80324f47.tar.gz gentoo-2-e869dac29bb9c033d22c07b16506e1cc80324f47.tar.bz2 gentoo-2-e869dac29bb9c033d22c07b16506e1cc80324f47.zip |
Bump for minor production update to 1.8.8, removed temp old ebuild 1.8.6_rc1
(Portage version: 2.1.10.19/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/zabbix')
-rw-r--r-- | net-analyzer/zabbix/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.8.ebuild (renamed from net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild) | 9 |
2 files changed, 9 insertions, 7 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index 5a2de10bdd30..c64a223985c8 100644 --- a/net-analyzer/zabbix/ChangeLog +++ b/net-analyzer/zabbix/ChangeLog @@ -1,6 +1,11 @@ # 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.60 2011/09/01 17:35:31 mattm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.61 2011/10/01 01:23:53 mattm Exp $ + +*zabbix-1.8.8 (01 Oct 2011) + + 01 Oct 2011; Matthew Marlowe <mattm@gentoo.org> +zabbix-1.8.8.ebuild: + Bump for minor production update to version 1.8.8 *zabbix-1.8.7 (01 Sep 2011) diff --git a/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild b/net-analyzer/zabbix/zabbix-1.8.8.ebuild index ecdfb2a7e957..2cab7f635692 100644 --- a/net-analyzer/zabbix/zabbix-1.8.6_rc1.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.8.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.8.6_rc1.ebuild,v 1.2 2011/07/29 22:39:39 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.8.ebuild,v 1.1 2011/10/01 01:23:53 mattm Exp $ EAPI="2" @@ -10,16 +10,13 @@ inherit eutils flag-o-matic webapp depend.php autotools DESCRIPTION="ZABBIX is software for monitoring of your applications, network and servers." HOMEPAGE="http://www.zabbix.com/" -MY_P=${P/_/} -SRC_URI="http://prdownloads.sourceforge.net/zabbix/${MY_P}.tar.gz" +SRC_URI="http://prdownloads.sourceforge.net/zabbix/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" WEBAPP_MANUAL_SLOT="yes" -KEYWORDS="" +KEYWORDS="~amd64 ~x86" IUSE="agent curl frontend ipv6 jabber ldap mysql openipmi oracle postgres proxy server -ssh snmp +sqlite3" -S=${WORKDIR}/${MY_P} - COMMON_DEPEND="snmp? ( net-analyzer/net-snmp ) ldap? ( net-nds/openldap |