From 8450611af8409046384dfcc6832af00e9e580e61 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 3 Mar 2020 08:08:29 +0100 Subject: dev-ruby/omniauth: add 1.9.1 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Hans de Graaff --- dev-ruby/omniauth/omniauth-1.9.1.ebuild | 45 +++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 dev-ruby/omniauth/omniauth-1.9.1.ebuild (limited to 'dev-ruby/omniauth/omniauth-1.9.1.ebuild') diff --git a/dev-ruby/omniauth/omniauth-1.9.1.ebuild b/dev-ruby/omniauth/omniauth-1.9.1.ebuild new file mode 100644 index 000000000000..d58ecb6d1b6b --- /dev/null +++ b/dev-ruby/omniauth/omniauth-1.9.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +USE_RUBY="ruby24 ruby25 ruby26" + +RUBY_FAKEGEM_EXTRADOC="README.md" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_DOCDIR="doc" + +RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" + +inherit ruby-fakegem + +DESCRIPTION="A generalized Rack framework for multiple-provider authentication" +HOMEPAGE="https://github.com/intridea/omniauth" +SRC_URI="https://github.com/intridea/omniauth/archive/v${PV}.tar.gz -> ${P}.tar.gz" +LICENSE="MIT" +KEYWORDS="~amd64" +SLOT="0" +IUSE="" + +ruby_add_rdepend " + >=dev-ruby/rack-1.6.2:* =dev-ruby/hashie-3.4.6:3