summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2018-05-21 19:41:34 +0200
committerHans de Graaff <hans@degraaff.org>2018-05-21 19:41:34 +0200
commitf14b04aa8020fc14e1dc025b207a20b4735ce0b3 (patch)
treead936924af26be41306dcc83c1e7a1868f37ca96
parentdev-ruby/authlogic: add 4.1.0 (diff)
downloadgraaff-f14b04aa8020fc14e1dc025b207a20b4735ce0b3.tar.gz
graaff-f14b04aa8020fc14e1dc025b207a20b4735ce0b3.tar.bz2
graaff-f14b04aa8020fc14e1dc025b207a20b4735ce0b3.zip
dev-ruby/httpi: add 2.4.3
Package-Manager: Portage-2.3.36, Repoman-2.3.9
-rw-r--r--dev-ruby/httpi/Manifest1
-rw-r--r--dev-ruby/httpi/httpi-2.4.3.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/httpi/Manifest b/dev-ruby/httpi/Manifest
index fa6f4f58..00361413 100644
--- a/dev-ruby/httpi/Manifest
+++ b/dev-ruby/httpi/Manifest
@@ -1 +1,2 @@
DIST httpi-2.4.2.gem 45568 BLAKE2B d4558600ff95ea43f23ccc8d8f34abe7a62ab8f82dbf47760ec8380042d7ff5a37016bb212c3a25a349c4c98fcc8d4f6ac7ac240d8592f2fef7470e740f11122 SHA512 a6aac8991ed4642e95173576d0b3805e578da6b1b8a2f6610204d3f8341dea33c9a6913887030f3a08d8178d08442aa27ecfb6aaf2672755109f6db1b8e85c3e
+DIST httpi-2.4.3.gem 46080 BLAKE2B a42bba708ec30e83951402890ec2ba31b1202f9dad4d3a4e041ba23fe1e652a64e167d5c4c930e7ab0f289fe354cf17af5a897c3ab4a3d9d52f07643c7dfa9a4 SHA512 dfbd5cb8471b82af7e59304b597f1f6d0f7a9462a93369a47557cf4abd985f5b9640258b8102cbdbef06d0c017e680f14892d432ee7125abda925d46a9718f36
diff --git a/dev-ruby/httpi/httpi-2.4.3.ebuild b/dev-ruby/httpi/httpi-2.4.3.ebuild
new file mode 100644
index 00000000..eda2e4c3
--- /dev/null
+++ b/dev-ruby/httpi/httpi-2.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby23 ruby24 ruby25"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Common interface for Ruby's HTTP libraries"
+HOMEPAGE="https://github.com/savonrb/httpi"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE=""
+
+# Requires puma for all integration specs
+RESTRICT="test"