diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-02-11 18:28:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-02-11 18:28:04 +0000 |
commit | f54c5045a7821602f956505b4a19a92da5fe6e05 (patch) | |
tree | bf784d202f70d315fc2883fed6d8ffef8da24636 /net-analyzer | |
parent | Marked ~ppc wrt #300562 (diff) | |
download | gentoo-2-f54c5045a7821602f956505b4a19a92da5fe6e05.tar.gz gentoo-2-f54c5045a7821602f956505b4a19a92da5fe6e05.tar.bz2 gentoo-2-f54c5045a7821602f956505b4a19a92da5fe6e05.zip |
QA: fix maintainer-mode triggered rebuild, add autotools dependencies (bug #323901).
(Portage version: 2.2.0_alpha23/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.8.3.ebuild | 5 | ||||
-rw-r--r-- | net-analyzer/zabbix/zabbix-1.8.4.ebuild | 5 |
3 files changed, 12 insertions, 5 deletions
diff --git a/net-analyzer/zabbix/ChangeLog b/net-analyzer/zabbix/ChangeLog index 4a1ae8fb8742..c4e4be2aee8e 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.41 2011/01/17 15:55:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.42 2011/02/11 18:28:04 flameeyes Exp $ + + 11 Feb 2011; Diego E. Pettenò <flameeyes@gentoo.org> zabbix-1.8.3.ebuild, + zabbix-1.8.4.ebuild: + QA: fix maintainer-mode triggered rebuild, add autotools dependencies (bug + #323901). 17 Jan 2011; Patrick Lauer <patrick@gentoo.org> zabbix-1.8.3.ebuild, zabbix-1.8.4.ebuild: diff --git a/net-analyzer/zabbix/zabbix-1.8.3.ebuild b/net-analyzer/zabbix/zabbix-1.8.3.ebuild index b3f547e0eb64..31d519056f5f 100644 --- a/net-analyzer/zabbix/zabbix-1.8.3.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.3.ebuild @@ -1,12 +1,12 @@ # 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.3.ebuild,v 1.6 2011/01/17 15:55:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.7 2011/02/11 18:28:04 flameeyes Exp $ EAPI="2" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit eutils flag-o-matic webapp depend.php +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/" @@ -45,6 +45,7 @@ useq frontend && need_php_httpd src_prepare() { epatch "${FILESDIR}/${P}-as-needed.patch" + eautoreconf } pkg_setup() { diff --git a/net-analyzer/zabbix/zabbix-1.8.4.ebuild b/net-analyzer/zabbix/zabbix-1.8.4.ebuild index 51220981508f..ba08962bf31d 100644 --- a/net-analyzer/zabbix/zabbix-1.8.4.ebuild +++ b/net-analyzer/zabbix/zabbix-1.8.4.ebuild @@ -1,12 +1,12 @@ # 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.4.ebuild,v 1.2 2011/01/17 15:55:08 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild,v 1.3 2011/02/11 18:28:04 flameeyes Exp $ EAPI="2" # needed to make webapp-config dep optional WEBAPP_OPTIONAL="yes" -inherit eutils flag-o-matic webapp depend.php +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/" @@ -45,6 +45,7 @@ useq frontend && need_php_httpd src_prepare() { epatch "${FILESDIR}/${PN}-1.8.3-as-needed.patch" + eautoreconf } pkg_setup() { |