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

(-)a/www-apps/dotproject/dotproject-2.1.7-r1.ebuild (-4 / +4 lines)
Lines 1-9 Link Here
1
# Copyright 1999-2013 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="5"
5
EAPI="5"
6
inherit eutils webapp depend.php
6
inherit eutils webapp
7
7
8
DESCRIPTION="dotProject is a PHP web-based project management framework"
8
DESCRIPTION="dotProject is a PHP web-based project management framework"
9
HOMEPAGE="http://www.dotproject.net/"
9
HOMEPAGE="http://www.dotproject.net/"
Lines 15-24 IUSE="" Link Here
15
15
16
DEPEND=""
16
DEPEND=""
17
RDEPEND="app-text/poppler[utils]
17
RDEPEND="app-text/poppler[utils]
18
	dev-php/PEAR-Date"
18
	dev-php/PEAR-Date
19
	virtual/httpd-php"
19
20
20
need_httpd_cgi
21
need_httpd_cgi
21
need_php_httpd
22
22
23
S=${WORKDIR}/${PN}
23
S=${WORKDIR}/${PN}
24
24

Return to bug 552862