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 CE64A138334 for ; Mon, 22 Apr 2019 07:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C534CE0867; Mon, 22 Apr 2019 07:19:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 963D5E0867 for ; Mon, 22 Apr 2019 07:19:05 +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 A737D341FA3 for ; Mon, 22 Apr 2019 07:19:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FEBD55B for ; Mon, 22 Apr 2019 07:19:02 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1555917540.c61e3580eefdb0e2d3ca2aa0376e37ea1e38a38f.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/acme-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/acme-client/Manifest dev-ruby/acme-client/acme-client-2.0.2.ebuild dev-ruby/acme-client/metadata.xml X-VCS-Directories: dev-ruby/acme-client/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: c61e3580eefdb0e2d3ca2aa0376e37ea1e38a38f X-VCS-Branch: master Date: Mon, 22 Apr 2019 07:19:02 +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: 0e9a655d-6728-46a6-b1c9-d7efbbb0d1cc X-Archives-Hash: 394e46c84deaba0a7d482422c2ba563e commit: c61e3580eefdb0e2d3ca2aa0376e37ea1e38a38f Author: Robin H. Johnson gentoo org> AuthorDate: Mon Apr 22 07:18:51 2019 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Apr 22 07:19:00 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c61e3580 dev-ruby/acme-client: new package, using in infra Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Robin H. Johnson gentoo.org> dev-ruby/acme-client/Manifest | 1 + dev-ruby/acme-client/acme-client-2.0.2.ebuild | 22 ++++++++++++++++++++++ dev-ruby/acme-client/metadata.xml | 18 ++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest new file mode 100644 index 00000000000..6ef0ff3a049 --- /dev/null +++ b/dev-ruby/acme-client/Manifest @@ -0,0 +1 @@ +DIST acme-client-2.0.2.gem 19968 BLAKE2B 7a877d86ac4828fec08edd606b2f4f31788454ebe8109b1e94d28f33d00b0a3e49aa7ad8d3b46fa2440bcd1d7cda1c53ab91d6be6280dfeb0e5ccddcac02ed25 SHA512 e02fe9f919f8d5356bc60d0b6f2d05db42e5d6671762bfac45aafb118647e2d0b50cd7336dfa1f0983432e2bddb0344d1b240bd674e31ad14385adc15d58e1e1 diff --git a/dev-ruby/acme-client/acme-client-2.0.2.ebuild b/dev-ruby/acme-client/acme-client-2.0.2.ebuild new file mode 100644 index 00000000000..b08c6ae1fd4 --- /dev/null +++ b/dev-ruby/acme-client/acme-client-2.0.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby23 ruby24 ruby25" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_BINDIR="FALSE" # bin/ contains only dev tooling + +inherit ruby-fakegem + +DESCRIPTION="A Ruby client for the letsencrypt's ACME protocol." +HOMEPAGE="https://github.com/unixcharles/acme-client" + +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +ruby_add_rdepend ">=dev-ruby/faraday-0.9.1" diff --git a/dev-ruby/acme-client/metadata.xml b/dev-ruby/acme-client/metadata.xml new file mode 100644 index 00000000000..c414568887f --- /dev/null +++ b/dev-ruby/acme-client/metadata.xml @@ -0,0 +1,18 @@ + + + + + robbat2@gentoo.org + Robin H. Johnson + + + ruby@gentoo.org + Gentoo Ruby Project + + + A Ruby client for the letsencrypt's ACME protocol. + + + unixcharles/acme-client + +