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: Thu, 31 Dec 2020 14:21:16
Message-Id: 1609424466.7405334110e02324a811e7c2683ee2f0a092dedf.candrews@gentoo
1 commit: 7405334110e02324a811e7c2683ee2f0a092dedf
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 18:56:27 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 31 14:21:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74053341
7
8 mail-client/roundcube: EAPI=7
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 .../{roundcube-9999.ebuild => roundcube-1.4.9-r1.ebuild} | 8 +++++---
14 mail-client/roundcube/roundcube-9999.ebuild | 8 +++++---
15 2 files changed, 10 insertions(+), 6 deletions(-)
16
17 diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-1.4.9-r1.ebuild
18 similarity index 96%
19 copy from mail-client/roundcube/roundcube-9999.ebuild
20 copy to mail-client/roundcube/roundcube-1.4.9-r1.ebuild
21 index 0b5033a74a7..54ae74d1e86 100644
22 --- a/mail-client/roundcube/roundcube-9999.ebuild
23 +++ b/mail-client/roundcube/roundcube-1.4.9-r1.ebuild
24 @@ -1,7 +1,7 @@
25 # Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 -EAPI=6
29 +EAPI=7
30
31 inherit webapp
32
33 @@ -45,8 +45,10 @@ if [[ ${PV} == *9999 ]] ; then
34 inherit git-r3
35 EGIT_REPO_URI="https://github.com/roundcube/roundcubemail"
36 EGIT_BRANCH="master"
37 - DEPEND="${DEPEND}
38 - dev-php/composer"
39 + BDEPEND="${BDEPEND}
40 + app-arch/unzip
41 + dev-php/composer
42 + net-misc/curl"
43 else
44 SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
45 S="${WORKDIR}/${MY_P}"
46
47 diff --git a/mail-client/roundcube/roundcube-9999.ebuild b/mail-client/roundcube/roundcube-9999.ebuild
48 index 0b5033a74a7..54ae74d1e86 100644
49 --- a/mail-client/roundcube/roundcube-9999.ebuild
50 +++ b/mail-client/roundcube/roundcube-9999.ebuild
51 @@ -1,7 +1,7 @@
52 # Copyright 1999-2020 Gentoo Authors
53 # Distributed under the terms of the GNU General Public License v2
54
55 -EAPI=6
56 +EAPI=7
57
58 inherit webapp
59
60 @@ -45,8 +45,10 @@ if [[ ${PV} == *9999 ]] ; then
61 inherit git-r3
62 EGIT_REPO_URI="https://github.com/roundcube/roundcubemail"
63 EGIT_BRANCH="master"
64 - DEPEND="${DEPEND}
65 - dev-php/composer"
66 + BDEPEND="${BDEPEND}
67 + app-arch/unzip
68 + dev-php/composer
69 + net-misc/curl"
70 else
71 SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz"
72 S="${WORKDIR}/${MY_P}"