commit:     babb42c5480f75ff990ced2685a1445051792723
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 12:53:45 2016 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 12:53:45 2016 +0000
URL:        https://gitweb.gentoo.org/dev/mrueg.git/commit/?id=babb42c5

dev-ruby/omniauth-oauth: Initial version

Package-Manager: portage-2.2.28

 dev-ruby/omniauth-oauth/Manifest                   |  1 +
 dev-ruby/omniauth-oauth/metadata.xml               |  8 +++++++
 .../omniauth-oauth/omniauth-oauth-1.1.0.ebuild     | 28 ++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ruby/omniauth-oauth/Manifest b/dev-ruby/omniauth-oauth/Manifest
new file mode 100644
index 0000000..5bc9d5f
--- /dev/null
+++ b/dev-ruby/omniauth-oauth/Manifest
@@ -0,0 +1 @@
+DIST omniauth-oauth-1.1.0.gem 9216 SHA256 
67808f891c2b6961090d7c3dc22f57c5e79795e099aed412607ec2e31799bbd8 SHA512 
366c1c49df18d11463c0cc728a6a661211a04d0ccbb69ffc2b2aabdc8b387eac947bb587bf050b065819f15a03bbb3de2866a3cc4fa040f5f5aeb7e72dd026ef
 WHIRLPOOL 
a1e986389c52f9d486c6b9425a82f16b43843b3834dcd1584f1186d6f685463e56244f04eb3c5cb78ecc9d1ed93532fb5e44dac5404ac8b832ed2142027e4db3

diff --git a/dev-ruby/omniauth-oauth/metadata.xml 
b/dev-ruby/omniauth-oauth/metadata.xml
new file mode 100644
index 0000000..bfcb697
--- /dev/null
+++ b/dev-ruby/omniauth-oauth/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer>
+               <email>mr...@gentoo.org</email>
+               <name>Manuel Rüger</name>
+       </maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/omniauth-oauth/omniauth-oauth-1.1.0.ebuild 
b/dev-ruby/omniauth-oauth/omniauth-oauth-1.1.0.ebuild
new file mode 100644
index 0000000..7729160
--- /dev/null
+++ b/dev-ruby/omniauth-oauth/omniauth-oauth-1.1.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A generic OAuth (1.0/1.0a) strategy for OmniAuth"
+HOMEPAGE="https://rubygems.org/gems/omniauth-oauth 
https://github.com/intridea/omniauth-oauth";
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/oauth
+       >=dev-ruby/omniauth-1.0
+       <dev-ruby/omniauth-2"
+
+all_ruby_prepare() {
+       sed -i -e "/simplecov/,+3d" spec/helper.rb || die
+}

Reply via email to