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 BA8C4138262 for ; Mon, 23 May 2016 12:16:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C462914088; Mon, 23 May 2016 12:16:17 +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 5FF6214088 for ; Mon, 23 May 2016 12:16:17 +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 5DE0A340A9F for ; Mon, 23 May 2016 12:16:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DBAAF976 for ; Mon, 23 May 2016 12:16:12 +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: <1464005754.9c8654b40d3391408931c131b410d3b4c6173692.graaff@gentoo> Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/tiny_tds/ X-VCS-Repository: dev/graaff X-VCS-Files: dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild X-VCS-Directories: dev-ruby/tiny_tds/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9c8654b40d3391408931c131b410d3b4c6173692 X-VCS-Branch: master Date: Mon, 23 May 2016 12:16:12 +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: 09bc120f-e2ef-4d62-8b33-5016741c559f X-Archives-Hash: 47320b1201189a118560dcf97bde8ecb commit: 9c8654b40d3391408931c131b410d3b4c6173692 Author: Hans de Graaff degraaff org> AuthorDate: Mon May 23 12:15:54 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 23 12:15:54 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=9c8654b4 dev-ruby/tiny_tds: do not install wrappers Package-Manager: portage-2.2.28 dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild index 552f42d..9008209 100644 --- a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild +++ b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild @@ -10,6 +10,9 @@ RUBY_FAKEGEM_RECIPE_DOC="rdoc" # All tests require live database servers RUBY_FAKEGEM_RECIPE_TEST="none" +# The binary wrappers are already provided by freetds. +RUBY_FAKEGEM_BINWRAP="" + inherit ruby-fakegem DESCRIPTION="A modern, simple and fast FreeTDS library for Ruby using DB-Library"