Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/
Date: Thu, 03 Dec 2020 03:24:29
Message-Id: 1606965854.543497fb933ef213d2e7fe709405dab59275a2fc.prometheanfire@gentoo
1 commit: 543497fb933ef213d2e7fe709405dab59275a2fc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 3 02:53:31 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 3 03:24:14 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543497fb
7
8 app-crypt/acme: 1.10.0 bump
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 app-crypt/acme/Manifest | 1 +
14 app-crypt/acme/{acme-1.9.0.ebuild => acme-1.10.0.ebuild} | 2 +-
15 app-crypt/acme/acme-1.9.0.ebuild | 2 +-
16 3 files changed, 3 insertions(+), 2 deletions(-)
17
18 diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
19 index 7c86ae3bafc..d66d65257c2 100644
20 --- a/app-crypt/acme/Manifest
21 +++ b/app-crypt/acme/Manifest
22 @@ -1 +1,2 @@
23 +DIST certbot-1.10.0.tar.gz 1432396 BLAKE2B eae502acdac712ac148a4a349b500db61a0c14fda0ae4dc57077222d33f967595c4434d0b197649c6d2614018bafaab2c7f94c1571162a200943732cc3c0109c SHA512 af31bfa1f3d6bc189d1b55ac91aab5b7fb35579170c253f0c0e98c5f63be9ad27f3ff73cb03a4f59765874c01e78ae1423f977426e081161ae5f845ebfb0d23a
24 DIST certbot-1.9.0.tar.gz 1425703 BLAKE2B 9bf78824649870b3e1fc3175aae551cbfaa675a8930a89f35ba2330647d86798e4fc43011c617be2d278ab20c43dd05b02e8e61956dd7f9d10d444181874346e SHA512 098d8c077f5760c1f40f7d673820488ad7643c8b9c12561a58921cd95f60ae76515cefc19f822747f3385a68eba6f49fe5484b20142994ef67a26b0b16293ce8
25
26 diff --git a/app-crypt/acme/acme-1.9.0.ebuild b/app-crypt/acme/acme-1.10.0.ebuild
27 similarity index 97%
28 copy from app-crypt/acme/acme-1.9.0.ebuild
29 copy to app-crypt/acme/acme-1.10.0.ebuild
30 index da638d5ba96..9c58fbb71ad 100644
31 --- a/app-crypt/acme/acme-1.9.0.ebuild
32 +++ b/app-crypt/acme/acme-1.10.0.ebuild
33 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
34 S=${WORKDIR}/${P}/${PN}
35 else
36 SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> certbot-${PV}.tar.gz"
37 - KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
38 + KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
39 S=${WORKDIR}/certbot-${PV}/acme
40 fi
41
42
43 diff --git a/app-crypt/acme/acme-1.9.0.ebuild b/app-crypt/acme/acme-1.9.0.ebuild
44 index da638d5ba96..e7b061126cc 100644
45 --- a/app-crypt/acme/acme-1.9.0.ebuild
46 +++ b/app-crypt/acme/acme-1.9.0.ebuild
47 @@ -2,7 +2,7 @@
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 -PYTHON_COMPAT=(python{3_6,3_7,3_8})
52 +PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
53 DISTUTILS_USE_SETUPTOOLS=rdepend
54
55 if [[ ${PV} == 9999* ]]; then