From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-854243-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AF4DE1388C1 for <garchives@archives.gentoo.org>; Wed, 30 Dec 2015 08:10:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D8FEE0835; Wed, 30 Dec 2015 08:10:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD6DBE0814 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2015 08:10:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AC012340766 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2015 08:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 520BFCF5 for <gentoo-commits@lists.gentoo.org>; Wed, 30 Dec 2015 08:10:22 +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: <1451463011.bf2166c1561de1c9079263ba6854564ac3f4fe6a.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bundler/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bundler/bundler-1.11.2.ebuild X-VCS-Directories: dev-ruby/bundler/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: bf2166c1561de1c9079263ba6854564ac3f4fe6a X-VCS-Branch: master Date: Wed, 30 Dec 2015 08:10:22 +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: 0580e000-f04d-43ff-b780-53d27db0cf7c X-Archives-Hash: 37ca5af177f5e0f1ef64c9bc710d4608 commit: bf2166c1561de1c9079263ba6854564ac3f4fe6a Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Dec 30 08:08:42 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Dec 30 08:10:11 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf2166c1 dev-ruby/bundler: fix installation of binstubs Use new RUBY_FAKEGEM_BINDIR support for this. Package-Manager: portage-2.2.24 dev-ruby/bundler/bundler-1.11.2.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-ruby/bundler/bundler-1.11.2.ebuild b/dev-ruby/bundler/bundler-1.11.2.ebuild index 1730e47..9356d3c 100644 --- a/dev-ruby/bundler/bundler-1.11.2.ebuild +++ b/dev-ruby/bundler/bundler-1.11.2.ebuild @@ -14,6 +14,8 @@ RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md ISSUES.md" RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" +RUBY_FAKEGEM_BINDIR="exe" + inherit ruby-fakegem DESCRIPTION="An easy way to vendor gem dependencies"