diff options
Diffstat (limited to 'dev-ruby/ethon/ethon-0.11.0.ebuild')
-rw-r--r-- | dev-ruby/ethon/ethon-0.11.0.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-ruby/ethon/ethon-0.11.0.ebuild b/dev-ruby/ethon/ethon-0.11.0.ebuild deleted file mode 100644 index 47987c784142..000000000000 --- a/dev-ruby/ethon/ethon-0.11.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# 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_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Very lightweight libcurl wrapper" -HOMEPAGE="https://github.com/typhoeus/ethon" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND+=" net-misc/curl" - -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0" - -ruby_add_bdepend "test? ( dev-ruby/sinatra dev-ruby/mime-types )" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' \ - -e '1igem "sinatra"' -i Rakefile spec/spec_helper.rb || die -} |