From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-937160-garchives=archives.gentoo.org@lists.gentoo.org>
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 08ADA139694
	for <garchives@archives.gentoo.org>; Thu,  9 Mar 2017 06:36:53 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 4DA23E0C40;
	Thu,  9 Mar 2017 06:36:52 +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 27AB2E0C40
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Mar 2017 06:36:52 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 29EDA3416A9
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Mar 2017 06:36:51 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id BD68361E4
	for <gentoo-commits@lists.gentoo.org>; Thu,  9 Mar 2017 06:36:49 +0000 (UTC)
From: "Hans de Graaff" <graaff@gentoo.org>
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" <graaff@gentoo.org>
Message-ID: <1489041357.f6599c2b2809c0e5f9fc0bf42a5bf4a365c7d473.graaff@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bunny/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ruby/bunny/bunny-2.6.4-r1.ebuild dev-ruby/bunny/bunny-2.6.4.ebuild
X-VCS-Directories: dev-ruby/bunny/
X-VCS-Committer: graaff
X-VCS-Committer-Name: Hans de Graaff
X-VCS-Revision: f6599c2b2809c0e5f9fc0bf42a5bf4a365c7d473
X-VCS-Branch: master
Date: Thu,  9 Mar 2017 06:36:49 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 9efa5624-49f4-4356-b78f-f423d327bdb9
X-Archives-Hash: 58fa8556882ddbd510663fca2ab6bc2e

commit:     f6599c2b2809c0e5f9fc0bf42a5bf4a365c7d473
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  9 06:35:57 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Mar  9 06:35:57 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6599c2b

dev-ruby/bunny: avoid installing CI binstubs

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ruby/bunny/{bunny-2.6.4.ebuild => bunny-2.6.4-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-ruby/bunny/bunny-2.6.4.ebuild b/dev-ruby/bunny/bunny-2.6.4-r1.ebuild
similarity index 96%
rename from dev-ruby/bunny/bunny-2.6.4.ebuild
rename to dev-ruby/bunny/bunny-2.6.4-r1.ebuild
index d2241cf91e3..726af130e17 100644
--- a/dev-ruby/bunny/bunny-2.6.4.ebuild
+++ b/dev-ruby/bunny/bunny-2.6.4-r1.ebuild
@@ -11,6 +11,8 @@ RUBY_FAKEGEM_TASK_TEST=""
 
 RUBY_FAKEGEM_EXTRADOC="ChangeLog.md README.md"
 
+RUBY_FAKEGEM_BINWRAP=""
+
 inherit ruby-fakegem
 
 DESCRIPTION="Another synchronous Ruby AMQP client"