summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-12-26 18:48:16 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-12-26 18:48:16 +0100
commitc27f89b5dc42effab32efdfeaefdb8723e96b85b (patch)
tree4dfad094af23162cf0358a4f9795177798af25fd /dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild
parentmedia-radio/flrig: Version bump (diff)
downloadgentoo-c27f89b5dc42effab32efdfeaefdb8723e96b85b.tar.gz
gentoo-c27f89b5dc42effab32efdfeaefdb8723e96b85b.tar.bz2
gentoo-c27f89b5dc42effab32efdfeaefdb8723e96b85b.zip
dev-ruby/typhoeus: drop 0.6.9-r1
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild')
-rw-r--r--dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild b/dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild
deleted file mode 100644
index 00fd07d567fa..000000000000
--- a/dev-ruby/typhoeus/typhoeus-0.6.9-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-USE_RUBY="ruby24 ruby25 ruby26 ruby27"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md"
-RUBY_FAKEGEM_TASK_DOC=""
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic"
-HOMEPAGE="https://rubygems.org/gems/typhoeus/
- https://github.com/typhoeus/typhoeus"
-
-LICENSE="Ruby"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend ">=dev-ruby/ethon-0.7.1"
-
-ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 )"
-
-all_ruby_prepare() {
- sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die
-}