summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-12 14:07:07 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-12 14:07:07 +0000
commit73c3cb03ae7edea4618bfffb2af89a2289f1728e (patch)
treec09a023f6d6a902b2cf8bf880ed75be0c0677f0a /dev-ruby
parentadd missing dependency on virtual/latex-base as reported by Kacper Kowalik on... (diff)
downloadgentoo-2-73c3cb03ae7edea4618bfffb2af89a2289f1728e.tar.gz
gentoo-2-73c3cb03ae7edea4618bfffb2af89a2289f1728e.tar.bz2
gentoo-2-73c3cb03ae7edea4618bfffb2af89a2289f1728e.zip
Initial import of right_http_connection needed to de-bundle fakeweb.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/right_http_connection/ChangeLog10
-rw-r--r--dev-ruby/right_http_connection/metadata.xml5
-rw-r--r--dev-ruby/right_http_connection/right_http_connection-1.2.4.ebuild23
3 files changed, 38 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/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=""