From: Hans de Graaff Date: Wed, 21 Mar 2018 06:11:58 +0000 (+0100) Subject: dev-ruby/ethon: cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ab26ecf7d06d20e1033a26be657affa3a1a8bf06;p=gentoo.git dev-ruby/ethon: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest index 64f97a42343e..e4ebdd2c169f 100644 --- a/dev-ruby/ethon/Manifest +++ b/dev-ruby/ethon/Manifest @@ -1,3 +1 @@ -DIST ethon-0.10.1.gem 55808 BLAKE2B 589f7431fe0689a85c40113684d7b2641b1bf6358a64f902a4ec97333a64354774a4bd5d93b94709a32fc6d658d3233465e2b46b1b8bea5115a39ce0646e7c16 SHA512 cbc3d40dfa04aed73780e669979fbaa21d98a7a607f727bff05e679461502ed7e06c29dc81cce89b01458d7e2bea81c99cc43544e85a2329944eb5c2955cba07 DIST ethon-0.11.0.gem 56832 BLAKE2B 64f184e3dbedf6fc05cb97d7e642366b45b9493ccd79ba1dd9f4ddafea695bc8d5e72bc5a305e192ad6f78d55704319316a13ced61c14aef7d3e41936ec69a78 SHA512 271ff2ce5578352722bab318ad40f06d9c76fdbdead573a015fed0a38f3fd6341bcf70acedaa9470fe97f47069977b09ac9f71d8dacb21b67aad917c2a078c72 -DIST ethon-0.9.1.gem 55808 BLAKE2B 8d91ca9d0e8dda8eb51f0204783a7a03017cde8b0c0f5476031d7b5ca38b2196ffb5d9c34165302f6c513dea88f14304d5aef96d1f6740b10465b1ce36980219 SHA512 2104a463283340513c02ad97a6578140cf3d23bee664de40fa0ae4a7bb8aedac69ef09310edf3582f83bff5fa7d65feec9ace663568b9cb798833f2db61adb80 diff --git a/dev-ruby/ethon/ethon-0.10.1.ebuild b/dev-ruby/ethon/ethon-0.10.1.ebuild deleted file mode 100644 index 9d470c03ed2b..000000000000 --- a/dev-ruby/ethon/ethon-0.10.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23 ruby24" - -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 -} diff --git a/dev-ruby/ethon/ethon-0.9.1.ebuild b/dev-ruby/ethon/ethon-0.9.1.ebuild deleted file mode 100644 index 91c80e11e082..000000000000 --- a/dev-ruby/ethon/ethon-0.9.1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -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" -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 -}