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 E6996138330 for ; Fri, 5 Aug 2016 12:14:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE01DE0804; Fri, 5 Aug 2016 12:14:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30304E07FC for ; Fri, 5 Aug 2016 12:14:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF6F8340BE2 for ; Fri, 5 Aug 2016 12:14:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CCEB22444 for ; Fri, 5 Aug 2016 12:14:05 +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: <1470399238.43228788b8a6c8313f08d29c98de95b4519267ea.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rest-client/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild dev-ruby/rest-client/rest-client-2.0.0.ebuild X-VCS-Directories: dev-ruby/rest-client/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 43228788b8a6c8313f08d29c98de95b4519267ea X-VCS-Branch: master Date: Fri, 5 Aug 2016 12:14:05 +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: f848ad38-3614-42ed-9e15-7b0ffdd617c2 X-Archives-Hash: f8de18bff75020e7922d56c870051ca6 commit: 43228788b8a6c8313f08d29c98de95b4519267ea Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 5 12:13:18 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 5 12:13:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43228788 dev-ruby/rest-client: add 2.0.0 and bin-less 1.8.0-r3 Package-Manager: portage-2.2.28 ...est-client-2.0.0.ebuild => rest-client-1.8.0-r3.ebuild} | 14 ++++++++------ dev-ruby/rest-client/rest-client-2.0.0.ebuild | 3 ++- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/dev-ruby/rest-client/rest-client-2.0.0.ebuild b/dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild similarity index 73% copy from dev-ruby/rest-client/rest-client-2.0.0.ebuild copy to dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild index 2d1d230..2d8a93f 100644 --- a/dev-ruby/rest-client/rest-client-2.0.0.ebuild +++ b/dev-ruby/rest-client/rest-client-1.8.0-r3.ebuild @@ -5,9 +5,11 @@ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_RECIPE_TEST="rspec" -RUBY_FAKEGEM_EXTRADOC="history.md README.md" +RUBY_FAKEGEM_EXTRADOC="history.md README.rdoc" + +RUBY_FAKEGEM_BINWRAP="" inherit ruby-fakegem @@ -15,16 +17,16 @@ DESCRIPTION="Simple Simple HTTP and REST client for Ruby" HOMEPAGE="https://github.com/archiloque/rest-client" LICENSE="MIT" -SLOT="2" +SLOT="0" KEYWORDS="~amd64" IUSE="" -ruby_add_bdepend "test? ( dev-ruby/webmock:2 )" +ruby_add_bdepend "test? ( dev-ruby/webmock )" ruby_add_rdepend " >=dev-ruby/http-cookie-1.0.2:0 - >=dev-ruby/mime-types-1.16:* =dev-ruby/netrc-0.8:0" + >=dev-ruby/mime-types-1.16 + >=dev-ruby/netrc-0.7:0" all_ruby_prepare() { sed -e '/bundler/I s:^:#:' \ diff --git a/dev-ruby/rest-client/rest-client-2.0.0.ebuild b/dev-ruby/rest-client/rest-client-2.0.0.ebuild index 2d1d230..310789e 100644 --- a/dev-ruby/rest-client/rest-client-2.0.0.ebuild +++ b/dev-ruby/rest-client/rest-client-2.0.0.ebuild @@ -24,7 +24,8 @@ ruby_add_bdepend "test? ( dev-ruby/webmock:2 )" ruby_add_rdepend " >=dev-ruby/http-cookie-1.0.2:0 >=dev-ruby/mime-types-1.16:* =dev-ruby/netrc-0.8:0" + >=dev-ruby/netrc-0.8:0 + !!