Gentoo Archives: gentoo-commits

From: "Peter Volkov (pva)" <pva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: ChangeLog roundcube-0.2.ebuild
Date: Wed, 28 Jan 2009 14:57:15
Message-Id: E1LSBqr-0007lU-PZ@stork.gentoo.org
1 pva 09/01/28 14:57:13
2
3 Modified: ChangeLog roundcube-0.2.ebuild
4 Log:
5 Fixed typo. For spell checking we need spell in php, not ssl.
6 (Portage version: 2.2_rc23/cvs/Linux i686)
7
8 Revision Changes Path
9 1.3 mail-client/roundcube/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.2&r2=1.3
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- ChangeLog 7 Jan 2009 14:45:25 -0000 1.2
22 +++ ChangeLog 28 Jan 2009 14:57:13 -0000 1.3
23 @@ -1,6 +1,9 @@
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.2 2009/01/07 14:45:25 ranger Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.3 2009/01/28 14:57:13 pva Exp $
28 +
29 + 28 Jan 2009; Peter Volkov <pva@g.o> roundcube-0.2.ebuild:
30 + Fixed typo. For spell checking we need spell in php, not ssl.
31
32 07 Jan 2009; Brent Baude <ranger@g.o> roundcube-0.2.ebuild:
33 Marking roundcube-0.2 ~ppc and ~ppc64 for bug 253492
34
35
36
37 1.3 mail-client/roundcube/roundcube-0.2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild?rev=1.3&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild?rev=1.3&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild?r1=1.2&r2=1.3
42
43 Index: roundcube-0.2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild,v
46 retrieving revision 1.2
47 retrieving revision 1.3
48 diff -u -r1.2 -r1.3
49 --- roundcube-0.2.ebuild 7 Jan 2009 14:45:25 -0000 1.2
50 +++ roundcube-0.2.ebuild 28 Jan 2009 14:57:13 -0000 1.3
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild,v 1.2 2009/01/07 14:45:25 ranger Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.2.ebuild,v 1.3 2009/01/28 14:57:13 pva Exp $
56
57 MY_PN="${PN}mail"
58 MY_P="${MY_PN}-${PV}-stable"
59 @@ -23,13 +23,13 @@
60 need_httpd_cgi
61 need_php_httpd
62
63 -S="${WORKDIR}/${MY_P}"
64 +S=${WORKDIR}/${MY_P}
65
66 pkg_setup() {
67 local flags="crypt iconv imap pcre session unicode"
68 use ldap && flags="${flags} ldap"
69 use ssl && flags="${flags} ssl"
70 - use spell && flags="${flags} curl ssl"
71 + use spell && flags="${flags} curl spell"
72
73 # check for required PHP features
74 if ! use mysql && ! use postgres && ! use sqlite ; then