Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 552874
Collapse All | Expand All

(-)a/app-text/refbase/refbase-0.9.5.ebuild (-3 / +2 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2010 Gentoo Foundation
1
# Copyright 1999-2015 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Id$
3
# $Id$
4
4
5
EAPI="2"
5
EAPI="2"
6
inherit depend.apache depend.php webapp
6
inherit depend.apache webapp
7
7
8
DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
8
DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
9
HOMEPAGE="http://www.refbase.net/"
9
HOMEPAGE="http://www.refbase.net/"
Lines 18-24 DEPEND="|| ( <dev-lang/php-5.3[pcre] >=dev-lang/php-5.3 ) Link Here
18
RDEPEND="${DEPEND}"
18
RDEPEND="${DEPEND}"
19
19
20
need_apache
20
need_apache
21
need_php
22
21
23
pkg_setup() {
22
pkg_setup() {
24
	webapp_pkg_setup
23
	webapp_pkg_setup

Return to bug 552874