commit:     7405334110e02324a811e7c2683ee2f0a092dedf
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 28 18:56:27 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Dec 31 14:21:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74053341

mail-client/roundcube: EAPI=7

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 .../{roundcube-9999.ebuild => roundcube-1.4.9-r1.ebuild}          | 8 +++++---
 mail-client/roundcube/roundcube-9999.ebuild                       | 8 +++++---
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/mail-client/roundcube/roundcube-9999.ebuild 
b/mail-client/roundcube/roundcube-1.4.9-r1.ebuild
similarity index 96%
copy from mail-client/roundcube/roundcube-9999.ebuild
copy to mail-client/roundcube/roundcube-1.4.9-r1.ebuild
index 0b5033a74a7..54ae74d1e86 100644
--- a/mail-client/roundcube/roundcube-9999.ebuild
+++ b/mail-client/roundcube/roundcube-1.4.9-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit webapp
 
@@ -45,8 +45,10 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/roundcube/roundcubemail";
        EGIT_BRANCH="master"
-       DEPEND="${DEPEND}
-               dev-php/composer"
+       BDEPEND="${BDEPEND}
+               app-arch/unzip
+               dev-php/composer
+               net-misc/curl"
 else
        
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz";
        S="${WORKDIR}/${MY_P}"

diff --git a/mail-client/roundcube/roundcube-9999.ebuild 
b/mail-client/roundcube/roundcube-9999.ebuild
index 0b5033a74a7..54ae74d1e86 100644
--- a/mail-client/roundcube/roundcube-9999.ebuild
+++ b/mail-client/roundcube/roundcube-9999.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit webapp
 
@@ -45,8 +45,10 @@ if [[ ${PV} == *9999 ]] ; then
        inherit git-r3
        EGIT_REPO_URI="https://github.com/roundcube/roundcubemail";
        EGIT_BRANCH="master"
-       DEPEND="${DEPEND}
-               dev-php/composer"
+       BDEPEND="${BDEPEND}
+               app-arch/unzip
+               dev-php/composer
+               net-misc/curl"
 else
        
SRC_URI="https://github.com/${PN}/${MY_PN}/releases/download/${MY_PV}/${MY_P}-complete.tar.gz";
        S="${WORKDIR}/${MY_P}"

Reply via email to