summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2010-12-30 07:26:38 +0000
committerTim Harder <radhermit@gentoo.org>2010-12-30 07:26:38 +0000
commitc98e0693faffe761ee76a21ee40d1cd480a6bdeb (patch)
tree53d1f789c5761686acd3104ce5e6e49a26b9107f /mail-client/roundcube
parentVersion bump - beta version. (diff)
downloadgentoo-2-c98e0693faffe761ee76a21ee40d1cd480a6bdeb.tar.gz
gentoo-2-c98e0693faffe761ee76a21ee40d1cd480a6bdeb.tar.bz2
gentoo-2-c98e0693faffe761ee76a21ee40d1cd480a6bdeb.zip
Version bump (bug #349087 by Peter Volkov) and remove old. Add sqlite USE flag as default for db support.
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'mail-client/roundcube')
-rw-r--r--mail-client/roundcube/ChangeLog9
-rw-r--r--mail-client/roundcube/roundcube-0.5_rc.ebuild (renamed from mail-client/roundcube/roundcube-0.5_beta.ebuild)9
2 files changed, 12 insertions, 6 deletions
diff --git a/mail-client/roundcube/ChangeLog b/mail-client/roundcube/ChangeLog
index e595e011360c..6a610c109e50 100644
--- a/mail-client/roundcube/ChangeLog
+++ b/mail-client/roundcube/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for mail-client/roundcube
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.37 2010/12/28 16:50:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.38 2010/12/30 07:26:38 radhermit Exp $
+
+*roundcube-0.5_rc (30 Dec 2010)
+
+ 30 Dec 2010; Tim Harder <radhermit@gentoo.org> -roundcube-0.5_beta.ebuild,
+ +roundcube-0.5_rc.ebuild:
+ Version bump (bug #349087 by Peter Volkov) and remove old. Add sqlite USE
+ flag as default for db support.
28 Dec 2010; Markus Meier <maekke@gentoo.org> roundcube-0.4.2.ebuild:
arm stable, bug #345931
diff --git a/mail-client/roundcube/roundcube-0.5_beta.ebuild b/mail-client/roundcube/roundcube-0.5_rc.ebuild
index 26eb195cc56d..996943e9029f 100644
--- a/mail-client/roundcube/roundcube-0.5_beta.ebuild
+++ b/mail-client/roundcube/roundcube-0.5_rc.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5_beta.ebuild,v 1.1 2010/11/28 09:52:35 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.5_rc.ebuild,v 1.1 2010/12/30 07:26:38 radhermit Exp $
EAPI="2"
@@ -17,12 +17,11 @@ SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
# for bundled PEAR components, googiespell and utf8.class.php
LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~sparc ~x86"
-IUSE="ldap mysql postgres ssl spell"
+IUSE="ldap mysql postgres ssl spell +sqlite"
DEPEND=""
-RDEPEND="|| ( <dev-lang/php-5.3[crypt,iconv,ldap?,pcre,postgres?,session,spl,ssl?,unicode]
- >=dev-lang/php-5.3[crypt,iconv,ldap?,postgres?,session,ssl?,unicode] )
- !postgres? ( !mysql? ( dev-lang/php[sqlite] ) )
+RDEPEND="|| ( <dev-lang/php-5.3[crypt,iconv,ldap?,pcre,postgres?,session,spl,sqlite?,ssl?,unicode]
+ >=dev-lang/php-5.3[crypt,iconv,ldap?,postgres?,session,sqlite?,ssl?,unicode] )
spell? ( dev-lang/php[curl,spell] )
dev-php/PEAR-PEAR"