Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/roundcube: roundcube-0.8.7.ebuild ChangeLog roundcube-0.9.5.ebuild
Date: Fri, 25 Oct 2013 18:02:09
Message-Id: 20131025180205.550AD20036@flycatcher.gentoo.org
1 radhermit 13/10/25 18:02:04
2
3 Modified: ChangeLog
4 Added: roundcube-0.8.7.ebuild roundcube-0.9.5.ebuild
5 Log:
6 Security bumps (bug #488954).
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.127 mail-client/roundcube/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.127&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?rev=1.127&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/ChangeLog?r1=1.126&r2=1.127
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v
20 retrieving revision 1.126
21 retrieving revision 1.127
22 diff -u -r1.126 -r1.127
23 --- ChangeLog 14 Sep 2013 10:14:45 -0000 1.126
24 +++ ChangeLog 25 Oct 2013 18:02:04 -0000 1.127
25 @@ -1,6 +1,13 @@
26 # ChangeLog for mail-client/roundcube
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.126 2013/09/14 10:14:45 ago Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/ChangeLog,v 1.127 2013/10/25 18:02:04 radhermit Exp $
30 +
31 +*roundcube-0.9.5 (25 Oct 2013)
32 +*roundcube-0.8.7 (25 Oct 2013)
33 +
34 + 25 Oct 2013; Tim Harder <radhermit@g.o> +roundcube-0.8.7.ebuild,
35 + +roundcube-0.9.5.ebuild:
36 + Security bumps (bug #488954).
37
38 14 Sep 2013; Agostino Sarubbo <ago@g.o> roundcube-0.9.3.ebuild:
39 Stable for x86, wrt bug #482206
40
41
42
43 1.1 mail-client/roundcube/roundcube-0.8.7.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.8.7.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.8.7.ebuild?rev=1.1&content-type=text/plain
47
48 Index: roundcube-0.8.7.ebuild
49 ===================================================================
50 # Copyright 1999-2013 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.8.7.ebuild,v 1.1 2013/10/25 18:02:04 radhermit Exp $
53
54 EAPI=5
55
56 inherit webapp
57
58 MY_PN=${PN}mail
59 MY_P=${MY_PN}-${PV/_/-}
60
61 DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
62 HOMEPAGE="http://roundcube.net"
63 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
64
65 # roundcube is GPL-licensed, the rest of the licenses here are
66 # for bundled PEAR components, googiespell and utf8.class.php
67 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
68 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
69 IUSE="ldap +mysql postgres ssl spell"
70
71 RDEPEND="virtual/httpd-php
72 >=dev-lang/php-5.3[crypt,gd,iconv,json,ldap?,postgres?,session,sockets,ssl?,xml,unicode]
73 mysql? (
74 || ( dev-lang/php[mysql] dev-lang/php[mysqli] )
75 || ( dev-php/PEAR-MDB2_Driver_mysql dev-php/PEAR-MDB2_Driver_mysqli )
76 )
77 postgres? ( dev-php/PEAR-MDB2_Driver_pgsql )
78 spell? ( dev-lang/php[curl,spell] )
79 >=dev-php/PEAR-MDB2-2.5.0_beta3
80 >=dev-php/PEAR-Mail_Mime-1.8.1
81 >=dev-php/PEAR-Net_SMTP-1.4.2
82 >=dev-php/PEAR-Net_IDNA2-0.1.1
83 >=dev-php/PEAR-Auth_SASL-1.0.3"
84
85 need_httpd_cgi
86
87 S=${WORKDIR}/${MY_P}
88
89 src_prepare() {
90 cp config/db.inc.php{.dist,} || die
91 cp config/main.inc.php{.dist,} || die
92
93 # Remove bundled PEAR packages
94 rm -r program/lib/{Auth,Mail,MDB2*,Net,PEAR*} || die
95 }
96
97 src_install() {
98 webapp_src_preinst
99 dodoc CHANGELOG INSTALL README.md UPGRADING
100
101 insinto "${MY_HTDOCSDIR}"
102 doins -r [[:lower:]]* SQL
103 doins .htaccess
104
105 webapp_serverowned "${MY_HTDOCSDIR}"/logs
106 webapp_serverowned "${MY_HTDOCSDIR}"/temp
107
108 webapp_configfile "${MY_HTDOCSDIR}"/config/{db,main}.inc.php
109 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.6.txt
110 webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en-0.6.txt
111 webapp_postupgrade_txt en UPGRADING
112 webapp_src_install
113 }
114
115
116
117 1.1 mail-client/roundcube/roundcube-0.9.5.ebuild
118
119 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.9.5.ebuild?rev=1.1&view=markup
120 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/roundcube/roundcube-0.9.5.ebuild?rev=1.1&content-type=text/plain
121
122 Index: roundcube-0.9.5.ebuild
123 ===================================================================
124 # Copyright 1999-2013 Gentoo Foundation
125 # Distributed under the terms of the GNU General Public License v2
126 # $Header: /var/cvsroot/gentoo-x86/mail-client/roundcube/roundcube-0.9.5.ebuild,v 1.1 2013/10/25 18:02:04 radhermit Exp $
127
128 EAPI=5
129
130 inherit webapp
131
132 MY_PN=${PN}mail
133 MY_P=${MY_PN}-${PV/_/-}
134
135 DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
136 HOMEPAGE="http://roundcube.net"
137 SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz"
138
139 # roundcube is GPL-licensed, the rest of the licenses here are
140 # for bundled PEAR components, googiespell and utf8.class.php
141 LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
142 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
143 IUSE="ldap +mysql postgres sqlite ssl spell"
144
145 RDEPEND="virtual/httpd-php
146 >=dev-lang/php-5.3[crypt,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,ssl?,xml,unicode]
147 mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
148 spell? ( dev-lang/php[curl,spell] )
149 sqlite? ( || ( dev-lang/php[sqlite] dev-lang/php[sqlite3] ) )
150 >=dev-php/PEAR-Mail_Mime-1.8.1
151 >=dev-php/PEAR-Net_SMTP-1.4.2
152 >=dev-php/PEAR-Net_IDNA2-0.1.1
153 >=dev-php/PEAR-Auth_SASL-1.0.3"
154
155 need_httpd_cgi
156
157 S=${WORKDIR}/${MY_P}
158
159 src_prepare() {
160 cp config/db.inc.php{.dist,} || die
161 cp config/main.inc.php{.dist,} || die
162
163 # Remove bundled PEAR packages
164 rm -r program/lib/{Auth,Mail,Net,PEAR*} || die
165 }
166
167 src_install() {
168 webapp_src_preinst
169 dodoc CHANGELOG INSTALL README.md UPGRADING
170
171 insinto "${MY_HTDOCSDIR}"
172 doins -r [[:lower:]]* SQL
173 doins .htaccess
174
175 webapp_serverowned "${MY_HTDOCSDIR}"/logs
176 webapp_serverowned "${MY_HTDOCSDIR}"/temp
177
178 webapp_configfile "${MY_HTDOCSDIR}"/config/{db,main}.inc.php
179 webapp_postinst_txt en "${FILESDIR}"/postinstall-en-0.6.txt
180 webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en-0.6.txt
181 webapp_postupgrade_txt en UPGRADING
182 webapp_src_install
183 }