commit: c61e3580eefdb0e2d3ca2aa0376e37ea1e38a38f Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Mon Apr 22 07:18:51 2019 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> 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 <robbat2 <AT> 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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>[email protected]</email> + <name>Robin H. Johnson</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Ruby Project</name> + </maintainer> + <longdescription> + A Ruby client for the letsencrypt's ACME protocol. + </longdescription> + <upstream> + <remote-id type="github">unixcharles/acme-client</remote-id> + </upstream> +</pkgmetadata>
