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 B808D1382C5 for ; Thu, 19 Apr 2018 19:53:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE786E083B; Thu, 19 Apr 2018 19:53:37 +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 B8A70E083B for ; Thu, 19 Apr 2018 19:53:37 +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 A3BA8335C77 for ; Thu, 19 Apr 2018 19:53:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC4BC285 for ; Thu, 19 Apr 2018 19:53:34 +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: <1524167577.260dcdea3825b9518d6bd6724bb42893592f1c18.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/typhoeus/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/typhoeus/Manifest dev-ruby/typhoeus/typhoeus-1.1.2.ebuild X-VCS-Directories: dev-ruby/typhoeus/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 260dcdea3825b9518d6bd6724bb42893592f1c18 X-VCS-Branch: master Date: Thu, 19 Apr 2018 19:53:34 +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: c5bb8577-0c00-4da4-b062-86db0cbd5410 X-Archives-Hash: a04b302059ebd1c9afd6832e3b74c2f9 commit: 260dcdea3825b9518d6bd6724bb42893592f1c18 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 19 19:49:39 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 19 19:52:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=260dcdea dev-ruby/typhoeus: cleanup Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/typhoeus/Manifest | 1 - dev-ruby/typhoeus/typhoeus-1.1.2.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/dev-ruby/typhoeus/Manifest b/dev-ruby/typhoeus/Manifest index 6cd080b38ad..f92c34e3f25 100644 --- a/dev-ruby/typhoeus/Manifest +++ b/dev-ruby/typhoeus/Manifest @@ -1,3 +1,2 @@ DIST typhoeus-0.6.9.gem 49152 BLAKE2B 0c80c76c6ed8e9e564d6fc48b259b6c1d9c5c4422d29ef356fb092dc722e96afba319e682f5548603f1bebce96aa3e616161a5e036a7c23264b98835c41955e0 SHA512 5063d3217f35db29d216327b6eed10d6613d018c496935e78aa8e2b10ec21f3372df11fe48155b45387767d5572efa93e74afb0bb9b10782d28e87dead0294a4 -DIST typhoeus-1.1.2.gem 54784 BLAKE2B d8b1abe8bfa0033ecabe4ca6939f5f229bfa9f079f26908b2d341be37ffd2294f691d81b7898a02e1b6765c786ec47a56f772fab3cfd564fec0f931ed4de5f82 SHA512 1fc1ab1c2c15f1d324858a19f137b8b39a26d3b4938b7b09c7ea88e99bc1c08afb060710464221ff3af327322bc8354ed3486069420d189ba5cab91c76abfdea DIST typhoeus-1.3.0.gem 55296 BLAKE2B 0e95dea7156713756cd7fbeddff3d1cc2530c220352e84c790886f4cf473a6b1b49565aeda6136ba2c5d40a506050438b5066f6a9c6fd5b3156f794b0c6df04b SHA512 c51458c27ff07cbde095d22e0d98c1602b2b2cb67f7e0f8f27ab931d8b3c62cd7a256f3baaefa88852f96769508e61290eb7eefceaff5f28912aef292eb56269 diff --git a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild b/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild deleted file mode 100644 index 77fd255094b..00000000000 --- a/dev-ruby/typhoeus/typhoeus-1.1.2.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md UPGRADE.md" -RUBY_FAKEGEM_TASK_DOC="" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Runs HTTP requests in parallel while cleanly encapsulating handling logic" -HOMEPAGE="https://rubygems.org/gems/typhoeus/ - https://github.com/typhoeus/typhoeus" - -LICENSE="Ruby" -SLOT="1" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/ethon-0.9.0" - -ruby_add_bdepend "test? ( dev-ruby/json >=dev-ruby/faraday-0.9 >=dev-ruby/sinatra-1.3 >=dev-ruby/redis-3.0 )" - -all_ruby_prepare() { - sed -e '/bundler/I s:^:#:' -i Rakefile spec/spec_helper.rb || die -}