summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-12-22 07:59:23 +0100
committerHans de Graaff <graaff@gentoo.org>2016-12-22 08:20:35 +0100
commit715506b154a280a3de67ccdb201d0fe598fc4e2e (patch)
treeaa24ace71968821e0932d1a7782bf8297145df77
parentdev-ruby/amatch: add ruby23 (diff)
downloadgentoo-715506b154a280a3de67ccdb201d0fe598fc4e2e.tar.gz
gentoo-715506b154a280a3de67ccdb201d0fe598fc4e2e.tar.bz2
gentoo-715506b154a280a3de67ccdb201d0fe598fc4e2e.zip
dev-ruby/http-form_data: cleanup
Package-Manager: portage-2.3.0
-rw-r--r--dev-ruby/http-form_data/http-form_data-1.0.1.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild b/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild
deleted file mode 100644
index f661acaf94df..000000000000
--- a/dev-ruby/http-form_data/http-form_data-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-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="1.0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/,/SimpleCov.start/ s:^:#:' spec/spec_helper.rb || die
-}