From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/
Date: Sun, 13 Oct 2019 13:15:36 +0000 (UTC) [thread overview]
Message-ID: <1570972522.7e40af4d693d9313dd3be3044502130e2e88c781.patrick@gentoo> (raw)
commit: 7e40af4d693d9313dd3be3044502130e2e88c781
Author: Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 13 13:12:44 2019 +0000
Commit: 罗百科 <patrick <AT> gentoo <DOT> 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 <patrick <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>patrick@gentoo.org</email>
+ <name>Patrick Lauer</name>
+ </maintainer>
+</pkgmetadata>
next reply other threads:[~2019-10-13 13:15 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-13 13:15 罗百科 [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-02-04 16:21 [gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-dns-nsone/ Michał Górny
2020-02-17 21:51 Matthew Thode
2020-12-04 15:27 Aaron Bauman
2021-08-15 23:05 Louis Sautier
2021-08-15 23:22 Louis Sautier
2021-08-15 23:22 Louis Sautier
2023-01-10 14:42 Michał Górny
2023-01-10 14:42 Michał Górny
2023-04-09 16:19 Michał Górny
2023-04-09 16:19 Michał Górny
2024-05-28 16:23 Michał Górny
2024-07-12 19:26 Michał Górny
2024-07-12 19:26 Michał Górny
2024-07-12 19:26 Michał Górny
2025-02-26 10:30 Sam James
2025-03-04 22:45 Sam James
2025-03-11 9:31 Sam James
2025-04-17 14:38 Sam James
2025-04-17 19:06 Arthur Zamarin
2025-04-17 20:20 Jakov Smolić
2025-04-23 12:13 Sam James
2025-05-10 5:43 Joonas Niilola
2025-06-07 14:36 Matthew Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1570972522.7e40af4d693d9313dd3be3044502130e2e88c781.patrick@gentoo \
--to=patrick@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox