summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-05-25 19:15:15 +0000
committerHans de Graaff <graaff@gentoo.org>2009-05-25 19:15:15 +0000
commitba1a38fd8a6de2fb26df67557c3f00cc66ed32c5 (patch)
tree042396e7da8daff8120b78fb74f76b28db6902b1 /dev-ruby/oauth
parentstable x86, bug 271218 (diff)
downloadgentoo-2-ba1a38fd8a6de2fb26df67557c3f00cc66ed32c5.tar.gz
gentoo-2-ba1a38fd8a6de2fb26df67557c3f00cc66ed32c5.tar.bz2
gentoo-2-ba1a38fd8a6de2fb26df67557c3f00cc66ed32c5.zip
Version bump.
(Portage version: 2.1.6.11/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.4.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog
index 447b4adb1083..cf2adc418f5e 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.1 2009/05/16 10:31:15 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.2 2009/05/25 19:15:15 graaff Exp $
+
+*oauth-0.3.4 (25 May 2009)
+
+ 25 May 2009; Hans de Graaff <graaff@gentoo.org> +oauth-0.3.4.ebuild:
+ Version bump.
*oauth-0.3.2 (16 May 2009)
diff --git a/dev-ruby/oauth/oauth-0.3.4.ebuild b/dev-ruby/oauth/oauth-0.3.4.ebuild
new file mode 100644
index 000000000000..9837b00408e6
--- /dev/null
+++ b/dev-ruby/oauth/oauth-0.3.4.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.4.ebuild,v 1.1 2009/05/25 19:15:15 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/rubygems-1.3.0
+ >=dev-ruby/ruby-hmac-0.3.1"