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@g.o> 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 )"
|