From 0cfd2babf6ae9e5359785df42275633705bead43 Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Sun, 24 Jan 2016 13:23:31 -0700 Subject: dev-ruby/net-http-pipeline: initial commit Package-Manager: portage-2.2.26 --- dev-ruby/net-http-pipeline/Manifest | 1 + dev-ruby/net-http-pipeline/metadata.xml | 11 +++++++++++ .../net-http-pipeline-1.0.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 34 insertions(+) create mode 100644 dev-ruby/net-http-pipeline/Manifest create mode 100644 dev-ruby/net-http-pipeline/metadata.xml create mode 100644 dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild (limited to 'dev-ruby/net-http-pipeline') diff --git a/dev-ruby/net-http-pipeline/Manifest b/dev-ruby/net-http-pipeline/Manifest new file mode 100644 index 000000000000..9e2d62cddc7a --- /dev/null +++ b/dev-ruby/net-http-pipeline/Manifest @@ -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 index 000000000000..59da3fd2d7d7 --- /dev/null +++ b/dev-ruby/net-http-pipeline/metadata.xml @@ -0,0 +1,11 @@ + + + + + ruby@gentoo.org + Gentoo Ruby Project + + + drbrain/net-http-pipeline + + 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 index 000000000000..f9cfa202eab6 --- /dev/null +++ b/dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild @@ -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 ) +" -- cgit v1.2.3-65-gdbad