From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/acme-client/
Date: Sat, 1 Jun 2019 18:10:15 +0000 (UTC) [thread overview]
Message-ID: <1559412607.89e05da6ef4bccb4f6f3936181050fca74d4368f.graaff@gentoo> (raw)
commit: 89e05da6ef4bccb4f6f3936181050fca74d4368f
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 1 16:56:27 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jun 1 18:10:07 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89e05da6
dev-ruby/acme-client: add 2.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
dev-ruby/acme-client/Manifest | 1 +
dev-ruby/acme-client/acme-client-2.0.3.ebuild | 35 +++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest
index 6ef0ff3a049..772a646f390 100644
--- a/dev-ruby/acme-client/Manifest
+++ b/dev-ruby/acme-client/Manifest
@@ -1 +1,2 @@
DIST acme-client-2.0.2.gem 19968 BLAKE2B 7a877d86ac4828fec08edd606b2f4f31788454ebe8109b1e94d28f33d00b0a3e49aa7ad8d3b46fa2440bcd1d7cda1c53ab91d6be6280dfeb0e5ccddcac02ed25 SHA512 e02fe9f919f8d5356bc60d0b6f2d05db42e5d6671762bfac45aafb118647e2d0b50cd7336dfa1f0983432e2bddb0344d1b240bd674e31ad14385adc15d58e1e1
+DIST acme-client-2.0.3.tar.gz 203320 BLAKE2B f5bc600c58b29429b8615b0d8cdadade9a4c7018068c356cfd481eee8b7718c19e736c620a752ef1a68ae70e8f641f3fb2ef7bcd44b70ac63cc97bad19ab3579 SHA512 c2b2bcba1cfe9184922cdfaafd02bdb51abf11cb39457e89f0670098bf9d240332129144fd4a7fcbc214a1496dbde576236ea15634b70f8f3fe22304d769f0c2
diff --git a/dev-ruby/acme-client/acme-client-2.0.3.ebuild b/dev-ruby/acme-client/acme-client-2.0.3.ebuild
new file mode 100644
index 00000000000..6c9c64a75ee
--- /dev/null
+++ b/dev-ruby/acme-client/acme-client-2.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby client for the letsencrypt's ACME protocol."
+HOMEPAGE="https://github.com/unixcharles/acme-client"
+SRC_URI="https://github.com/unixcharles/acme-client/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/faraday-0.9.1:0"
+
+ruby_add_bdepend "test? (
+ >=dev-ruby/vcr-2.9.3
+ dev-ruby/webmock
+)"
+
+all_ruby_prepare() {
+ # Skip failing test where incorrect der value is retrieved, may be openssl 1.1.x related.
+ sed -i -e '/assigns the public key/apending' spec/certificate_request_spec.rb || die
+}
next reply other threads:[~2019-06-01 18:10 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-01 18:10 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 6:18 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/acme-client/ Hans de Graaff
2024-10-02 5:55 Hans de Graaff
2024-07-20 7:18 Hans de Graaff
2024-06-17 5:25 Hans de Graaff
2024-02-17 9:53 Hans de Graaff
2024-01-21 7:45 Hans de Graaff
2024-01-19 17:57 Hans de Graaff
2023-12-17 10:18 Hans de Graaff
2023-10-07 5:45 Hans de Graaff
2023-06-26 4:27 Hans de Graaff
2023-01-10 6:40 Hans de Graaff
2022-12-17 8:37 Hans de Graaff
2022-12-17 8:37 Hans de Graaff
2021-09-01 4:29 Hans de Graaff
2021-07-07 19:15 Hans de Graaff
2021-04-30 6:06 Hans de Graaff
2020-09-19 5:35 Hans de Graaff
2020-09-16 6:15 Hans de Graaff
2020-03-06 7:10 Hans de Graaff
2019-11-17 7:36 Hans de Graaff
2019-10-30 5:30 Hans de Graaff
2019-08-30 5:57 Hans de Graaff
2019-04-22 7:19 Robin H. Johnson
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=1559412607.89e05da6ef4bccb4f6f3936181050fca74d4368f.graaff@gentoo \
--to=graaff@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