diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-07-29 05:19:33 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-07-29 05:19:33 +0000 |
commit | f8001294d6b2469893c20cdc23dfd6dc53eb1f9b (patch) | |
tree | 4a733d73b04414a2dadb3db79fc81d74b7ac2647 /dev-ruby | |
parent | Version bump (bug #279542). (diff) | |
download | gentoo-2-f8001294d6b2469893c20cdc23dfd6dc53eb1f9b.tar.gz gentoo-2-f8001294d6b2469893c20cdc23dfd6dc53eb1f9b.tar.bz2 gentoo-2-f8001294d6b2469893c20cdc23dfd6dc53eb1f9b.zip |
Version bump.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/oauth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/oauth/oauth-0.3.5.ebuild | 18 |
2 files changed, 24 insertions, 1 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog index cf2adc418f5e..ec4f601203d0 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.2 2009/05/25 19:15:15 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/oauth/ChangeLog,v 1.3 2009/07/29 05:19:33 graaff Exp $ + +*oauth-0.3.5 (29 Jul 2009) + + 29 Jul 2009; Hans de Graaff <graaff@gentoo.org> +oauth-0.3.5.ebuild: + Version bump with support for OAuth 1.0a and CLI improvements. *oauth-0.3.4 (25 May 2009) 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}" |