Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.3.1.ebuild
Date: Tue, 01 Dec 2009 07:45:02
Message-Id: E1NFNPu-0007A8-Tb@stork.gentoo.org
1 hollow 09/12/01 07:44:58
2
3 Modified: ChangeLog roundcube-0.3.1.ebuild
4 Log:
5 fix #294956 (sqlite should only be forced if neither postgres nor mysql are selected)
6 (Portage version: 2.2_rc49/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 mail-client/roundcube/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 30 Nov 2009 18:22:06 -0000 1.16
22 +++ ChangeLog 1 Dec 2009 07:44:58 -0000 1.17
23 @@ -1,6 +1,10 @@
24 # ChangeLog for mail-client/roundcube
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.16 2009/11/30 18:22:06 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.17 2009/12/01 07:44:58 hollow Exp $
28 +
29 + 01 Dec 2009; Benedikt Böhm <hollow@g.o> roundcube-0.3.1.ebuild:
30 + fix #294956 (sqlite should only be forced if neither postgres nor mysql
31 + are selected)
32
33 30 Nov 2009; Brent Baude <ranger@g.o> roundcube-0.3.1.ebuild:
34 Marking roundcube-0.3.1 ppc64 for bug 294679
35
36
37
38 1.5 mail-client/roundcube/roundcube-0.3.1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild?r1=1.4&r2=1.5
43
44 Index: roundcube-0.3.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- roundcube-0.3.1.ebuild 30 Nov 2009 18:22:06 -0000 1.4
51 +++ roundcube-0.3.1.ebuild 1 Dec 2009 07:44:58 -0000 1.5
52 @@ -1,13 +1,13 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild,v 1.4 2009/11/30 18:22:06 ranger Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.3.1.ebuild,v 1.5 2009/12/01 07:44:58 hollow Exp $
57
58 EAPI="2"
59
60 MY_PN="${PN}mail"
61 MY_P="${MY_PN}-${PV}"
62
63 -inherit confutils webapp depend.php depend.apache
64 +inherit webapp depend.php depend.apache
65
66 DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
67 HOMEPAGE="http://roundcube.net"
68 @@ -17,10 +17,11 @@
69 # for bundled PEAR components, googiespell and utf8.class.php
70 LICENSE="GPL-2 BSD PHP-2.02 PHP-3 MIT public-domain"
71 KEYWORDS="amd64 ~ppc ppc64 x86"
72 -IUSE="ldap mysql postgres +sqlite +ssl spell"
73 +IUSE="ldap mysql postgres ssl spell"
74
75 DEPEND=""
76 -RDEPEND="dev-lang/php[crypt,iconv,ldap?,pcre,postgres?,session,spl,ssl?,sqlite?,unicode]
77 +RDEPEND="dev-lang/php[crypt,iconv,ldap?,pcre,postgres?,session,spl,ssl?,unicode]
78 + !postgres? ( !mysql? ( dev-lang/php[sqlite] ) )
79 spell? ( dev-lang/php[curl,spell] )
80 dev-php/PEAR-PEAR
81 "
82 @@ -31,7 +32,6 @@
83 S=${WORKDIR}/${MY_P}
84
85 pkg_setup() {
86 - confutils_require_any mysql postgres sqlite
87 use mysql && require_php_with_any_use mysql mysqli
88
89 # add some warnings about optional functionality