dev-ruby/net-http-pipeline: initial commit
authorChristoph Junghans <ottxor@gentoo.org>
Sun, 24 Jan 2016 20:23:31 +0000 (13:23 -0700)
committerChristoph Junghans <ottxor@gentoo.org>
Sat, 6 Feb 2016 23:32:25 +0000 (16:32 -0700)
Package-Manager: portage-2.2.26

dev-ruby/net-http-pipeline/Manifest [new file with mode: 0644]
dev-ruby/net-http-pipeline/metadata.xml [new file with mode: 0644]
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild [new file with mode: 0644]

diff --git a/dev-ruby/net-http-pipeline/Manifest b/dev-ruby/net-http-pipeline/Manifest
new file mode 100644 (file)
index 0000000..9e2d62c
--- /dev/null
@@ -0,0 +1 @@
+DIST net-http-pipeline-1.0.1.gem 12800 SHA256 6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f SHA512 1377c20038176f6c246a7d4adbce2c6972970d730902f9faefc31b2f6446f4237603f45f0f59de70eb9545e3c1e150fe6e63cf350551203166611bef7845f4e2 WHIRLPOOL 691e995dbe5f3fc4605923511f0bea634f5a3558acb629b3694ffe5757392f8943c5c070b814f2a442c1cc3fefa89fd4f3da08773aae340e0b2b7bcfd2769be8
diff --git a/dev-ruby/net-http-pipeline/metadata.xml b/dev-ruby/net-http-pipeline/metadata.xml
new file mode 100644 (file)
index 0000000..59da3fd
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>ruby@gentoo.org</email>
+        <name>Gentoo Ruby Project</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">drbrain/net-http-pipeline</remote-id>
+       </upstream>
+</pkgmetadata>
diff --git a/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
new file mode 100644 (file)
index 0000000..f9cfa20
--- /dev/null
@@ -0,0 +1,22 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby20 ruby21"
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="An HTTP/1.1 pipelining implementation atop Net::HTTP"
+HOMEPAGE="http://docs.seattlerb.org/net-http-pipeline/"
+
+LICENSE="MIT"
+SLOT="1"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "
+       dev-ruby/hoe
+       test? ( dev-ruby/minitest )
+"