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 | |
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')
-rw-r--r-- | app-text/refbase/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/refbase/refbase-0.8.0.ebuild | 13 |
2 files changed, 12 insertions, 8 deletions
diff --git a/app-text/refbase/ChangeLog b/app-text/refbase/ChangeLog index 0cd57a68f0f0..c04c1a3efbed 100644 --- a/app-text/refbase/ChangeLog +++ b/app-text/refbase/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/refbase -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.4 2007/07/29 16:44:22 phreak Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.5 2008/02/02 15:14:30 hollow Exp $ + + 02 Feb 2008; Benedikt Böhm <hollow@gentoo.org> refbase-0.8.0.ebuild: + use depend.apache eclass wrt #208033 29 Jul 2007; Christian Heim <phreak@gentoo.org> refbase-0.8.0.ebuild: Fixing the DEPEND/RDEPEND for the move of net-www/apache to 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 } |