From: "Matti Bickel (mabi)" <mabi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-text/refbase: ChangeLog refbase-0.9.5.ebuild
Date: Fri, 30 Apr 2010 20:52:52 +0000 (UTC) [thread overview]
Message-ID: <20100430205252.4ADE22C04C@corvid.gentoo.org> (raw)
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
}
reply other threads:[~2010-04-30 20:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100430205252.4ADE22C04C@corvid.gentoo.org \
--to=mabi@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox