From: Hans de Graaff Date: Sat, 19 Sep 2015 05:13:51 +0000 (+0200) Subject: dev-ruby/ethon: cleanup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5cfa252a808c32250d54c087f898936d5600de17;p=gentoo.git dev-ruby/ethon: cleanup Package-Manager: portage-2.2.20.1 --- diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest index e69a38f9b0a6..86d469d58177 100644 --- a/dev-ruby/ethon/Manifest +++ b/dev-ruby/ethon/Manifest @@ -1,3 +1 @@ -DIST ethon-0.7.1.gem 52224 SHA256 e62d5efaa14b85c04a9f7193d8961f4c91fd9bd5bbcc4f33950e08692b13e62c SHA512 484aa0df0e4375369c839d66f114940760ad6102a026ecc1886283c80d856ed347b8ab853a90c3ac514766a9afe7032030647b93bb030c739b308f303d483425 WHIRLPOOL 8f668649b639a06e65a59480a07487d572740b1fc303b939e971f3fce2d93e0c993b672f70aca624c9f304ced01effdec1b42fcff3324c8b9b5e3826e68779e9 -DIST ethon-0.7.3.gem 52736 SHA256 68394c21ee9f84d797aa5cfadd14cd816693b91159403af633ec3c359b26c4b4 SHA512 a37dc3c237e6af1e2b826ef2f6136ea0bb59f1b9607603d340e4d583a09beceb8b3259b4c3526639d384ea6a310ee2d3907812bfb32881842d2f3bad8c46c656 WHIRLPOOL 5f1b788fc7b82ed1a6d88c1d6f7cb624a3c0ae90b7ea4404e8b7f60fcfea243bd4530b32a7678cc0c30b6fe3224963494981f775958a2d2da88253669ef74b0b DIST ethon-0.7.4.gem 54272 SHA256 2670e329ff113f772448b9af8ed45fabf570f37b1dea9f68377ed056fb94ce13 SHA512 a4df7083b545d1b777e640ba238f63a939ee1db97d25f6d4be6f4a20f0e629eb3e107724a6a87da037529667130ad220f216a82c3b4044588780f5fff809f69b WHIRLPOOL a64b0573869dc4cc48eb1c6488eac065fa9b2053b3362a82af906af2c35025f318ccb0b46a8cda18e30f697dc2ec4ae9c7461c48b8afefffa4a978ce1779f930 diff --git a/dev-ruby/ethon/ethon-0.7.1.ebuild b/dev-ruby/ethon/ethon-0.7.1.ebuild deleted file mode 100644 index 861631cd5700..000000000000 --- a/dev-ruby/ethon/ethon-0.7.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Very lightweight libcurl wrapper" -HOMEPAGE="https://github.com/typhoeus/ethon" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND+="net-misc/curl" - -ruby_add_rdepend ">=dev-ruby/ffi-1.3.0" - -all_ruby_prepare() { - rm Gemfile || die - sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die -} diff --git a/dev-ruby/ethon/ethon-0.7.3.ebuild b/dev-ruby/ethon/ethon-0.7.3.ebuild deleted file mode 100644 index cc73b8097fe7..000000000000 --- a/dev-ruby/ethon/ethon-0.7.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Very lightweight libcurl wrapper" -HOMEPAGE="https://github.com/typhoeus/ethon" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -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:^:#:' -i Rakefile spec/spec_helper.rb || die -}