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 6DDB6138334 for ; Sun, 11 Nov 2018 10:54:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 42EECE0D0D; Sun, 11 Nov 2018 10:54:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 18B15E0D0D for ; Sun, 11 Nov 2018 10:54:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7E156335CF2 for ; Sun, 11 Nov 2018 10:54:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDFAB3DD for ; Sun, 11 Nov 2018 10:54:38 +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: <1541933673.62dcc11ed4f7cb90ff36f600953be760664dadc8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/octokit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/octokit/Manifest dev-ruby/octokit/octokit-4.7.0.ebuild X-VCS-Directories: dev-ruby/octokit/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 62dcc11ed4f7cb90ff36f600953be760664dadc8 X-VCS-Branch: master Date: Sun, 11 Nov 2018 10:54:38 +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: 41edf945-922e-4466-9871-dc003d0b8f6f X-Archives-Hash: 793aea8e97fe7b1b53b9286a136752a8 commit: 62dcc11ed4f7cb90ff36f600953be760664dadc8 Author: Hans de Graaff gentoo org> AuthorDate: Sun Nov 11 10:51:08 2018 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Nov 11 10:54:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62dcc11e dev-ruby/octokit: cleanup Signed-off-by: Hans de Graaff gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-ruby/octokit/Manifest | 1 - dev-ruby/octokit/octokit-4.7.0.ebuild | 33 --------------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-ruby/octokit/Manifest b/dev-ruby/octokit/Manifest index 5e840bfd5f8..e13289c28e4 100644 --- a/dev-ruby/octokit/Manifest +++ b/dev-ruby/octokit/Manifest @@ -1,2 +1 @@ DIST octokit-4.13.0.tar.gz 3053006 BLAKE2B 7028cd8c14865a1b061a5ad95f103944b20827797e5f75dbbc8237ed91cb7c9fc79e9a9319dddd9dcee58d32071156e02c04f7d39c4073bad789cbc65887c2df SHA512 48716876e8c5d807e5ebfbd2236bc4b1558d0d1dfd5d3c4cd42b345e3c8164ea36176c23a23e2bb84078e5a6fdeba2b55c3ae8ec0a6451258fe683d84b007013 -DIST octokit-4.7.0.tar.gz 2926712 BLAKE2B 07224de4132ac97525f2a8da784c74a150328f7e7ba08de32485e3fc43231e1583ddf8c16b119c85baece2cba90321059c77c624e450e98dc03ce7c84be54719 SHA512 7a760f909e4756401ce7ecfb3dc8682ec2c630b7ca1639135e61912f8dac2a18974ced1fd5b2d75ee14d1fcc567a370781c159303d7789a9a3f4b756186e72c1 diff --git a/dev-ruby/octokit/octokit-4.7.0.ebuild b/dev-ruby/octokit/octokit-4.7.0.ebuild deleted file mode 100644 index 6510b8100b2..00000000000 --- a/dev-ruby/octokit/octokit-4.7.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_DOC="yard" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" -RUBY_FAKEGEM_EXTRADOC="README.md CONTRIBUTING.md" -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit multilib ruby-fakegem - -DESCRIPTION="Ruby toolkit for the Github API" -HOMEPAGE="https://github.com/octokit/octokit.rb" -SRC_URI="https://github.com/octokit/octokit.rb/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -RUBY_S=octokit.rb-${PV} - -ruby_add_rdepend ">=dev-ruby/sawyer-0.8.0" -ruby_add_bdepend "test? ( dev-ruby/mime-types - >=dev-ruby/netrc-0.7.7 - dev-ruby/vcr:2 - >=dev-ruby/webmock-1.9:0 )" - -all_ruby_prepare() { - sed -i -e "1,10d" -e "/require 'vcr'/i\gem 'vcr', '~> 2.9.2'" spec/helper.rb || die -}