* [gentoo-commits] dev/dev-zero:master commit in: dev-ruby/omniauth-oauth/, dev-ruby/omniauth-twitter/
@ 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: 7246d7d501515166642097e0a71758c0882a83f5
Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
AuthorDate: Fri Jun 28 16:10:42 2013 +0000
Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Fri Jun 28 16:10:42 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=7246d7d5
Yet another dep for gitlab (and a dep for the dep).
---
dev-ruby/omniauth-oauth/Manifest | 2 ++
.../omniauth-oauth/omniauth-oauth-1.0.1.ebuild | 37 ++++++++++++++++++++++
| 2 ++
| 35 ++++++++++++++++++++
4 files changed, 76 insertions(+)
diff --git a/dev-ruby/omniauth-oauth/Manifest b/dev-ruby/omniauth-oauth/Manifest
new file mode 100644
index 0000000..5a2108b
--- /dev/null
+++ b/dev-ruby/omniauth-oauth/Manifest
@@ -0,0 +1,2 @@
+DIST omniauth-oauth-1.0.1.tar.gz 4990 SHA256 86cd77b5800faf2d69e629aedf5dcb71b816e4cd8cca06cccaf8127d108b6a8a SHA512 f5e9e6896ec77eb1af7ed1e93bdbe8afacd51b51d777fafae6114baa2865f0e9a707cf6506db54b0d0a82fe8803c63b6395c817831472a738ef5a99ab42640ed WHIRLPOOL 692d2f9b06991cd67fd41e8225a408659d78ebdf824c06a05bf02fb7c9375aba0e1cfdadd46e6a4ff6e5022cb4c6b9fe554bdef005b73173a4b90328a6a2819b
+EBUILD omniauth-oauth-1.0.1.ebuild 844 SHA256 cc82070e0725b99c4a0990e31ebc83454802d168dda69c2f73def44f5bca371c SHA512 ee83e9ecc1099a9aa4821cd710f81a8390fe6628c676906fd81f117fd00c30708b7f4913480df6c94c01ecbe1f266e6264d90829b6ad70a9222b719a109f6b50 WHIRLPOOL ffe5674dbefa7e963d2e196b0f7b11085419a878808f0ef73ae3b48ee6f955b0eba3781c703ed5f1a25751c75f5a585572b556ab308236b3e83762c348826c2d
diff --git a/dev-ruby/omniauth-oauth/omniauth-oauth-1.0.1.ebuild b/dev-ruby/omniauth-oauth/omniauth-oauth-1.0.1.ebuild
new file mode 100644
index 0000000..841584d
--- /dev/null
+++ b/dev-ruby/omniauth-oauth/omniauth-oauth-1.0.1.ebuild
@@ -0,0 +1,37 @@
+# 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="A generic OAuth (1.0/1.0a) strategy for OmniAuth."
+HOMEPAGE="https://github.com/intridea/omniauth-oauth"
+SRC_URI="https://github.com/intridea/omniauth-oauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+RESTRICT="test"
+# seems like a bad mock
+
+ruby_add_rdepend "dev-ruby/oauth >=dev-ruby/omniauth-1"
+ruby_add_bdepend "test? (
+ dev-ruby/rack-test
+ dev-ruby/simplecov
+ dev-ruby/webmock )"
+
+all_ruby_prepare() {
+ sed -i \
+ -e '/[Bb]undler/d' \
+ -e '/git ls-files/d' \
+ Rakefile ${PN}.gemspec || die "sed failed"
+}
--git a/dev-ruby/omniauth-twitter/Manifest b/dev-ruby/omniauth-twitter/Manifest
new file mode 100644
index 0000000..7acfaff
--- /dev/null
+++ b/dev-ruby/omniauth-twitter/Manifest
@@ -0,0 +1,2 @@
+DIST omniauth-twitter-1.0.0.tar.gz 5618 SHA256 b02a61da9a5c39ad25a7d6bd46d7b4428172e67adc2200eef755693b455ce4c7 SHA512 43d156fdcf440dba409c4d4f1b84cfab68448d693c2bba4f2ff6d990b13145922c26459fbbd6ac3e78bb9c17144533f1866e33957ec3fb86fa7e051039da7be3 WHIRLPOOL 7131a32b9064b4da88b2e3a6f5d5276b2b67784ff28dc5e78b0ed3306bc253b0b1a95c5edb7339fb6849a6963d14f171cb3539acc2a091df48e494379cfed72b
+EBUILD omniauth-twitter-1.0.0.ebuild 829 SHA256 e6fffe5a39cb06c5a8d73817a5a79d0b80ac5f3f6a7bd1a9d4e32001e634411a SHA512 d2ab5aedc9575328a15e4b205a62d9a0218218c8ee41d64e8a0147e914c8965a62aea02e98778a0a1d0f101c10a72e2759ec8a661e461de960ad0635c9275643 WHIRLPOOL 46e272e34591f38b4a82a37c852a6c784e34f676679f36c62d892a377f06a34241700abdc961b55f290e9956670931c015200771024537c88af0b49838a3e538
--git a/dev-ruby/omniauth-twitter/omniauth-twitter-1.0.0.ebuild b/dev-ruby/omniauth-twitter/omniauth-twitter-1.0.0.ebuild
new file mode 100644
index 0000000..5a52242
--- /dev/null
+++ b/dev-ruby/omniauth-twitter/omniauth-twitter-1.0.0.ebuild
@@ -0,0 +1,35 @@
+# 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="OmniAuth strategy for Twitter"
+HOMEPAGE="https://github.com/arunagw/omniauth-twitter"
+SRC_URI="https://github.com/arunagw/omniauth-twitter/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+ruby_add_rdepend ">=dev-ruby/omniauth-oauth-1.0.1 >=dev-ruby/omniauth-1
+ >=dev-ruby/multi_json-1.3"
+ruby_add_bdepend "test? (
+ dev-ruby/rack-test
+ dev-ruby/simplecov
+ dev-ruby/webmock )"
+
+all_ruby_prepare() {
+ sed -i \
+ -e '/[Bb]undler/d' \
+ -e '/git ls-files/d' \
+ Rakefile ${PN}.gemspec || 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-oauth/, dev-ruby/omniauth-twitter/ 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