From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8BDF2138332 for ; Wed, 21 Mar 2018 06:41:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E733E091C; Wed, 21 Mar 2018 06:41:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33DA7E091C for ; Wed, 21 Mar 2018 06:41:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 83A85335C36 for ; Wed, 21 Mar 2018 06:41:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9F04263 for ; Wed, 21 Mar 2018 06:41:44 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1521612718.ab26ecf7d06d20e1033a26be657affa3a1a8bf06.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ethon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ethon/Manifest dev-ruby/ethon/ethon-0.10.1.ebuild dev-ruby/ethon/ethon-0.9.1.ebuild X-VCS-Directories: dev-ruby/ethon/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ab26ecf7d06d20e1033a26be657affa3a1a8bf06 X-VCS-Branch: master Date: Wed, 21 Mar 2018 06:41:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 95278ee2-b66b-4bb6-bf91-93d38d5db67a X-Archives-Hash: dba905140b85e6e937c3eccb5f65515a commit: ab26ecf7d06d20e1033a26be657affa3a1a8bf06 Author: Hans de Graaff gentoo org> AuthorDate: Wed Mar 21 06:11:58 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Mar 21 06:11:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab26ecf7 dev-ruby/ethon: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/ethon/Manifest | 2 -- dev-ruby/ethon/ethon-0.10.1.ebuild | 33 --------------------------------- dev-ruby/ethon/ethon-0.9.1.ebuild | 33 --------------------------------- 3 files changed, 68 deletions(-) diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest index 64f97a42343..e4ebdd2c169 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 9d470c03ed2..00000000000 --- 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 91c80e11e08..00000000000 --- 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 -}