Diff roundcube-1.7_beta2 with a roundcube-9999

/usr/portage/mail-client/roundcube/roundcube-9999.ebuild 2025-11-06 18:18:08.244837661 +0300
9 9
MY_PV=${PV/_/-}
10 10
MY_P=${MY_PN}-${MY_PV}
11 11

  
12
DESCRIPTION="A browser-based multilingual IMAP client with an application-like user interface"
12
DESCRIPTION="Browser-based multilingual IMAP client with an application-like user interface"
13 13
HOMEPAGE="https://roundcube.net"
14 14

  
15 15
# roundcube is GPL-licensed, the rest of the licenses here are
......
24 24

  
25 25
RDEPEND="
26 26
	${DEPEND}
27
	>=dev-lang/php-7.4.0[exif?,fileinfo?,filter,gd,iconv,intl,json(+),ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml,zip?]
27
	>=dev-lang/php-8.0[exif?,fileinfo?,filter,gd,iconv,intl,json(+),ldap?,pdo,postgres?,session,sqlite?,ssl?,unicode,xml,zip?]
28 28
	virtual/httpd-php
29 29
	change-password? (
30 30
		dev-lang/php[sockets]
......
52 52
else
53 53
	SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
54 54
	S="${WORKDIR}/${MY_P}"
55
	KEYWORDS="amd64 arm ~hppa ppc ppc64 ~sparc x86"
55
	KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
56 56
fi
57 57

  
58 58
src_unpack() {
......
72 72
src_install() {
73 73
	webapp_src_preinst
74 74

  
75
	dodoc CHANGELOG.md README.md
75
	dodoc CHANGELOG.md INSTALL README.md UPGRADING SECURITY.md
76 76

  
77 77
	insinto "${MY_HTDOCSDIR}"
78 78
	doins -r [[:lower:]]* SQL
79
	doins .htaccess
79 80

  
80 81
	webapp_serverowned "${MY_HTDOCSDIR}"/logs
81 82
	webapp_serverowned "${MY_HTDOCSDIR}"/temp
Thank you!