summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-05-25 19:18:29 +0000
committerHans de Graaff <graaff@gentoo.org>2009-05-25 19:18:29 +0000
commitdcc9e0a0deed58fed2da658bd2eea9f286294987 (patch)
tree742beb0b1926d1d2548a44eb13c08c35ee990393 /dev-ruby/oauth
parentMarking unfonts-extra-1.0.2_pre080608 ~ppc64 for bug 271132 (diff)
downloadhistorical-dcc9e0a0deed58fed2da658bd2eea9f286294987.tar.gz
historical-dcc9e0a0deed58fed2da658bd2eea9f286294987.tar.bz2
historical-dcc9e0a0deed58fed2da658bd2eea9f286294987.zip
Version bump.
Package-Manager: portage-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"