diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-12 14:07:07 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-01-12 14:07:07 +0000 |
commit | 9cf58014c776a4e5cd71dfe6509b9313556a523a (patch) | |
tree | 01fe9ebf1bafa66adfd15f2ac92d3a956719895b /dev-ruby/right_http_connection | |
parent | add missing dependency on virtual/latex-base as reported by Kacper Kowalik on... (diff) | |
download | historical-9cf58014c776a4e5cd71dfe6509b9313556a523a.tar.gz historical-9cf58014c776a4e5cd71dfe6509b9313556a523a.tar.bz2 historical-9cf58014c776a4e5cd71dfe6509b9313556a523a.zip |
Initial import of right_http_connection needed to de-bundle fakeweb.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/right_http_connection')
-rw-r--r-- | dev-ruby/right_http_connection/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/Manifest | 14 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ruby/right_http_connection/right_http_connection-1.2.4.ebuild | 23 |
4 files changed, 52 insertions, 0 deletions
diff --git a/dev-ruby/right_http_connection/ChangeLog b/dev-ruby/right_http_connection/ChangeLog new file mode 100644 index 000000000000..3b89e2947f22 --- /dev/null +++ b/dev-ruby/right_http_connection/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-ruby/right_http_connection +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/ChangeLog,v 1.1 2010/01/12 14:07:07 flameeyes Exp $ + +*right_http_connection-1.2.4 (12 Jan 2010) + + 12 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org> + +right_http_connection-1.2.4.ebuild, +metadata.xml: + Initial import of right_http_connection needed to de-bundle fakeweb. + diff --git a/dev-ruby/right_http_connection/Manifest b/dev-ruby/right_http_connection/Manifest new file mode 100644 index 000000000000..300a25597430 --- /dev/null +++ b/dev-ruby/right_http_connection/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST right_http_connection-1.2.4.gem 22528 RMD160 4cc42e24bc8086b279438c88c6b5a86bc94a49c2 SHA1 65a3e4b808c24b718029254e435480aa45a7f8b7 SHA256 59d0c3887a537cf335554021a2bd11325490db41d188ff6e4dd539e90a533b4f +EBUILD right_http_connection-1.2.4.ebuild 606 RMD160 36c3e6b1333184a62ffe0259139e42869af5ba07 SHA1 c9db2405a9013c89208bd0d541813ed448db94d5 SHA256 71e76d868c2c2d6bf2c71e164e27d0294583aacf199049bb7c2bbc2d3e339a37 +MISC ChangeLog 462 RMD160 ea6995654c9ebedf1219946caa1208a4f5a59049 SHA1 221c59681c744f185163c461dfda22b7062c686c SHA256 42b61fe61e2a8195430a7ace874aead41c4cd04a806976614e75b007e6482d9d +MISC metadata.xml 157 RMD160 5d9e2c7ecba96ffebd936d38acedf859cdea84e1 SHA1 8ce15dcc608eeb5616aeec610dc695cbe6f93e02 SHA256 11fba03a217e2d996f5cd8895493a5692ece8ddac2c1a2dfc71d0e830555121c +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.14 (GNU/Linux) + +iEYEARECAAYFAktMghcACgkQAiZjviIA2XgDeQCgmRKvOVWhqkkshpUWATibqR8x +PewAmgI7kOHhoe6nKdbBHjYvzPHK7alv +=8Z4F +-----END PGP SIGNATURE----- diff --git a/dev-ruby/right_http_connection/metadata.xml b/dev-ruby/right_http_connection/metadata.xml new file mode 100644 index 000000000000..852136183369 --- /dev/null +++ b/dev-ruby/right_http_connection/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/right_http_connection/right_http_connection-1.2.4.ebuild b/dev-ruby/right_http_connection/right_http_connection-1.2.4.ebuild new file mode 100644 index 000000000000..5cf200af9d1d --- /dev/null +++ b/dev-ruby/right_http_connection/right_http_connection-1.2.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/right_http_connection/right_http_connection-1.2.4.ebuild,v 1.1 2010/01/12 14:07:07 flameeyes Exp $ + +EAPI=2 + +USE_RUBY="ruby18 ruby19 jruby" + +RUBY_FAKEGEM_TASK_DOC="docs" +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README.txt History.txt" + +RUBY_FAKEGEM_TASK_TEST="" + +inherit ruby-fakegem + +DESCRIPTION="RightScale's robust HTTP/S connection module" +HOMEPAGE="http://rightscale.rubyforge.org/" + +LICENSE="as-is" # truly +SLOT="0" +KEYWORDS="~amd64" +IUSE="" |