From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-881373-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3B4A013825A for <garchives@archives.gentoo.org>; Fri, 13 May 2016 21:16:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4A21E07DA; Fri, 13 May 2016 21:16:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4D03EE07D4 for <gentoo-commits@lists.gentoo.org>; Fri, 13 May 2016 21:16:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5E293408B8 for <gentoo-commits@lists.gentoo.org>; Fri, 13 May 2016 21:16:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55AF3929 for <gentoo-commits@lists.gentoo.org>; Fri, 13 May 2016 21:16:28 +0000 (UTC) From: "Manuel Rüger" <mrueg@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" <mrueg@gentoo.org> Message-ID: <1463174151.e853f0819dd99f07cb08af48093ed5f95c5ea876.mrueg@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/acme/acme-9999.ebuild X-VCS-Directories: app-crypt/acme/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: e853f0819dd99f07cb08af48093ed5f95c5ea876 X-VCS-Branch: master Date: Fri, 13 May 2016 21:16:28 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 396c36ba-7779-4bf0-93a6-1f1b63c7b13c X-Archives-Hash: 5ef24bf147473311ecdac59707328fa0 commit: e853f0819dd99f07cb08af48093ed5f95c5ea876 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org> AuthorDate: Fri May 13 21:15:51 2016 +0000 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org> CommitDate: Fri May 13 21:15:51 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e853f081 app-crypt/acme: Sync live ebuild Package-Manager: portage-2.2.28 app-crypt/acme/acme-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app-crypt/acme/acme-9999.ebuild b/app-crypt/acme/acme-9999.ebuild index a527e0f..4d12496 100644 --- a/app-crypt/acme/acme-9999.ebuild +++ b/app-crypt/acme/acme-9999.ebuild @@ -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"