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 2832313832E for ; Sat, 30 Jul 2016 04:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8102C21C074; Sat, 30 Jul 2016 04:07: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 C06D221C060 for ; Sat, 30 Jul 2016 04:07: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 6C7C3340D3A for ; Sat, 30 Jul 2016 04:07:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBC072443 for ; Sat, 30 Jul 2016 04:07:01 +0000 (UTC) From: "Richard Farina" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Richard Farina" Message-ID: <1469851608.f704657ad4496be71ad5dba4ce9381cde7d54bf3.zerochaos@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rex-random_identifier/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild X-VCS-Directories: dev-ruby/rex-random_identifier/ X-VCS-Committer: zerochaos X-VCS-Committer-Name: Richard Farina X-VCS-Revision: f704657ad4496be71ad5dba4ce9381cde7d54bf3 X-VCS-Branch: master Date: Sat, 30 Jul 2016 04:07:01 +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: bfd183f4-c28f-4e98-a7dd-95daad000be4 X-Archives-Hash: 2fe131ada7039d6f356c0f9d9a5c10e5 commit: f704657ad4496be71ad5dba4ce9381cde7d54bf3 Author: Zero_Chaos gentoo org> AuthorDate: Sat Jul 30 03:38:57 2016 +0000 Commit: Richard Farina gentoo org> CommitDate: Sat Jul 30 04:06:48 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f704657a dev-ruby/rex-random_identifier: drop random bins Package-Manager: portage-2.3.0 ...dentifier-0.1.0.ebuild => rex-random_identifier-0.1.0-r1.ebuild} | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild similarity index 82% rename from dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild rename to dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild index 2a62a3e..2745e2b 100644 --- a/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0.ebuild +++ b/dev-ruby/rex-random_identifier/rex-random_identifier-0.1.0-r1.ebuild @@ -7,6 +7,7 @@ EAPI=5 USE_RUBY="ruby20 ruby21 ruby22 ruby23" #RUBY_FAKEGEM_RECIPE_TEST="rspec3" RUBY_FAKEGEM_TASK_DOC="" +RUBY_FAKEGEM_BINWRAP="" inherit ruby-fakegem @@ -23,8 +24,3 @@ IUSE="" RESTRICT=test ruby_add_bdepend "dev-ruby/rex-text" - -all_ruby_install() { - ruby_fakegem_binwrapper console ${PN}-console - ruby_fakegem_binwrapper setup ${PN}-setup -}