diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:14:30 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2008-02-02 15:14:30 +0000 |
commit | cc74dc797e70fdcca1754966d3a5a9dad4deaf78 (patch) | |
tree | 4b9df6860aef4e14719293ec55af854aaf503141 /app-text/refbase/refbase-0.8.0.ebuild | |
parent | use depend.apache eclass wrt #208033 (diff) | |
download | gentoo-2-cc74dc797e70fdcca1754966d3a5a9dad4deaf78.tar.gz gentoo-2-cc74dc797e70fdcca1754966d3a5a9dad4deaf78.tar.bz2 gentoo-2-cc74dc797e70fdcca1754966d3a5a9dad4deaf78.zip |
use depend.apache eclass wrt #208033
(Portage version: 2.1.4)
Diffstat (limited to 'app-text/refbase/refbase-0.8.0.ebuild')
-rw-r--r-- | app-text/refbase/refbase-0.8.0.ebuild | 13 |
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 } |