summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-20 07:27:25 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-20 07:27:25 +0000
commitceb8fbf48e8e53ae23a9a7fb0f2a345d0b8be642 (patch)
treec64251d3121fd8bf7c545e8525e5d79332054716 /dev-ruby/oauth
parentold (diff)
downloadgentoo-2-ceb8fbf48e8e53ae23a9a7fb0f2a345d0b8be642.tar.gz
gentoo-2-ceb8fbf48e8e53ae23a9a7fb0f2a345d0b8be642.tar.bz2
gentoo-2-ceb8fbf48e8e53ae23a9a7fb0f2a345d0b8be642.zip
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/oauth')
-rw-r--r--dev-ruby/oauth/ChangeLog7
-rw-r--r--dev-ruby/oauth/oauth-0.3.6.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog
index ec4f601203d0..58ac5b4624fb 100644
--- a/dev-ruby/oauth/ChangeLog
+++ b/dev-ruby/oauth/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/oauth
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.3 2009/07/29 05:19:33 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.4 2009/09/20 07:27:25 graaff Exp $
+
+*oauth-0.3.6 (20 Sep 2009)
+
+ 20 Sep 2009; Hans de Graaff <graaff@gentoo.org> +oauth-0.3.6.ebuild:
+ Version bump with some new functionality.
*oauth-0.3.5 (29 Jul 2009)
diff --git a/dev-ruby/oauth/oauth-0.3.6.ebuild b/dev-ruby/oauth/oauth-0.3.6.ebuild
new file mode 100644
index 000000000000..2375d0833d3e
--- /dev/null
+++ b/dev-ruby/oauth/oauth-0.3.6.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.6.ebuild,v 1.1 2009/09/20 07:27:25 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}"