summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/refbase/refbase-0.8.0.ebuild')
-rw-r--r--app-text/refbase/refbase-0.8.0.ebuild13
1 files changed, 7 insertions, 6 deletions
diff --git a/app-text/refbase/refbase-0.8.0.ebuild b/app-text/refbase/refbase-0.8.0.ebuild
index a7b29564e221..92c103df8220 100644
--- a/app-text/refbase/refbase-0.8.0.ebuild
+++ b/app-text/refbase/refbase-0.8.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.3 2007/07/29 16:44:22 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.8.0.ebuild,v 1.4 2008/02/02 15:14:30 hollow Exp $
-inherit webapp
+inherit depend.apache webapp
DESCRIPTION="Web-based solution for managing scientific literature, references and citations"
HOMEPAGE="http://www.refbase.net/"
@@ -10,13 +10,14 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86"
IUSE=""
-RDEPEND="www-servers/apache
- app-admin/webapp-config
+RDEPEND="app-admin/webapp-config
>=virtual/php-4.1.0
>=virtual/mysql-4.1
app-text/bibutils"
DEPEND="${RDEPEND}"
+need_apache
+
src_install () {
webapp_src_preinst
@@ -28,7 +29,7 @@ src_install () {
cp -R * "${D}"${MY_HTDOCSDIR}
webapp_configfile ${MY_HTDOCSDIR}/initialize
- webapp_postinst_txt en ${FILESDIR}/postinstall-en.txt
+ webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
webapp_src_install
}