From 2a30536a01a4024dc2bbdc466fe16d640e62421f Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Fri, 30 Apr 2010 20:52:51 +0000 Subject: php5.3 depend fix (Portage version: 2.1.8.3/cvs/Linux i686) --- app-text/refbase/ChangeLog | 8 ++++++-- app-text/refbase/refbase-0.9.5.ebuild | 10 ++++++---- 2 files changed, 12 insertions(+), 6 deletions(-) (limited to 'app-text') diff --git a/app-text/refbase/ChangeLog b/app-text/refbase/ChangeLog index c619aed6c0c6..311b24a9bbb4 100644 --- a/app-text/refbase/ChangeLog +++ b/app-text/refbase/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/refbase -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.8 2009/08/01 10:59:29 a3li Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v 1.9 2010/04/30 20:52:51 mabi Exp $ + + 30 Apr 2010; refbase-0.9.5.ebuild: + fix depend for upcoming php-5.3 (done by Tsisaruk V + ) *refbase-0.9.5 (01 Aug 2009) diff --git a/app-text/refbase/refbase-0.9.5.ebuild b/app-text/refbase/refbase-0.9.5.ebuild index 37fca1205ced..85fe70338543 100644 --- a/app-text/refbase/refbase-0.9.5.ebuild +++ b/app-text/refbase/refbase-0.9.5.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v 1.1 2009/08/01 10:59:29 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v 1.2 2010/04/30 20:52:51 mabi Exp $ +EAPI="2" inherit depend.apache depend.php webapp DESCRIPTION="Web-based solution for managing scientific literature, references and citations" @@ -10,7 +11,9 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64" IUSE="" -DEPEND="app-admin/webapp-config +DEPEND="|| ( =dev-lang/php-5.3 ) + dev-lang/php[mysql,session] + app-admin/webapp-config app-text/bibutils" RDEPEND="${DEPEND}" @@ -18,7 +21,6 @@ need_apache need_php pkg_setup() { - require_php_with_use mysql pcre session webapp_pkg_setup } -- cgit v1.2.3-65-gdbad