* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/omniauth-google-oauth2/
@ 2013-07-01 7:42 Tiziano Müller
0 siblings, 0 replies; only message in thread
From: Tiziano Müller @ 2013-07-01 7:42 UTC (permalink / raw
To: gentoo-commits
commit: efb71f5dcc49cbfed26f9dd8df25ee7d1b535077
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Fri Jun 28 15:40:20 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 15:40:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=efb71f5d
Yet another dep for gitlab.
---
dev-ruby/omniauth-google-oauth2/Manifest | 2 ++
.../omniauth-google-oauth2-0.2.0.ebuild | 30 ++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/dev-ruby/omniauth-google-oauth2/Manifest b/dev-ruby/omniauth-google-oauth2/Manifest
new file mode 100644
index 0000000..eea3e7d
--- /dev/null
+++ b/dev-ruby/omniauth-google-oauth2/Manifest
@@ -0,0 +1,2 @@
+DIST omniauth-google-oauth2-0.2.0.tar.gz 8960 SHA256 1d6f58514e02ae975fc0edc31bd51474f81239b6fe9529e5b07aa829da521536 SHA512 8c77d1aca65285a837b3da6034652a6c7bbbeda0ea0f4fbf1ef8242925d25ec4fe4c9bc7b312876643083b5e961258deb2aef8f5caf32bcbd3bc1f63c8e8cb0f WHIRLPOOL ca837a9aaaf317efcfaa0769980f2904b7a563e6e1d98a954a519cc8d54bdbc4c31a02713cbc82ad0b88375f3b257de8d3caada7251e718dd001c3651f1b0e88
+EBUILD omniauth-google-oauth2-0.2.0.ebuild 764 SHA256 68fb826ede456bbe0921421a6517adb9a251a19357963a5394e440a333e00d6c SHA512 6786ae909ed76b9ab3f474cd6989ce6cfb6315dfc7d91b8e1333c389f434c1993bcbbf4005f8dc5aef6570a56a4836d666345471543009bb0861253c229e7db5 WHIRLPOOL 2c5371e9b16a6478322cfb3b8f2ae5b350d5cea8bc93edc0e8733b6fc4d0912e189bb7004091d966aeb070f64fe01cc4dfcf9f74822628b8854b19da52c25d11
diff --git a/dev-ruby/omniauth-google-oauth2/omniauth-google-oauth2-0.2.0.ebuild b/dev-ruby/omniauth-google-oauth2/omniauth-google-oauth2-0.2.0.ebuild
new file mode 100644
index 0000000..85172c3
--- /dev/null
+++ b/dev-ruby/omniauth-google-oauth2/omniauth-google-oauth2-0.2.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby19"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Google oauth2 strategy for OmniAuth 1.0"
+HOMEPAGE="https://github.com/zquestz/omniauth-google-oauth2"
+SRC_URI="https://github.com/zquestz/omniauth-google-oauth2/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/omniauth-oauth2-1.1 >=dev-ruby/omniauth-1"
+
+all_ruby_prepare() {
+ sed -i \
+ -e '/[Bb]undler/d' \
+ -e '/git ls-files/d' \
+ Rakefile omniauth-contrib.gemspec spec/spec_helper.rb || die "sed failed"
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-07-01 7:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 7:42 [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/omniauth-google-oauth2/ Tiziano Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox