From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A81E2138334 for ; Sun, 13 Oct 2019 13:15:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCAA4E0837; Sun, 13 Oct 2019 13:15:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9F80E0837 for ; Sun, 13 Oct 2019 13:15:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8618034BCAC for ; Sun, 13 Oct 2019 13:15:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11AD3882 for ; Sun, 13 Oct 2019 13:15:36 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1570972522.7e40af4d693d9313dd3be3044502130e2e88c781.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/certbot-dns-nsone/Manifest app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild app-crypt/certbot-dns-nsone/metadata.xml X-VCS-Directories: app-crypt/certbot-dns-nsone/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 7e40af4d693d9313dd3be3044502130e2e88c781 X-VCS-Branch: master Date: Sun, 13 Oct 2019 13:15:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 484d80a2-0206-4064-ae75-1b5ce047eaeb X-Archives-Hash: 3f731209c016795c2cc3ba135e319016 commit: 7e40af4d693d9313dd3be3044502130e2e88c781 Author: Patrick Lauer gentoo org> AuthorDate: Sun Oct 13 13:12:44 2019 +0000 Commit: 罗百科 gentoo org> CommitDate: Sun Oct 13 13:15:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e40af4d app-crypt/certbot-dns-nsone: Initial import Ebuilds taken from adjust gentoo-overlay Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick Lauer gentoo.org> app-crypt/certbot-dns-nsone/Manifest | 1 + .../certbot-dns-nsone-0.39.0.ebuild | 33 ++++++++++++++++++++++ app-crypt/certbot-dns-nsone/metadata.xml | 8 ++++++ 3 files changed, 42 insertions(+) diff --git a/app-crypt/certbot-dns-nsone/Manifest b/app-crypt/certbot-dns-nsone/Manifest new file mode 100644 index 00000000000..825236135af --- /dev/null +++ b/app-crypt/certbot-dns-nsone/Manifest @@ -0,0 +1 @@ +DIST certbot-dns-nsone-0.39.0.tar.gz 1350312 BLAKE2B 5f21c45d25754cb1ed0ad92e8d03637928a274637de09903509c7e78c40fd197e95cfa1f3effecef938d6ab8369dc6811714ddb5a93a806048e0998d1032e4f9 SHA512 17ab17a5f74e3fba58b1a8b9afe0c3656c7b2a5ea3585edb05ad84e36250c6a8d4d28bd692bc97d033c95eb0bbeff4eb84981ae0006e36d55846cd38373b86a0 diff --git a/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild new file mode 100644 index 00000000000..20526acadae --- /dev/null +++ b/app-crypt/certbot-dns-nsone/certbot-dns-nsone-0.39.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=(python{2_7,3_4,3_5,3_6}) + +if [[ ${PV} == 9999* ]]; then + EGIT_REPO_URI="https://github.com/certbot/certbot.git" + inherit git-r3 + S=${WORKDIR}/${P}/${PN} +else + SRC_URI="https://github.com/certbot/certbot/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~x86" + S=${WORKDIR}/certbot-${PV}/${PN} +fi + +inherit distutils-r1 + +DESCRIPTION="NS1 DNS Authenticator plugin for Certbot (Let's Encrypt Client)" +HOMEPAGE="https://github.com/certbot/certbot https://letsencrypt.org/" + +LICENSE="Apache-2.0" +SLOT="0" +IUSE="" + +CDEPEND=">=dev-python/setuptools-1.0[${PYTHON_USEDEP}]" +RDEPEND="${CDEPEND} + =app-crypt/certbot-${PV%.*}*[${PYTHON_USEDEP}] + =app-crypt/acme-${PV%.*}*[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + dev-python/zope-interface[${PYTHON_USEDEP}] + dev-python/dns-lexicon[${PYTHON_USEDEP}]" +DEPEND="${CDEPEND}" diff --git a/app-crypt/certbot-dns-nsone/metadata.xml b/app-crypt/certbot-dns-nsone/metadata.xml new file mode 100644 index 00000000000..f3de5f693ed --- /dev/null +++ b/app-crypt/certbot-dns-nsone/metadata.xml @@ -0,0 +1,8 @@ + + + + + patrick@gentoo.org + Patrick Lauer + +