diff options
author | Hans de Graaff <graaff@gentoo.org> | 2009-05-16 10:31:15 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2009-05-16 10:31:15 +0000 |
commit | 8089b5279b5a24c9058e0908ffafc7387936bc47 (patch) | |
tree | a48f59ba9351edb0d58b3080e84918c50d189290 /dev-ruby/oauth | |
parent | Initial import. (diff) | |
download | historical-8089b5279b5a24c9058e0908ffafc7387936bc47.tar.gz historical-8089b5279b5a24c9058e0908ffafc7387936bc47.tar.bz2 historical-8089b5279b5a24c9058e0908ffafc7387936bc47.zip |
Initial import. Dependency for dev-ruby/twitter.
Package-Manager: portage-2.1.6.11/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/oauth')
-rw-r--r-- | dev-ruby/oauth/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/oauth/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/oauth/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/oauth/oauth-0.3.2.ebuild | 18 |
4 files changed, 47 insertions, 0 deletions
diff --git a/dev-ruby/oauth/ChangeLog b/dev-ruby/oauth/ChangeLog new file mode 100644 index 000000000000..447b4adb1083 --- /dev/null +++ b/dev-ruby/oauth/ChangeLog @@ -0,0 +1,10 @@ +# 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 $ + +*oauth-0.3.2 (16 May 2009) + + 16 May 2009; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + +oauth-0.3.2.ebuild: + Initial import. Dependency for dev-ruby/twitter. + diff --git a/dev-ruby/oauth/Manifest b/dev-ruby/oauth/Manifest new file mode 100644 index 000000000000..a2d174f113c3 --- /dev/null +++ b/dev-ruby/oauth/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST oauth-0.3.2.gem 56320 RMD160 9975938a144c601336b33cc45efbb5bcd5d473ed SHA1 319664195e94e2704114d78bfbe5f502925aef31 SHA256 b7e211170fb2f1dc8214f14d25a98175c067f9287a2259359625630bfc3dbad3 +EBUILD oauth-0.3.2.ebuild 489 RMD160 290b0a7701aac5d287d7cb8f9ab0f47a2e469051 SHA1 bdc8d6e15856cb7e5977477a17a4a2f52ad23b0b SHA256 05b4a680a6982b19b593d0d0433644826509a2c2bd55db989e4024bddb88fa08 +MISC ChangeLog 369 RMD160 0ef4a74798a5f7a3cc577e265fad03d7f6e6370d SHA1 ee8a9b145483d8e1cd91bddb4e2929b8e7ad5704 SHA256 ff9460ddac6804ba9dac1000ce367e2c514cc79a5614f13136142b03a4575047 +MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.11 (GNU/Linux) + +iEYEARECAAYFAkoOlfkACgkQqj4ysMWt/vvjJACg6quHGY72mNj7EAYRItgT5OpZ +sMIAoPVm7IMXnWBecKVvbr3IaJ4ytrPx +=l6Sa +-----END PGP SIGNATURE----- diff --git a/dev-ruby/oauth/metadata.xml b/dev-ruby/oauth/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/oauth/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>ruby</herd> +</pkgmetadata> diff --git a/dev-ruby/oauth/oauth-0.3.2.ebuild b/dev-ruby/oauth/oauth-0.3.2.ebuild new file mode 100644 index 000000000000..2c2153378050 --- /dev/null +++ b/dev-ruby/oauth/oauth-0.3.2.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.2.ebuild,v 1.1 2009/05/16 10:31: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" |