Gentoo Archives: gentoo-commits

From: "Aaron W. Swenson" <titanofold@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Mon, 25 Nov 2019 02:03:59
Message-Id: 1574647423.293bf0e6f17a2267b453cddcd6c8d6c7dbfd0ef6.titanofold@gentoo
1 commit: 293bf0e6f17a2267b453cddcd6c8d6c7dbfd0ef6
2 Author: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 25 02:03:39 2019 +0000
4 Commit: Aaron W. Swenson <titanofold <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 25 02:03:43 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=293bf0e6
7
8 mail-client/roundcube: Bump to 1.4.1
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Signed-off-by: Aaron W. Swenson <titanofold <AT> gentoo.org>
12
13 mail-client/roundcube/Manifest | 1 +
14 mail-client/roundcube/roundcube-1.4.1.ebuild | 73 ++++++++++++++++++++++++++++
15 2 files changed, 74 insertions(+)
16
17 diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
18 index 3321c524c97..09042d04c26 100644
19 --- a/mail-client/roundcube/Manifest
20 +++ b/mail-client/roundcube/Manifest
21 @@ -2,3 +2,4 @@ DIST roundcubemail-1.3.10-complete.tar.gz 5495189 BLAKE2B d2b6d7ac28fc609ab3d727
22 DIST roundcubemail-1.3.8-complete.tar.gz 5534385 BLAKE2B 2f0cb528d0901d267c74d57baa18d1f057fdd2eb0f872f3cef1053847861998f8c6551fc17506ae365086ed1f86c3ee9e73a96adb2e43c6c32025e7afaf63710 SHA512 34dc9205cd93be6d6551086f4d22654dad7213b4b09000dc4def08357acdc634744ce1f560144a3d3b46e936258e90482e77fc4c691a55c205bcfdfe3745441e
23 DIST roundcubemail-1.3.9-complete.tar.gz 5521697 BLAKE2B 4689bb43ff02b99a9b2b06d6370a5dce0ec4eca4e4da2a74e33e77ec74ec14bf22b6bab415c8b5fde9bd76bfaed87f183a8979edb353da3ed947f9bfdb0ecb15 SHA512 42ae9b772272b3e82476beeeb0fc5a909fb07ed0bfbdb655627b1e31da1c292f67f5a305452de31b2d60fe5905bcacabd6874dea394a9b0fd66b7921d73500ac
24 DIST roundcubemail-1.4.0-complete.tar.gz 6997256 BLAKE2B b19a2d049512ceb53b3844f4680ed061044d2d142bef322c067b381e3be57ecb3181cac4f2492a162da1417fefb4028c36d34dae4bf9064c97568f681bd0c78b SHA512 274372793f1f3af761702f8972f6360f8c8e64a705ff96f1432f6a520d24c9ca0e8ccc3933f26433f1c864bd6c381066fc9eb48bf97e9497b4cbff855412d811
25 +DIST roundcubemail-1.4.1-complete.tar.gz 6998687 BLAKE2B ff33e512bb202d37d77ae2a4c7820f1061598bee1eb01bed5f15b25ad0e27c0cfe3611b44d451982491b702abcf6d7ae1bc88cbd303bc9a2573fc79efc54bec5 SHA512 0c8e09e93c86aad0f3e3a5a81c5e9ad8ab8aee101ae8ebb78d29556575db94a51a07cbf955ec79235425a961427b826ad27fae750b8eae785eedd195161dabed
26
27 diff --git a/mail-client/roundcube/roundcube-1.4.1.ebuild b/mail-client/roundcube/roundcube-1.4.1.ebuild
28 new file mode 100644
29 index 00000000000..e503aac3082
30 --- /dev/null
31 +++ b/mail-client/roundcube/roundcube-1.4.1.ebuild
32 @@ -0,0 +1,73 @@
33 +# Copyright 1999-2019 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +inherit webapp
39 +
40 +MY_PN=${PN}mail
41 +MY_PV=${PV/_/-}
42 +MY_P=${MY_PN}-${MY_PV}
43 +
44 +DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
45 +HOMEPAGE="https://roundcube.net"
46 +SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
47 +
48 +# roundcube is GPL-licensed, the rest of the licenses here are
49 +# for bundled PEAR components, googiespell and utf8.class.php
50 +LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
51 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
52 +
53 +IUSE="change-password enigma ldap mysql postgres sqlite ssl spell"
54 +REQUIRED_USE="|| ( mysql postgres sqlite )"
55 +
56 +# this function only sets DEPEND so we need to include that in RDEPEND
57 +need_httpd_cgi
58 +
59 +RDEPEND="
60 + ${DEPEND}
61 + >=dev-lang/php-5.4.0[filter,gd,iconv,json,ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml]
62 + virtual/httpd-php
63 + change-password? (
64 + dev-lang/php[sockets]
65 + )
66 + enigma? (
67 + app-crypt/gnupg
68 + )
69 + mysql? (
70 + || (
71 + dev-lang/php[mysql]
72 + dev-lang/php[mysqli]
73 + )
74 + )
75 + spell? ( dev-lang/php[curl,spell] )
76 +"
77 +
78 +S="${WORKDIR}/${MY_P}"
79 +
80 +src_install() {
81 + webapp_src_preinst
82 +
83 + dodoc CHANGELOG INSTALL README.md UPGRADING
84 +
85 + insinto "${MY_HTDOCSDIR}"
86 + doins -r [[:lower:]]* SQL
87 + doins .htaccess
88 +
89 + webapp_serverowned "${MY_HTDOCSDIR}"/logs
90 + webapp_serverowned "${MY_HTDOCSDIR}"/temp
91 +
92 + webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
93 + webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE_complete.txt"
94 +
95 + webapp_src_install
96 +}
97 +
98 +pkg_postinst() {
99 + webapp_pkg_postinst
100 +
101 + if [[ -n ${REPLACING_VERSIONS} ]]; then
102 + elog "You can review the post-upgrade instructions at:"
103 + elog "${EROOT%/}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
104 + fi
105 +}