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 49809138334 for ; Sat, 16 Nov 2019 09:14:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 43A74E0855; Sat, 16 Nov 2019 09:14:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2DAFBE0855 for ; Sat, 16 Nov 2019 09:14:02 +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 3E57434CEC1 for ; Sat, 16 Nov 2019 09:14:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F41C18C2 for ; Sat, 16 Nov 2019 09:13:57 +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: <1573895632.361665f810004661a442b683ba81e28bac127359.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.11.0.ebuild X-VCS-Directories: dev-ruby/ethon/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 361665f810004661a442b683ba81e28bac127359 X-VCS-Branch: master Date: Sat, 16 Nov 2019 09:13:57 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2651dd89-12e4-49d1-b5ff-ba9360a15143 X-Archives-Hash: f46259f6e47795457315504e547ab757 commit: 361665f810004661a442b683ba81e28bac127359 Author: Hans de Graaff gentoo org> AuthorDate: Sat Nov 16 09:13:27 2019 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sat Nov 16 09:13:52 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=361665f8 dev-ruby/ethon: cleanup Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ethon/Manifest | 1 - dev-ruby/ethon/ethon-0.11.0.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-ruby/ethon/Manifest b/dev-ruby/ethon/Manifest index 9b256819f6e..d3f6c7cd64e 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 47987c78414..00000000000 --- 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 -}