Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/roundcube/
Date: Mon, 29 Nov 2021 15:13:41
Message-Id: 1638198809.001295b681e38882d07b3a2154bcecb5e07df2fe.candrews@gentoo
1 commit: 001295b681e38882d07b3a2154bcecb5e07df2fe
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 29 15:13:29 2021 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 29 15:13:29 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=001295b6
7
8 mail-client/roundcube: 1.5.1 version bump
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 mail-client/roundcube/Manifest | 1 +
14 mail-client/roundcube/roundcube-1.5.1.ebuild | 97 ++++++++++++++++++++++++++++
15 2 files changed, 98 insertions(+)
16
17 diff --git a/mail-client/roundcube/Manifest b/mail-client/roundcube/Manifest
18 index 4c5fc95890be..a6bb39f7c49c 100644
19 --- a/mail-client/roundcube/Manifest
20 +++ b/mail-client/roundcube/Manifest
21 @@ -1,2 +1,3 @@
22 DIST roundcubemail-1.4.11-complete.tar.gz 7048262 BLAKE2B aaf5e6ce5b07577f687788730bc9181334402bb2ff5e78fb306425913b62b4a8f72505547bdcc8673806b48b9ba8252b8059b59399efc95a51877d5c672a4760 SHA512 2bfe0ff3716f76bf9eb5bf5f7b62c738b233c57e67d6ac767c044d1a3a694ae003642d9cc68a18d6f6ba94135aa7ee1692db920e9127128669faee9ddf78fe80
23 DIST roundcubemail-1.5.0-complete.tar.gz 7802014 BLAKE2B d81a521c264b47b55b7f868caf4fd8f0d7fdb2f0d04bf560bf1774c39aa4d0b4143ba1edb977941a4596848921671ec47a0dfd21f20f7e28778a021d58bec402 SHA512 cba32ee2b86864af9d9163d83fa49763267e3420bee59b86d47b889e1bc53871ed2ff5b2c1444778324f4b259e99752faa3b72f909a8f9c26c7af9c96ba08a54
24 +DIST roundcubemail-1.5.1-complete.tar.gz 7827081 BLAKE2B 1547ba369ef8e5f2b99ed72d562de3f76ff973d9617f4394bb89e281917264c9304aeb2b44cffd16952c2295111707215fe0426ce0f3f1d4a5c94df5f0811235 SHA512 bcea37859fbbee2f474cda024e5648b823a2da44ae69e5036a5b7e6add1d73dbfc1cd1cc32a3e01e59b0a3ba2ea03d1b028eec8e8f139fc4fb3eea8b52e28203
25
26 diff --git a/mail-client/roundcube/roundcube-1.5.1.ebuild b/mail-client/roundcube/roundcube-1.5.1.ebuild
27 new file mode 100644
28 index 000000000000..e63578dfa2c6
29 --- /dev/null
30 +++ b/mail-client/roundcube/roundcube-1.5.1.ebuild
31 @@ -0,0 +1,97 @@
32 +# Copyright 1999-2021 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +inherit webapp
38 +
39 +MY_PN=${PN}mail
40 +MY_PV=${PV/_/-}
41 +MY_P=${MY_PN}-${MY_PV}
42 +
43 +DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
44 +HOMEPAGE="https://roundcube.net"
45 +
46 +# roundcube is GPL-licensed, the rest of the licenses here are
47 +# for bundled PEAR components, googiespell and utf8.class.php
48 +LICENSE="GPL-3 BSD PHP-2.02 PHP-3 MIT public-domain"
49 +
50 +IUSE="change-password enigma exif fileinfo ldap mysql postgres sqlite ssl spell zip"
51 +REQUIRED_USE="|| ( mysql postgres sqlite )"
52 +
53 +# this function only sets DEPEND so we need to include that in RDEPEND
54 +need_httpd_cgi
55 +
56 +RDEPEND="
57 + ${DEPEND}
58 + >=dev-lang/php-5.5.0[exif?,fileinfo?,filter,gd,iconv,intl,json(+),ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml,zip?]
59 + virtual/httpd-php
60 + change-password? (
61 + dev-lang/php[sockets]
62 + )
63 + enigma? (
64 + app-crypt/gnupg
65 + )
66 + mysql? (
67 + || (
68 + dev-lang/php[mysql]
69 + dev-lang/php[mysqli]
70 + )
71 + )
72 + spell? ( dev-lang/php[curl,spell] )
73 +"
74 +
75 +if [[ ${PV} == *9999 ]] ; then
76 + inherit git-r3
77 + EGIT_REPO_URI="https://github.com/roundcube/roundcubemail"
78 + EGIT_BRANCH="master"
79 + BDEPEND="${BDEPEND}
80 + app-arch/unzip
81 + dev-php/composer
82 + net-misc/curl"
83 +else
84 + SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
85 + S="${WORKDIR}/${MY_P}"
86 + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
87 +fi
88 +
89 +src_unpack() {
90 + if [[ "${PV}" == *9999* ]]; then
91 + git-r3_src_unpack
92 + pushd "${S}" > /dev/null || die
93 + rm Makefile || die
94 + mv composer.json-dist composer.json || die
95 + composer install --no-dev || die
96 + ./bin/install-jsdeps.sh || die
97 + popd > /dev/null || die
98 + else
99 + default
100 + fi
101 +}
102 +
103 +src_install() {
104 + webapp_src_preinst
105 +
106 + dodoc CHANGELOG.md INSTALL README.md UPGRADING SECURITY.md
107 +
108 + insinto "${MY_HTDOCSDIR}"
109 + doins -r [[:lower:]]* SQL
110 + doins .htaccess
111 +
112 + webapp_serverowned "${MY_HTDOCSDIR}"/logs
113 + webapp_serverowned "${MY_HTDOCSDIR}"/temp
114 +
115 + webapp_configfile "${MY_HTDOCSDIR}"/config/defaults.inc.php
116 + webapp_postupgrade_txt en "${FILESDIR}/POST-UPGRADE_complete.txt"
117 +
118 + webapp_src_install
119 +}
120 +
121 +pkg_postinst() {
122 + webapp_pkg_postinst
123 +
124 + if [[ -n ${REPLACING_VERSIONS} ]]; then
125 + elog "You can review the post-upgrade instructions at:"
126 + elog "${EROOT}/usr/share/webapps/${PN}/${PV}/postupgrade-en.txt"
127 + fi
128 +}