Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/lilac/
Date: Wed, 25 Nov 2015 14:21:21
Message-Id: 1448461261.ac0993c964377ed6addca209d10de74cd32e99b9.grknight@gentoo
1 commit: ac0993c964377ed6addca209d10de74cd32e99b9
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 14:21:01 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 14:21:01 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0993c9
7
8 net-analyzer/lilac: Remove depend.php from inherit wrt bug 552852
9
10 This simply replaces the function call with the dep it was adding.
11 No effective dep changes.
12
13 Package-Manager: portage-2.2.25
14
15 net-analyzer/lilac/lilac-1.0.3.ebuild | 7 +++----
16 1 file changed, 3 insertions(+), 4 deletions(-)
17
18 diff --git a/net-analyzer/lilac/lilac-1.0.3.ebuild b/net-analyzer/lilac/lilac-1.0.3.ebuild
19 index 63c8db1..fbd1294 100644
20 --- a/net-analyzer/lilac/lilac-1.0.3.ebuild
21 +++ b/net-analyzer/lilac/lilac-1.0.3.ebuild
22 @@ -1,10 +1,10 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 EAPI=5
29
30 -inherit eutils webapp depend.php
31 +inherit eutils webapp
32
33 DESCRIPTION="Web-based configuration tool written to configure Nagios"
34 HOMEPAGE="http://www.lilacplatform.com"
35 @@ -18,10 +18,9 @@ RDEPEND="
36 >=net-analyzer/nagios-3.0
37 >=virtual/mysql-5.0
38 dev-lang/php[curl,json,mysql,pcntl,pdo,posix,simplexml]
39 + virtual/httpd-php
40 "
41
42 -need_php_httpd
43 -
44 src_install() {
45 webapp_src_preinst