[gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/, profiles/

2020-10-09 Thread Michał Górny
commit: d168b61c08d639b75b8addef2b605ef754cb7b91
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Oct  9 08:04:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Oct  9 08:04:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d168b61c

app-crypt/acmebot: Remove last-rited pkg

Closes: https://bugs.gentoo.org/718202
Signed-off-by: Michał Górny  gentoo.org>

 app-crypt/acmebot/Manifest|  2 --
 app-crypt/acmebot/acmebot-2.3.0-r1.ebuild | 43 --
 app-crypt/acmebot/acmebot-2.7.0.ebuild| 60 ---
 app-crypt/acmebot/acmebot-.ebuild | 43 --
 app-crypt/acmebot/metadata.xml|  7 
 profiles/package.mask |  8 -
 6 files changed, 163 deletions(-)

diff --git a/app-crypt/acmebot/Manifest b/app-crypt/acmebot/Manifest
deleted file mode 100644
index c2f4e840601..000
--- a/app-crypt/acmebot/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST acmebot-2.3.0.tar.gz 64841 BLAKE2B 
92bfb9a58722b9955fe908e2fcb1a3ee593bf87e3fdf3dc9564bcbe291b13c553ad426673c337a59344287da64c4ee5cffc734f8dfb60447f96d6234814f0167
 SHA512 
3951cc7138eb0b83bd802a2e0a221fa985209ba276028606d887b7d2eff84c35db034f4a3d8a6836b3ac149c6dbfa27b1ea47e864f549f8d88b758b40407c4f4
-DIST acmebot-2.7.0.tar.gz 76385 BLAKE2B 
28b0fd81735e2dbff493dbcfe0194d62dea8d233866dcb235bb0efac562d2f3884f53226f979e8cd6050078f59b0b1e6d20d2eeea6d762363526686ef8c5ead1
 SHA512 
1b8fa21c2dc60a940e2fa13d5d599025088644862c985749d72f4f16ebd4ad48970b7fcf656fb34cf63d3c2ff2cbb157d7446c17a7f9da3cffd8611e499c400e

diff --git a/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild 
b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
deleted file mode 100644
index d200063e3eb..000
--- a/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python3_6)
-EGIT_REPO_URI="https://github.com/plinss/${PN}.git;
-[[ $PV ==  ]] && _scm=git-r3
-
-inherit ${_scm} python-r1
-
-DESCRIPTION="Certificate manager bot using ACME protocol"
-HOMEPAGE="https://github.com/plinss/acmebot;
-if [[ $PV !=  ]]; then
-   SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-[[ $PV !=  ]] && KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-CDEPEND="${PYTHON_DEPS}
-   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
-   >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
-   >=app-crypt/acme-0.25.1[${PYTHON_USEDEP}]
-   "
-RDEPEND="${CDEPEND}"
-DEPEND=""
-
-src_install() {
-   python_foreach_impl python_doscript acmebot
-   insinto /etc/logrotate.d
-   doins logrotate.d/acmebot
-   insinto /etc/acmebot
-   doins acmebot.example.json
-   dodoc README.rst
-}

diff --git a/app-crypt/acmebot/acmebot-2.7.0.ebuild 
b/app-crypt/acmebot/acmebot-2.7.0.ebuild
deleted file mode 100644
index e6b7da902b1..000
--- a/app-crypt/acmebot/acmebot-2.7.0.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=(python3_{7,8})
-EGIT_REPO_URI="https://github.com/plinss/${PN}.git;
-[[ $PV ==  ]] && _scm=git-r3
-
-inherit ${_scm} python-single-r1
-
-DESCRIPTION="Certificate manager bot using ACME protocol"
-HOMEPAGE="https://github.com/plinss/acmebot;
-if [[ $PV !=  ]]; then
-   SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-[[ $PV !=  ]] && KEYWORDS="~amd64 ~x86"
-IUSE=""
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-DEPEND=""
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   >=dev-python/appdirs-1.4.3[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pyparsing-2.2.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/packaging-16.8[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pydns-3.1.0:3[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/cryptography-2.1.4[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/asn1crypto-0.24.0[${PYTHON_MULTI_USEDEP}]
-   >=app-crypt/acme-0.25.1[${PYTHON_MULTI_USEDEP}]
-   >=dev-python/pyyaml-3.1[${PYTHON_MULTI_USEDEP}]
-   ')
-   "
-
-pkg_setup() {
-   python-single-r1_pkg_setup
-}
-src_prepare() {
-   default
-   python_fix_shebang .
-}
-
-src_configure() {
-   :
-}
-src_compile() {
-   :
-}
-
-src_install() {
-   python_doscript acmebot
-   insinto /etc/logrotate.d
-   doins logrotate.d/acmebot
-  

[gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/

2020-08-15 Thread Robin H. Johnson
commit: a16c3c3ba794eb16af95abb92005a84f971997e8
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Aug 16 04:59:12 2020 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Aug 16 04:59:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a16c3c3b

app-crypt/acmebot: bump

Signed-off-by: Robin H. Johnson  gentoo.org>

 app-crypt/acmebot/Manifest |  1 +
 app-crypt/acmebot/acmebot-2.7.0.ebuild | 60 ++
 2 files changed, 61 insertions(+)

diff --git a/app-crypt/acmebot/Manifest b/app-crypt/acmebot/Manifest
index 4b55640b4b6..c2f4e840601 100644
--- a/app-crypt/acmebot/Manifest
+++ b/app-crypt/acmebot/Manifest
@@ -1 +1,2 @@
 DIST acmebot-2.3.0.tar.gz 64841 BLAKE2B 
92bfb9a58722b9955fe908e2fcb1a3ee593bf87e3fdf3dc9564bcbe291b13c553ad426673c337a59344287da64c4ee5cffc734f8dfb60447f96d6234814f0167
 SHA512 
3951cc7138eb0b83bd802a2e0a221fa985209ba276028606d887b7d2eff84c35db034f4a3d8a6836b3ac149c6dbfa27b1ea47e864f549f8d88b758b40407c4f4
+DIST acmebot-2.7.0.tar.gz 76385 BLAKE2B 
28b0fd81735e2dbff493dbcfe0194d62dea8d233866dcb235bb0efac562d2f3884f53226f979e8cd6050078f59b0b1e6d20d2eeea6d762363526686ef8c5ead1
 SHA512 
1b8fa21c2dc60a940e2fa13d5d599025088644862c985749d72f4f16ebd4ad48970b7fcf656fb34cf63d3c2ff2cbb157d7446c17a7f9da3cffd8611e499c400e

diff --git a/app-crypt/acmebot/acmebot-2.7.0.ebuild 
b/app-crypt/acmebot/acmebot-2.7.0.ebuild
new file mode 100644
index 000..e6b7da902b1
--- /dev/null
+++ b/app-crypt/acmebot/acmebot-2.7.0.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python3_{7,8})
+EGIT_REPO_URI="https://github.com/plinss/${PN}.git;
+[[ $PV ==  ]] && _scm=git-r3
+
+inherit ${_scm} python-single-r1
+
+DESCRIPTION="Certificate manager bot using ACME protocol"
+HOMEPAGE="https://github.com/plinss/acmebot;
+if [[ $PV !=  ]]; then
+   SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+[[ $PV !=  ]] && KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+DEPEND=""
+RDEPEND="${PYTHON_DEPS}
+   $(python_gen_cond_dep '
+   >=dev-python/appdirs-1.4.3[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pyparsing-2.2.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/packaging-16.8[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pyopenssl-17.5.0[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pydns-3.1.0:3[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/cryptography-2.1.4[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/asn1crypto-0.24.0[${PYTHON_MULTI_USEDEP}]
+   >=app-crypt/acme-0.25.1[${PYTHON_MULTI_USEDEP}]
+   >=dev-python/pyyaml-3.1[${PYTHON_MULTI_USEDEP}]
+   ')
+   "
+
+pkg_setup() {
+   python-single-r1_pkg_setup
+}
+src_prepare() {
+   default
+   python_fix_shebang .
+}
+
+src_configure() {
+   :
+}
+src_compile() {
+   :
+}
+
+src_install() {
+   python_doscript acmebot
+   insinto /etc/logrotate.d
+   doins logrotate.d/acmebot
+   insinto /etc/acmebot
+   doins acmebot.example.json
+   dodoc README.rst
+}



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/

2019-07-21 Thread Michał Górny
commit: 29516c2f08b7ef19e5508f7a2fd9c6862bdb4aa4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 21 17:32:26 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 21 17:34:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29516c2f

app-crypt/acmebot: Fix python-r1 usage

Signed-off-by: Michał Górny  gentoo.org>

 app-crypt/acmebot/{acmebot-2.3.0.ebuild => acmebot-2.3.0-r1.ebuild} | 5 ++---
 app-crypt/acmebot/acmebot-.ebuild   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/app-crypt/acmebot/acmebot-2.3.0.ebuild 
b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
similarity index 93%
rename from app-crypt/acmebot/acmebot-2.3.0.ebuild
rename to app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
index 80bd249ecd7..a179ed4c74a 100644
--- a/app-crypt/acmebot/acmebot-2.3.0.ebuild
+++ b/app-crypt/acmebot/acmebot-2.3.0-r1.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-CDEPEND="
+CDEPEND="${PYTHON_DEPS}
>=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
>=dev-python/packaging-16.8[${PYTHON_USEDEP}]
@@ -34,8 +34,7 @@ RDEPEND="${CDEPEND}"
 DEPEND=""
 
 src_install() {
-   dobin acmebot
-   python_replicate_script "${ED}"/usr/bin/acmebot
+   python_foreach_impl python_doscript acmebot
insinto /etc/logrotate.d
doins logrotate.d/acmebot
insinto /etc/acmebot

diff --git a/app-crypt/acmebot/acmebot-.ebuild 
b/app-crypt/acmebot/acmebot-.ebuild
index 80bd249ecd7..a179ed4c74a 100644
--- a/app-crypt/acmebot/acmebot-.ebuild
+++ b/app-crypt/acmebot/acmebot-.ebuild
@@ -20,7 +20,7 @@ SLOT="0"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-CDEPEND="
+CDEPEND="${PYTHON_DEPS}
>=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
>=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
>=dev-python/packaging-16.8[${PYTHON_USEDEP}]
@@ -34,8 +34,7 @@ RDEPEND="${CDEPEND}"
 DEPEND=""
 
 src_install() {
-   dobin acmebot
-   python_replicate_script "${ED}"/usr/bin/acmebot
+   python_foreach_impl python_doscript acmebot
insinto /etc/logrotate.d
doins logrotate.d/acmebot
insinto /etc/acmebot



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/

2019-04-20 Thread Robin H. Johnson
commit: 90e7773e6be8589673a15b63d057c45cf738432b
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Apr 20 06:30:59 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Apr 20 06:31:12 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e7773e

app-crypt/acmebot: new package, LetsEncrypt automation client

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-crypt/acmebot/Manifest |  1 +
 app-crypt/acmebot/acmebot-2.3.0.ebuild | 44 ++
 app-crypt/acmebot/acmebot-.ebuild  | 44 ++
 app-crypt/acmebot/metadata.xml |  7 ++
 4 files changed, 96 insertions(+)

diff --git a/app-crypt/acmebot/Manifest b/app-crypt/acmebot/Manifest
new file mode 100644
index 000..4b55640b4b6
--- /dev/null
+++ b/app-crypt/acmebot/Manifest
@@ -0,0 +1 @@
+DIST acmebot-2.3.0.tar.gz 64841 BLAKE2B 
92bfb9a58722b9955fe908e2fcb1a3ee593bf87e3fdf3dc9564bcbe291b13c553ad426673c337a59344287da64c4ee5cffc734f8dfb60447f96d6234814f0167
 SHA512 
3951cc7138eb0b83bd802a2e0a221fa985209ba276028606d887b7d2eff84c35db034f4a3d8a6836b3ac149c6dbfa27b1ea47e864f549f8d88b758b40407c4f4

diff --git a/app-crypt/acmebot/acmebot-2.3.0.ebuild 
b/app-crypt/acmebot/acmebot-2.3.0.ebuild
new file mode 100644
index 000..efcd7603271
--- /dev/null
+++ b/app-crypt/acmebot/acmebot-2.3.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python3_{4..6})
+EGIT_REPO_URI="https://github.com/plinss/${PN}.git;
+[[ $PV ==  ]] && _scm=git-r3
+
+inherit ${_scm} python-r1
+
+DESCRIPTION="Certificate manager bot using ACME protocol"
+HOMEPAGE="https://github.com/plinss/acmebot;
+if [[ $PV !=  ]]; then
+   SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+[[ $PV !=  ]] && KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="
+   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
+   >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
+   >=dev-python/acme-0.25.1[${PYTHON_USEDEP}]
+   "
+RDEPEND="${CDEPEND}"
+DEPEND=""
+
+src_install() {
+   dobin acmebot
+   python_replicate_script "${ED}"/usr/bin/acmebot
+   insinto /etc/logrotate.d
+   doins logrotate.d/acmebot
+   insinto /etc/acmebot
+   doins acmebot.example.json
+   dodoc README.rst
+}

diff --git a/app-crypt/acmebot/acmebot-.ebuild 
b/app-crypt/acmebot/acmebot-.ebuild
new file mode 100644
index 000..efcd7603271
--- /dev/null
+++ b/app-crypt/acmebot/acmebot-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=(python3_{4..6})
+EGIT_REPO_URI="https://github.com/plinss/${PN}.git;
+[[ $PV ==  ]] && _scm=git-r3
+
+inherit ${_scm} python-r1
+
+DESCRIPTION="Certificate manager bot using ACME protocol"
+HOMEPAGE="https://github.com/plinss/acmebot;
+if [[ $PV !=  ]]; then
+   SRC_URI="https://github.com/plinss/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+[[ $PV !=  ]] && KEYWORDS="~amd64 ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+CDEPEND="
+   >=dev-python/appdirs-1.4.3[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-2.2.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-16.8[${PYTHON_USEDEP}]
+   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
+   >=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
+   >=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
+   >=dev-python/acme-0.25.1[${PYTHON_USEDEP}]
+   "
+RDEPEND="${CDEPEND}"
+DEPEND=""
+
+src_install() {
+   dobin acmebot
+   python_replicate_script "${ED}"/usr/bin/acmebot
+   insinto /etc/logrotate.d
+   doins logrotate.d/acmebot
+   insinto /etc/acmebot
+   doins acmebot.example.json
+   dodoc README.rst
+}

diff --git a/app-crypt/acmebot/metadata.xml b/app-crypt/acmebot/metadata.xml
new file mode 100644
index 000..79d462e8557
--- /dev/null
+++ b/app-crypt/acmebot/metadata.xml
@@ -0,0 +1,7 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  robb...@gentoo.org
+
+



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acmebot/

2019-04-20 Thread Robin H. Johnson
commit: 9bc9e1bee11211ccf5f5ed08380059f4dcaa5855
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sat Apr 20 06:45:40 2019 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sat Apr 20 06:47:23 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bc9e1be

app-crypt/acmebot: use app-crypt/acme

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson  gentoo.org>

 app-crypt/acmebot/acmebot-2.3.0.ebuild | 2 +-
 app-crypt/acmebot/acmebot-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-crypt/acmebot/acmebot-2.3.0.ebuild 
b/app-crypt/acmebot/acmebot-2.3.0.ebuild
index efcd7603271..f5ca97e79e0 100644
--- a/app-crypt/acmebot/acmebot-2.3.0.ebuild
+++ b/app-crypt/acmebot/acmebot-2.3.0.ebuild
@@ -28,7 +28,7 @@ CDEPEND="
>=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
-   >=dev-python/acme-0.25.1[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.25.1[${PYTHON_USEDEP}]
"
 RDEPEND="${CDEPEND}"
 DEPEND=""

diff --git a/app-crypt/acmebot/acmebot-.ebuild 
b/app-crypt/acmebot/acmebot-.ebuild
index efcd7603271..f5ca97e79e0 100644
--- a/app-crypt/acmebot/acmebot-.ebuild
+++ b/app-crypt/acmebot/acmebot-.ebuild
@@ -28,7 +28,7 @@ CDEPEND="
>=dev-python/pydns-3.1.0:3[${PYTHON_USEDEP}]
>=dev-python/cryptography-2.1.4[${PYTHON_USEDEP}]
>=dev-python/asn1crypto-0.24.0[${PYTHON_USEDEP}]
-   >=dev-python/acme-0.25.1[${PYTHON_USEDEP}]
+   >=app-crypt/acme-0.25.1[${PYTHON_USEDEP}]
"
 RDEPEND="${CDEPEND}"
 DEPEND=""