summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/oauth/oauth-0.3.5.ebuild')
-rw-r--r--dev-ruby/oauth/oauth-0.3.5.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ruby/oauth/oauth-0.3.5.ebuild b/dev-ruby/oauth/oauth-0.3.5.ebuild
new file mode 100644
index 000000000000..59563d0e47e3
--- /dev/null
+++ b/dev-ruby/oauth/oauth-0.3.5.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/oauth-0.3.5.ebuild,v 1.1 2009/07/29 05:19:33 graaff Exp $
+
+inherit gems
+
+DESCRIPTION="A RubyGem for implementing both OAuth clients and servers."
+HOMEPAGE="http://rubyforge.org/projects/oauth/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+USE_RUBY="ruby18"
+
+DEPEND=">=dev-ruby/ruby-hmac-0.3.1"
+RDEPEND="${DEPEND}"