From cc74dc797e70fdcca1754966d3a5a9dad4deaf78 Mon Sep 17 00:00:00 2001 From: Benedikt Boehm Date: Sat, 2 Feb 2008 15:14:30 +0000 Subject: use depend.apache eclass wrt #208033 (Portage version: 2.1.4) --- app-text/refbase/ChangeLog | 7 +++++-- app-text/refbase/refbase-0.8.0.ebuild | 13 +++++++------ 2 files changed, 12 insertions(+), 8 deletions(-) (limited to 'app-text/refbase') 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 refbase-0.8.0.ebuild: + use depend.apache eclass wrt #208033 29 Jul 2007; Christian Heim 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 } -- cgit v1.2.3-65-gdbad