From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2AEE213829C for ; Mon, 13 Jun 2016 18:12:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30470E0965; Mon, 13 Jun 2016 18:12:08 +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 CF1B6E0965 for ; Mon, 13 Jun 2016 18:12:07 +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 4AF8633E5E4 for ; Mon, 13 Jun 2016 18:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D435C97B for ; Mon, 13 Jun 2016 18:12:00 +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: <1465841504.9a588b92605bce82b652ae45cc206a598924e6a6.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rake/rake-11.2.2-r1.ebuild dev-ruby/rake/rake-11.2.2.ebuild X-VCS-Directories: dev-ruby/rake/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9a588b92605bce82b652ae45cc206a598924e6a6 X-VCS-Branch: master Date: Mon, 13 Jun 2016 18:12:00 +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: 8a6b1f54-4532-40d6-87c3-3d65a9482e52 X-Archives-Hash: 7562c266c696dfb7917ed6459f337faa commit: 9a588b92605bce82b652ae45cc206a598924e6a6 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jun 13 18:11:23 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jun 13 18:11:44 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a588b92 dev-ruby/rake: account for changed bindir, fixing bug 585836 Package-Manager: portage-2.2.28 dev-ruby/rake/{rake-11.2.2.ebuild => rake-11.2.2-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/rake/rake-11.2.2.ebuild b/dev-ruby/rake/rake-11.2.2-r1.ebuild similarity index 97% rename from dev-ruby/rake/rake-11.2.2.ebuild rename to dev-ruby/rake/rake-11.2.2-r1.ebuild index 3851138..6413fb8 100644 --- a/dev-ruby/rake/rake-11.2.2.ebuild +++ b/dev-ruby/rake/rake-11.2.2-r1.ebuild @@ -10,6 +10,8 @@ RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc TODO" RUBY_FAKEGEM_TASK_TEST="" +RUBY_FAKEGEM_BINDIR="exe" + inherit bash-completion-r1 ruby-fakegem DESCRIPTION="Make-like scripting in Ruby"