Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/dotproject/
Date: Tue, 08 Dec 2015 18:54:51
Message-Id: 1449600766.97015334b8293366f1eb7b2f32991e8e8697b0d1.grknight@gentoo
1 commit: 97015334b8293366f1eb7b2f32991e8e8697b0d1
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 18:52:46 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 18:52:46 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97015334
7
8 www-apps/dotproject: Remove depend.php from inherit wrt bug 552862
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.26
14
15 www-apps/dotproject/dotproject-2.1.7-r1.ebuild | 8 ++++----
16 1 file changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
19 index 16b1f6c..4c973b7 100644
20 --- a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
21 +++ b/www-apps/dotproject/dotproject-2.1.7-r1.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2013 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 -inherit eutils webapp depend.php
30 +inherit eutils webapp
31
32 DESCRIPTION="dotProject is a PHP web-based project management framework"
33 HOMEPAGE="http://www.dotproject.net/"
34 @@ -15,10 +15,10 @@ IUSE=""
35
36 DEPEND=""
37 RDEPEND="app-text/poppler[utils]
38 - dev-php/PEAR-Date"
39 + dev-php/PEAR-Date
40 + virtual/httpd-php"
41
42 need_httpd_cgi
43 -need_php_httpd
44
45 S=${WORKDIR}/${PN}