summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Bickel <mabi@gentoo.org>2010-04-30 20:52:51 +0000
committerMatti Bickel <mabi@gentoo.org>2010-04-30 20:52:51 +0000
commit2a30536a01a4024dc2bbdc466fe16d640e62421f (patch)
tree927ebfac65c03ac29fb6e0bfdf6e4c3400c8ce30 /app-text
parentDeal with github changing their tarball generation. (diff)
downloadgentoo-2-2a30536a01a4024dc2bbdc466fe16d640e62421f.tar.gz
gentoo-2-2a30536a01a4024dc2bbdc466fe16d640e62421f.tar.bz2
gentoo-2-2a30536a01a4024dc2bbdc466fe16d640e62421f.zip
php5.3 depend fix
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/refbase/ChangeLog8
-rw-r--r--app-text/refbase/refbase-0.9.5.ebuild10
2 files changed, 12 insertions, 6 deletions
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; <mabi@gentoo.org> refbase-0.9.5.ebuild:
+ fix depend for upcoming php-5.3 (done by Tsisaruk V
+ <tsisaruk.v@gmail.com>)
*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[pcre] >=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
}