Gentoo Archives: gentoo-commits

From: Aaron Swenson <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Wed, 02 May 2018 12:16:11
Message-Id: 1525263349.a9ffc2bbca6873f0c222c2bf69c408f387ae63a3.titanofold@gentoo
1 commit: a9ffc2bbca6873f0c222c2bf69c408f387ae63a3
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 2 12:15:49 2018 +0000
4 Commit: Aaron Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Wed May 2 12:15:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ffc2bb
7
8 mail-client/roundcube: Cleanup <1.3.6
9
10 Cleanup insecure versions.
11
12 Bug: https://bugs.gentoo.org/653044
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 mail-client/roundcube/Manifest | 3 -
16 mail-client/roundcube/roundcube-1.2.7.ebuild | 74 ------------------
17 mail-client/roundcube/roundcube-1.3.3-r1.ebuild | 76 -------------------
18 mail-client/roundcube/roundcube-1.3.4.ebuild | 99 -------------------------
19 4 files changed, 252 deletions(-)
20
21 diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
22 index 587c57dce07..ae44e207489 100644
23 --- a/mail-client/roundcube/Manifest
24 +++ b/mail-client/roundcube/Manifest
25 @@ -1,4 +1 @@
26 -DIST roundcubemail-1.2.7-complete.tar.gz 3904612 BLAKE2B b001a9c57f2358b00e0290493f0bfb82001c769987ef98e2d34d6e6d9432a5c612fab6ba10306279a8bb73d1015332f29f1233a10ee32fd7f713cbf44d9cf7b5 SHA512 545b3fe05ecfaede3d887ae71e41fc91aaaae280c71b67db9a5dcb516b5b238371327c2b1fabe87cf073cce38bc5a57b3db2592eb96d436bae280896c1f7017c
27 -DIST roundcubemail-1.3.3-complete.tar.gz 5339032 BLAKE2B bb0b595ba13947db3b0644ad5bc76fa8280ac74733e3bf02a758ffaa49fb0c2ef80005081fb1f24500fa767b57d0df59751abb098a807bc6e04b5a63de3fc1ed SHA512 1f634fbc5d0967f28a7aa990a9b23f105b93030d43927237fc9b5decabe1b959de75c7c21bdb27389ec53730378565e7f309d7c009be427c7615372634273931
28 -DIST roundcubemail-1.3.4-complete.tar.gz 5506887 BLAKE2B de353400706d893b8e95b23e20ebcab7478273bd6dbd009c766537826e260cd98f065f9d7d38740c60254ccbecd376ec6aafe82791be177bbee6ffc8d61a733b SHA512 e3442651bf762ceda3cb9ff78cb512703a7f82466d7de860848d1c9471f10b2561c2dd7a570218048fbc0df0fa573c6e2381ba8c0063e718c531c8ce1138a5e4
29 DIST roundcubemail-1.3.6-complete.tar.gz 5529370 BLAKE2B 49fd04d81b7047c61d33007b49aff2fe8d68fb0572d305b51aa0ae997c06e4924a3ff32861c19741f0c4d82adb9abb317781de8c1b324120e57d77f413cfa480 SHA512 fc1627d4b539742524c43b3faaa8cb5d64f934ad03f7cf8a461580a3a38dccb11140d08499b988742a0892534b1eda52f37a50f0911015983b6e27703294c70e
30
31 diff --git a/mail-client/roundcube/roundcube-1.2.7.ebuild b/mail-client/roundcube/roundcube-1.2.7.ebuild
32 deleted file mode 100644
33 index dd429291c3d..00000000000
34 --- a/mail-client/roundcube/roundcube-1.2.7.ebuild
35 +++ /dev/null
36 @@ -1,74 +0,0 @@
37 -# Copyright 1999-2018 Gentoo Foundation
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI="6"
41 -
42 -inherit webapp
43 -
44 -MY_PN=${PN}mail
45 -MY_P=${MY_PN}-${PV}
46 -
47 -DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
48 -HOMEPAGE="https://roundcube.net"
49 -SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-complete.tar.gz"
50 -
51 -# roundcube is GPL-licensed, the rest of the licenses here are
52 -# for bundled PEAR components, googiespell and utf8.class.php
53 -LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
54 -KEYWORDS="amd64 arm ppc ppc64 x86"
55 -
56 -IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
57 -REQUIRED_USE="|| ( mysql postgres sqlite )"
58 -
59 -# this function only sets DEPEND so we need to include that in RDEPEND
60 -need_httpd_cgi
61 -
62 -RDEPEND="
63 - ${DEPEND}
64 - >=dev-lang/php-5.3.7[crypt,filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
65 - >=dev-php/PEAR-Auth_SASL-1.0.6
66 - >=dev-php/PEAR-Mail_Mime-1.8.9
67 - >=dev-php/PEAR-Mail_mimeDecode-1.5.5
68 - >=dev-php/PEAR-Net_IDNA2-0.1.1
69 - >=dev-php/PEAR-Net_SMTP-1.6.2
70 - virtual/httpd-php
71 - enigma? ( >=dev-php/PEAR-Crypt_GPG-1.4.0 app-crypt/gnupg )
72 - ldap? ( >=dev-php/PEAR-Net_LDAP2-2.0.12 dev-php/PEAR-Net_LDAP3 )
73 - managesieve? ( >=dev-php/PEAR-Net_Sieve-1.3.2 )
74 - mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
75 - spell? ( dev-lang/php[curl,spell] )
76 -"
77 -
78 -S=${WORKDIR}/${MY_P}
79 -
80 -src_install() {
81 - webapp_src_preinst
82 - dodoc CHANGELOG INSTALL README.md UPGRADING
83 -
84 - insinto "${MY_HTDOCSDIR}"
85 - doins -r [[:lower:]]* SQL
86 - doins .htaccess
87 -
88 - webapp_serverowned "${MY_HTDOCSDIR}"/logs
89 - webapp_serverowned "${MY_HTDOCSDIR}"/temp
90 -
91 - webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
92 - webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
93 - webapp_src_install
94 -}
95 -
96 -pkg_postinst() {
97 - webapp_pkg_postinst
98 -
99 - ewarn
100 - ewarn "When upgrading from <= 0.9, note that the old configuration files"
101 - ewarn "named main.inc.php and db.inc.php are deprecated and should be"
102 - ewarn "replaced with one single config.inc.php file."
103 - ewarn
104 - ewarn "Run the ./bin/update.sh script to convert those"
105 - ewarn "or manually merge the files."
106 - ewarn
107 - ewarn "The new config.inc.php should only contain options that"
108 - ewarn "differ from the ones listed in defaults.inc.php."
109 - ewarn
110 -}
111
112 diff --git a/mail-client/roundcube/roundcube-1.3.3-r1.ebuild b/mail-client/roundcube/roundcube-1.3.3-r1.ebuild
113 deleted file mode 100644
114 index 7dc18c40928..00000000000
115 --- a/mail-client/roundcube/roundcube-1.3.3-r1.ebuild
116 +++ /dev/null
117 @@ -1,76 +0,0 @@
118 -# Copyright 1999-2017 Gentoo Foundation
119 -# Distributed under the terms of the GNU General Public License v2
120 -
121 -EAPI="6"
122 -
123 -inherit webapp
124 -
125 -MY_PN=${PN}mail
126 -MY_P=${MY_PN}-${PV}
127 -
128 -DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
129 -HOMEPAGE="https://roundcube.net"
130 -SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-complete.tar.gz"
131 -
132 -# roundcube is GPL-licensed, the rest of the licenses here are
133 -# for bundled PEAR components, googiespell and utf8.class.php
134 -LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
135 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86"
136 -
137 -IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
138 -REQUIRED_USE="|| ( mysql postgres sqlite )"
139 -
140 -# this function only sets DEPEND so we need to include that in RDEPEND
141 -need_httpd_cgi
142 -
143 -# :TODO: Support "endriod/qrcode: ~1.6.5" dep (ebuild needed)
144 -RDEPEND="
145 - ${DEPEND}
146 - >=dev-lang/php-5.4.0[filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
147 - >=dev-php/PEAR-Auth_SASL-1.1.0
148 - >=dev-php/PEAR-Mail_Mime-1.10.0
149 - >=dev-php/PEAR-Mail_mimeDecode-1.5.5
150 - >=dev-php/PEAR-Net_IDNA2-0.2.0
151 - >=dev-php/PEAR-Net_SMTP-1.7.1
152 - >=dev-php/PEAR-Net_Socket-1.2.1
153 - virtual/httpd-php
154 - enigma? ( >=dev-php/PEAR-Crypt_GPG-1.6.0 app-crypt/gnupg )
155 - ldap? ( >=dev-php/PEAR-Net_LDAP2-2.2.0 dev-php/PEAR-Net_LDAP3 )
156 - managesieve? ( >=dev-php/PEAR-Net_Sieve-1.4.0 )
157 - mysql? ( || ( dev-lang/php[mysql] dev-lang/php[mysqli] ) )
158 - spell? ( dev-lang/php[curl,spell] )
159 -"
160 -
161 -S=${WORKDIR}/${MY_P}
162 -
163 -src_install() {
164 - webapp_src_preinst
165 - dodoc CHANGELOG INSTALL README.md UPGRADING
166 -
167 - insinto "${MY_HTDOCSDIR}"
168 - doins -r [[:lower:]]* SQL
169 - doins .htaccess
170 -
171 - webapp_serverowned "${MY_HTDOCSDIR}"/logs
172 - webapp_serverowned "${MY_HTDOCSDIR}"/temp
173 -
174 - webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
175 - webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
176 - webapp_src_install
177 -}
178 -
179 -pkg_postinst() {
180 - webapp_pkg_postinst
181 -
182 - ewarn
183 - ewarn "When upgrading from <= 0.9, note that the old configuration files"
184 - ewarn "named main.inc.php and db.inc.php are deprecated and should be"
185 - ewarn "replaced with one single config.inc.php file."
186 - ewarn
187 - ewarn "Run the ./bin/update.sh script to convert those"
188 - ewarn "or manually merge the files."
189 - ewarn
190 - ewarn "The new config.inc.php should only contain options that"
191 - ewarn "differ from the ones listed in defaults.inc.php."
192 - ewarn
193 -}
194
195 diff --git a/mail-client/roundcube/roundcube-1.3.4.ebuild b/mail-client/roundcube/roundcube-1.3.4.ebuild
196 deleted file mode 100644
197 index 2f2cce8e773..00000000000
198 --- a/mail-client/roundcube/roundcube-1.3.4.ebuild
199 +++ /dev/null
200 @@ -1,99 +0,0 @@
201 -# Copyright 1999-2018 Gentoo Foundation
202 -# Distributed under the terms of the GNU General Public License v2
203 -
204 -EAPI=6
205 -
206 -inherit webapp
207 -
208 -MY_PN=${PN}mail
209 -MY_P=${MY_PN}-${PV}
210 -
211 -DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
212 -HOMEPAGE="https://roundcube.net"
213 -SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${PV}/${MY_P}-complete.tar.gz"
214 -
215 -# roundcube is GPL-licensed, the rest of the licenses here are
216 -# for bundled PEAR components, googiespell and utf8.class.php
217 -LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
218 -KEYWORDS="amd64 arm ~ppc ~ppc64 ~sparc x86"
219 -
220 -IUSE="enigma ldap managesieve mysql postgres sqlite ssl spell"
221 -REQUIRED_USE="|| ( mysql postgres sqlite )"
222 -
223 -# this function only sets DEPEND so we need to include that in RDEPEND
224 -need_httpd_cgi
225 -
226 -# :TODO: Support "endriod/qrcode: ~1.6.5" dep (ebuild needed)
227 -RDEPEND="
228 - ${DEPEND}
229 - >=dev-lang/php-5.4.0[filter,gd,iconv,json,ldap?,pdo,postgres?,session,sockets,sqlite?,ssl?,unicode,xml]
230 - >=dev-php/PEAR-Auth_SASL-1.1.0
231 - >=dev-php/PEAR-Mail_Mime-1.10.0
232 - >=dev-php/PEAR-Mail_mimeDecode-1.5.5
233 - >=dev-php/PEAR-Net_IDNA2-0.2.0
234 - >=dev-php/PEAR-Net_SMTP-1.7.1
235 - >=dev-php/PEAR-Net_Socket-1.2.1
236 - dev-php/PEAR-Console_CommandLine
237 - dev-php/PEAR-Console_Getopt
238 - dev-php/PEAR-Exception
239 - virtual/httpd-php
240 - enigma? (
241 - >=dev-php/PEAR-Crypt_GPG-1.6.0
242 - app-crypt/gnupg
243 - )
244 - ldap? (
245 - >=dev-php/PEAR-Net_LDAP2-2.2.0
246 - dev-php/PEAR-Net_LDAP3
247 - )
248 - managesieve? ( >=dev-php/PEAR-Net_Sieve-1.4.0 )
249 - mysql? (
250 - || (
251 - dev-lang/php[mysql]
252 - dev-lang/php[mysqli]
253 - )
254 - )
255 - spell? ( dev-lang/php[curl,spell] )
256 -"
257 -
258 -S=${WORKDIR}/${MY_P}
259 -
260 -src_prepare() {
261 - default
262 -
263 - # Redundant. (Bug #644896)
264 - rm -r vendor/pear || die
265 -}
266 -
267 -src_install() {
268 - webapp_src_preinst
269 -
270 - dodoc CHANGELOG INSTALL README.md UPGRADING
271 -
272 - insinto "${MY_HTDOCSDIR}"
273 - doins -r [[:lower:]]* SQL
274 - doins .htaccess
275 -
276 - webapp_serverowned "${MY_HTDOCSDIR}"/logs
277 - webapp_serverowned "${MY_HTDOCSDIR}"/temp
278 -
279 - webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
280 - webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE.txt"
281 -
282 - webapp_src_install
283 -}
284 -
285 -pkg_postinst() {
286 - webapp_pkg_postinst
287 -
288 - ewarn
289 - ewarn "When upgrading from <= 0.9, note that the old configuration files"
290 - ewarn "named main.inc.php and db.inc.php are deprecated and should be"
291 - ewarn "replaced with one single config.inc.php file."
292 - ewarn
293 - ewarn "Run the ./bin/update.sh script to convert those"
294 - ewarn "or manually merge the files."
295 - ewarn
296 - ewarn "The new config.inc.php should only contain options that"
297 - ewarn "differ from the ones listed in defaults.inc.php."
298 - ewarn
299 -}