dev-ruby/acme-client: new package, using in infra
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 22 Apr 2019 07:18:51 +0000 (00:18 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 22 Apr 2019 07:19:00 +0000 (00:19 -0700)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
dev-ruby/acme-client/Manifest [new file with mode: 0644]
dev-ruby/acme-client/acme-client-2.0.2.ebuild [new file with mode: 0644]
dev-ruby/acme-client/metadata.xml [new file with mode: 0644]

diff --git a/dev-ruby/acme-client/Manifest b/dev-ruby/acme-client/Manifest
new file mode 100644 (file)
index 0000000..6ef0ff3
--- /dev/null
@@ -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 (file)
index 0000000..b08c6ae
--- /dev/null
@@ -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 (file)
index 0000000..c414568
--- /dev/null
@@ -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>robbat2@gentoo.org</email>
+               <name>Robin H. Johnson</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>ruby@gentoo.org</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>