Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/refbase/
Date: Tue, 08 Dec 2015 18:54:50
Message-Id: 1449600856.0e64b2794d4fbc11e274c8e566f3df09b11f6825.grknight@gentoo
1 commit: 0e64b2794d4fbc11e274c8e566f3df09b11f6825
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 8 18:54:16 2015 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 8 18:54:16 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e64b279
7
8 app-text/refbase: Remove depend.php from inherit wrt bug 552874
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 app-text/refbase/refbase-0.9.5.ebuild | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild
19 index 39a921d..4c0130d 100644
20 --- a/app-text/refbase/refbase-0.9.5.ebuild
21 +++ b/app-text/refbase/refbase-0.9.5.ebuild
22 @@ -1,9 +1,9 @@
23 -# Copyright 1999-2010 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="2"
29 -inherit depend.apache depend.php webapp
30 +inherit depend.apache webapp
31
32 DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
33 HOMEPAGE="http://www.refbase.net/"
34 @@ -18,7 +18,6 @@ DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 )
35 RDEPEND="${DEPEND}"
36
37 need_apache
38 -need_php
39
40 pkg_setup() {
41 webapp_pkg_setup