* [gentoo-commits] gentoo-x86 commit in app-text/refbase: ChangeLog refbase-0.9.5.ebuild
@ 2010-04-30 20:52 Matti Bickel (mabi)
0 siblings, 0 replies; only message in thread
From: Matti Bickel (mabi) @ 2010-04-30 20:52 UTC (permalink / raw
To: gentoo-commits
mabi 10/04/30 20:52:52
Modified: ChangeLog refbase-0.9.5.ebuild
Log:
php5.3 depend fix
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.9 app-text/refbase/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/refbase/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 1 Aug 2009 10:59:29 -0000 1.8
+++ ChangeLog 30 Apr 2010 20:52:51 -0000 1.9
@@ -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)
1.2 app-text/refbase/refbase-0.9.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild?r1=1.1&r2=1.2
Index: refbase-0.9.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/refbase/refbase-0.9.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- refbase-0.9.5.ebuild 1 Aug 2009 10:59:29 -0000 1.1
+++ refbase-0.9.5.ebuild 30 Apr 2010 20:52:51 -0000 1.2
@@ -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 @@
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_php
pkg_setup() {
- require_php_with_use mysql pcre session
webapp_pkg_setup
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-04-30 20:52 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-30 20:52 [gentoo-commits] gentoo-x86 commit in app-text/refbase: ChangeLog refbase-0.9.5.ebuild Matti Bickel (mabi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox