summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2016-06-05 09:28:33 +0200
committerHans de Graaff <graaff@gentoo.org>2016-06-05 09:59:31 +0200
commit619512a75ba0afc32eb93f4762621d4ebaaa78f1 (patch)
tree1da296c350bc7b2ae719225c50b311bb021a2292
parentdev-ruby/http: mark ruby21 revision stable (diff)
downloadgentoo-619512a75ba0afc32eb93f4762621d4ebaaa78f1.tar.gz
gentoo-619512a75ba0afc32eb93f4762621d4ebaaa78f1.tar.bz2
gentoo-619512a75ba0afc32eb93f4762621d4ebaaa78f1.zip
dev-ruby/http: cleanup
Package-Manager: portage-2.2.28
-rw-r--r--dev-ruby/http/http-0.6.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/dev-ruby/http/http-0.6.3.ebuild b/dev-ruby/http/http-0.6.3.ebuild
deleted file mode 100644
index 857f253bdbfa..000000000000
--- a/dev-ruby/http/http-0.6.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-USE_RUBY="ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="An easy-to-use client library for making requests from Ruby"
-HOMEPAGE="https://github.com/tarcieri/http"
-
-LICENSE="MIT"
-SLOT="0.6"
-KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*"
-
-all_ruby_prepare() {
- sed -i -e '/simplecov/,/end/ s:^:#:' \
- -e '1irequire "cgi"' spec/spec_helper.rb || die
-}