diff options
author | Hans de Graaff <graaff@gentoo.org> | 2019-11-16 10:13:27 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2019-11-16 10:13:52 +0100 |
commit | 361665f810004661a442b683ba81e28bac127359 (patch) | |
tree | fd963e0971e2dbc5e38dbd5be86b3b0e819e207f /dev-ruby/ethon | |
parent | dev-ruby/exifr: cleanup (diff) | |
download | gentoo-361665f810004661a442b683ba81e28bac127359.tar.gz gentoo-361665f810004661a442b683ba81e28bac127359.tar.bz2 gentoo-361665f810004661a442b683ba81e28bac127359.zip |
dev-ruby/ethon: cleanup
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ethon')
-rw-r--r-- | dev-ruby/ethon/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/ethon/ethon-0.11.0.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest index 9b256819f6e4..d3f6c7cd64ee 100644 --- a/dev-ruby/ethon/Manifest +++ b/dev-ruby/ethon/Manifest @@ -1,2 +1 @@ -DIST ethon-0.11.0.gem 56832 BLAKE2B 64f184e3dbedf6fc05cb97d7e642366b45b9493ccd79ba1dd9f4ddafea695bc8d5e72bc5a305e192ad6f78d55704319316a13ced61c14aef7d3e41936ec69a78 SHA512 271ff2ce5578352722bab318ad40f06d9c76fdbdead573a015fed0a38f3fd6341bcf70acedaa9470fe97f47069977b09ac9f71d8dacb21b67aad917c2a078c72 DIST ethon-0.12.0.gem 56832 BLAKE2B 04765dcb9599e7435c3f71b1e8c35b815123ec460dbb761360146b24acaff1aeb52a75efe5dbbacdbd11e7247743988629ce965604cdfd15cdd75ef03301d9da SHA512 5fea666efdd5e2d568d0e074f205525656e202ecea3bb5ff8a8ab838a596cab349b869baffb7926227d6cfdae5b9c1cb86bb201b4c9585056c6671ab4feee596 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 -} |