summaryrefslogtreecommitdiff
path: root/dev-ruby/httpauth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-ruby/httpauth
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-ruby/httpauth')
-rw-r--r--dev-ruby/httpauth/Manifest3
-rw-r--r--dev-ruby/httpauth/httpauth-0.2.1.ebuild25
-rw-r--r--dev-ruby/httpauth/metadata.xml11
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-ruby/httpauth/Manifest b/dev-ruby/httpauth/Manifest
new file mode 100644
index 000000000000..19fbc15b575a
--- /dev/null
+++ b/dev-ruby/httpauth/Manifest
@@ -0,0 +1,3 @@
+DIST httpauth-0.2.1.tar.gz 17300 BLAKE2B 4609f35fd26b1eb8e3d17586553f5dd5555d3c676f2189f7da5ff23057438c91919cb0838fdf219f0b26682b2a08d903c7906edc9fbfa58ce9afae9e0f58a6a8 SHA512 c861089c2dc5242b86867e0a6561672361ba53ccaaf8a931c996502fc12bbce769abf3ebd7fce826cbcfbc943fc901ba1c96e8ce014333582c5d2fa2c3e56a60
+EBUILD httpauth-0.2.1.ebuild 601 BLAKE2B c77adade6bc04e3834cfdcbba46f27061ca98c61bd52959ab9055dad89497374b8135be85310654f32281ffa6a423e85d13c14d8f9ec96fd8a4b1488553a2ba3 SHA512 5fc3e6bd11ee2da9cc5a9fb2e3484771e3b21f199ff00b1d4efd5b43bf8f9180da810b58a56adca3f815fed5f8b40a3df1d0b21cbc8b0add205518805a3866b4
+MISC metadata.xml 342 BLAKE2B 1506ceb0c6103d8b31db938372ec233b10ba3489f39a14ba54a10663768daaafa27a955e54ce6cfcf4f54e6263f6e10a931815c11f0d50b1dc4bf3d5b6a04162 SHA512 d5392d2d9d6d134b2341aad0f7383f303d635423a7e7cd7520c85eccf908f66d1f1cd936807066cd2e54caf4812ed93b41579430706a9c338174e659ea16a5e8
diff --git a/dev-ruby/httpauth/httpauth-0.2.1.ebuild b/dev-ruby/httpauth/httpauth-0.2.1.ebuild
new file mode 100644
index 000000000000..a754a68d1b88
--- /dev/null
+++ b/dev-ruby/httpauth/httpauth-0.2.1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+USE_RUBY="ruby22 ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="README.md TODO"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Library implementing the full HTTP Authentication protocol (RFC 2617)"
+HOMEPAGE="https://github.com/Manfred/HTTPauth"
+SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+RUBY_S=HTTPauth-${PV}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e "/[Bb]undler/d" Rakefile || die
+}
diff --git a/dev-ruby/httpauth/metadata.xml b/dev-ruby/httpauth/metadata.xml
new file mode 100644
index 000000000000..220341653b87
--- /dev/null
+++ b/dev-ruby/httpauth/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>ruby@gentoo.org</email>
+ <name>Gentoo Ruby Project</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">Manfred/HTTPauth</remote-id>
+ </upstream>
+</pkgmetadata>