summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-01-10 07:38:46 +0100
committerHans de Graaff <graaff@gentoo.org>2020-01-10 07:38:46 +0100
commit834d90fdf91db9bc055e2d5ace9a48ed85f93a5b (patch)
tree168f18f110088c15bb2efa5a5cc78d5130e1bd61 /dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
parentdev-python/pycares: Remove redundant versions (diff)
downloadgentoo-834d90fdf91db9bc055e2d5ace9a48ed85f93a5b.tar.gz
gentoo-834d90fdf91db9bc055e2d5ace9a48ed85f93a5b.tar.bz2
gentoo-834d90fdf91db9bc055e2d5ace9a48ed85f93a5b.zip
dev-ruby/http-form_data: add 2.2.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/http-form_data/http-form_data-2.2.0.ebuild')
-rw-r--r--dev-ruby/http-form_data/http-form_data-2.2.0.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild b/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
new file mode 100644
index 000000000000..5787fbd94dac
--- /dev/null
+++ b/dev-ruby/http-form_data/http-form_data-2.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+USE_RUBY="ruby24 ruby25 ruby26"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Utility-belt to build form data request bodies"
+HOMEPAGE="https://github.com/httprb/form_data.rb"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#: ; 1irequire "json"' spec/spec_helper.rb || die
+}