* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix: zabbix-1.8.3.ebuild ChangeLog zabbix-1.8.4.ebuild
@ 2011-01-17 15:55 Patrick Lauer (patrick)
0 siblings, 0 replies; 2+ messages in thread
From: Patrick Lauer (patrick) @ 2011-01-17 15:55 UTC (permalink / raw
To: gentoo-commits
patrick 11/01/17 15:55:08
Modified: zabbix-1.8.3.ebuild ChangeLog zabbix-1.8.4.ebuild
Log:
Fixing use-depends for frontend useflag, #351917
(Portage version: 2.2.0_alpha15/cvs/Linux x86_64)
Revision Changes Path
1.6 net-analyzer/zabbix/zabbix-1.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?r1=1.5&r2=1.6
Index: zabbix-1.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- zabbix-1.8.3.ebuild 16 Jan 2011 11:30:10 -0000 1.5
+++ zabbix-1.8.3.ebuild 17 Jan 2011 15:55:08 -0000 1.6
@@ -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.3.ebuild,v 1.5 2011/01/16 11:30:10 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v 1.6 2011/01/17 15:55:08 patrick Exp $
EAPI="2"
@@ -35,7 +35,8 @@
proxy? ( net-analyzer/fping )
server? ( net-analyzer/fping
app-admin/webapp-config )
- frontend? ( dev-lang/php[bcmath,ctype,sockets,gd]
+ frontend? ( dev-lang/php[bcmath,ctype,sockets,gd,truetype,xml,session]
+ media-libs/gd[png]
app-admin/webapp-config )"
DEPEND="${COMMON_DEPEND}
jabber? ( dev-util/pkgconfig )"
1.41 net-analyzer/zabbix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?r1=1.40&r2=1.41
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog 16 Jan 2011 12:27:33 -0000 1.40
+++ ChangeLog 17 Jan 2011 15:55:08 -0000 1.41
@@ -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.40 2011/01/16 12:27:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v 1.41 2011/01/17 15:55:08 patrick Exp $
+
+ 17 Jan 2011; Patrick Lauer <patrick@gentoo.org> zabbix-1.8.3.ebuild,
+ zabbix-1.8.4.ebuild:
+ Fixing use-depends for frontend useflag, #351917
*zabbix-1.8.4 (16 Jan 2011)
1.2 net-analyzer/zabbix/zabbix-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?r1=1.1&r2=1.2
Index: zabbix-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- zabbix-1.8.4.ebuild 16 Jan 2011 12:27:33 -0000 1.1
+++ zabbix-1.8.4.ebuild 17 Jan 2011 15:55:08 -0000 1.2
@@ -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.4.ebuild,v 1.1 2011/01/16 12:27:33 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild,v 1.2 2011/01/17 15:55:08 patrick Exp $
EAPI="2"
@@ -35,7 +35,8 @@
proxy? ( net-analyzer/fping )
server? ( net-analyzer/fping
app-admin/webapp-config )
- frontend? ( dev-lang/php[bcmath,ctype,sockets,gd]
+ frontend? ( dev-lang/php[bcmath,ctype,sockets,gd,truetype,xml,session]
+ media-libs/gd[png]
app-admin/webapp-config )"
DEPEND="${COMMON_DEPEND}
jabber? ( dev-util/pkgconfig )"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix: zabbix-1.8.3.ebuild ChangeLog zabbix-1.8.4.ebuild
@ 2011-02-11 18:28 Diego Petteno (flameeyes)
0 siblings, 0 replies; 2+ messages in thread
From: Diego Petteno (flameeyes) @ 2011-02-11 18:28 UTC (permalink / raw
To: gentoo-commits
flameeyes 11/02/11 18:28:04
Modified: zabbix-1.8.3.ebuild ChangeLog zabbix-1.8.4.ebuild
Log:
QA: fix maintainer-mode triggered rebuild, add autotools dependencies (bug #323901).
(Portage version: 2.2.0_alpha23/cvs/Linux x86_64)
Revision Changes Path
1.7 net-analyzer/zabbix/zabbix-1.8.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild?r1=1.6&r2=1.7
Index: zabbix-1.8.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- zabbix-1.8.3.ebuild 17 Jan 2011 15:55:08 -0000 1.6
+++ zabbix-1.8.3.ebuild 11 Feb 2011 18:28:04 -0000 1.7
@@ -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 @@
src_prepare() {
epatch "${FILESDIR}/${P}-as-needed.patch"
+ eautoreconf
}
pkg_setup() {
1.42 net-analyzer/zabbix/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 17 Jan 2011 15:55:08 -0000 1.41
+++ ChangeLog 11 Feb 2011 18:28:04 -0000 1.42
@@ -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:
1.3 net-analyzer/zabbix/zabbix-1.8.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild?r1=1.2&r2=1.3
Index: zabbix-1.8.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/zabbix/zabbix-1.8.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- zabbix-1.8.4.ebuild 17 Jan 2011 15:55:08 -0000 1.2
+++ zabbix-1.8.4.ebuild 11 Feb 2011 18:28:04 -0000 1.3
@@ -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 @@
src_prepare() {
epatch "${FILESDIR}/${PN}-1.8.3-as-needed.patch"
+ eautoreconf
}
pkg_setup() {
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-02-11 18:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-17 15:55 [gentoo-commits] gentoo-x86 commit in net-analyzer/zabbix: zabbix-1.8.3.ebuild ChangeLog zabbix-1.8.4.ebuild Patrick Lauer (patrick)
-- strict thread matches above, loose matches on Subject: below --
2011-02-11 18:28 Diego Petteno (flameeyes)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox