diff options
Diffstat (limited to 'dev-ruby/httpauth')
| -rw-r--r-- | dev-ruby/httpauth/Manifest | 1 | ||||
| -rw-r--r-- | dev-ruby/httpauth/httpauth-0.2.1.ebuild | 25 | ||||
| -rw-r--r-- | dev-ruby/httpauth/metadata.xml | 12 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-ruby/httpauth/Manifest b/dev-ruby/httpauth/Manifest new file mode 100644 index 000000000000..da43b583e31d --- /dev/null +++ b/dev-ruby/httpauth/Manifest @@ -0,0 +1 @@ +DIST httpauth-0.2.1.tar.gz 17300 BLAKE2B 4609f35fd26b1eb8e3d17586553f5dd5555d3c676f2189f7da5ff23057438c91919cb0838fdf219f0b26682b2a08d903c7906edc9fbfa58ce9afae9e0f58a6a8 SHA512 c861089c2dc5242b86867e0a6561672361ba53ccaaf8a931c996502fc12bbce769abf3ebd7fce826cbcfbc943fc901ba1c96e8ce014333582c5d2fa2c3e56a60 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..29b67c9b9e8c --- /dev/null +++ b/dev-ruby/httpauth/httpauth-0.2.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 +USE_RUBY="ruby23 ruby24 ruby25 ruby26" + +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..8b44a340ea94 --- /dev/null +++ b/dev-ruby/httpauth/metadata.xml @@ -0,0 +1,12 @@ +<?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> + <origin>gentoo-staging</origin> +</pkgmetadata> |
