mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/net-http-pipeline: initial commit
Package-Manager: portage-2.2.26
This commit is contained in:
1
dev-ruby/net-http-pipeline/Manifest
Normal file
1
dev-ruby/net-http-pipeline/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST net-http-pipeline-1.0.1.gem 12800 SHA256 6923ce2f28bfde589a9f385e999395eead48ccfe4376d4a85d9a77e8c7f0b22f SHA512 1377c20038176f6c246a7d4adbce2c6972970d730902f9faefc31b2f6446f4237603f45f0f59de70eb9545e3c1e150fe6e63cf350551203166611bef7845f4e2 WHIRLPOOL 691e995dbe5f3fc4605923511f0bea634f5a3558acb629b3694ffe5757392f8943c5c070b814f2a442c1cc3fefa89fd4f3da08773aae340e0b2b7bcfd2769be8
|
||||
11
dev-ruby/net-http-pipeline/metadata.xml
Normal file
11
dev-ruby/net-http-pipeline/metadata.xml
Normal file
@@ -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>
|
||||
22
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
Normal file
22
dev-ruby/net-http-pipeline/net-http-pipeline-1.0.1.ebuild
Normal file
@@ -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 )
|
||||
"
|
||||
Reference in New Issue
Block a user