app-crypt/acme: Sync live ebuild
authorManuel Rüger <mrueg@gentoo.org>
Fri, 13 May 2016 21:15:51 +0000 (23:15 +0200)
committerManuel Rüger <mrueg@gentoo.org>
Fri, 13 May 2016 21:15:51 +0000 (23:15 +0200)
Package-Manager: portage-2.2.28

app-crypt/acme/acme-9999.ebuild

index a527e0fe17810a905aa6262d384d18fa219a7343..4d1249657b7ea913f9db8a5fcc8be2019b7a5d10 100644 (file)
@@ -6,20 +6,20 @@ EAPI=5
 PYTHON_COMPAT=(python{2_7,3_4,3_5})
 
 if [[ ${PV} == 9999* ]]; then
-       EGIT_REPO_URI="https://github.com/letsencrypt/letsencrypt.git"
+       EGIT_REPO_URI="https://github.com/certbot/certbot.git"
        inherit git-r3
        KEYWORDS=""
        S=${WORKDIR}/${P}/${PN}
 else
-       SRC_URI="https://github.com/letsencrypt/letsencrypt/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
-       KEYWORDS="~amd64"
-       S=${WORKDIR}/letsencrypt-${PV}/acme
+       SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> letsencrypt-${PV}.tar.gz"
+       KEYWORDS="~amd64 ~arm"
+       S=${WORKDIR}/certbot-${PV}/acme
 fi
 
 inherit distutils-r1
 
 DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="https://github.com/letsencrypt/letsencrypt https://letsencrypt.org/"
+HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/"
 
 LICENSE="Apache-2.0"
 SLOT="0"