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 9760313936C for ; Thu, 27 Oct 2016 07:07:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2B821C03C; Thu, 27 Oct 2016 07:07:14 +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 EBB7621C03C for ; Thu, 27 Oct 2016 07:07:08 +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 21156341645 for ; Thu, 27 Oct 2016 07:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0EBA24AE for ; Thu, 27 Oct 2016 07:07:03 +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: <1477552015.cda35bc17d57de6d49f0c57bef87560918f6315f.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/Manifest dev-ruby/tiny_tds/tiny_tds-1.0.5.ebuild X-VCS-Directories: dev-ruby/tiny_tds/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: cda35bc17d57de6d49f0c57bef87560918f6315f X-VCS-Branch: master Date: Thu, 27 Oct 2016 07:07:03 +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: a05cfb7d-50a9-41a0-9896-d7ec3b569804 X-Archives-Hash: abf5211ff12f187c42590fd749de8e0b commit: cda35bc17d57de6d49f0c57bef87560918f6315f Author: Hans de Graaff degraaff org> AuthorDate: Thu Oct 27 07:06:55 2016 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Oct 27 07:06:55 2016 +0000 URL: https://gitweb.gentoo.org/dev/graaff.git/commit/?id=cda35bc1 dev-ruby/tiny_tds: add 1.0.5 Package-Manager: portage-2.3.0 dev-ruby/tiny_tds/Manifest | 1 + dev-ruby/tiny_tds/tiny_tds-1.0.5.ebuild | 44 +++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) diff --git a/dev-ruby/tiny_tds/Manifest b/dev-ruby/tiny_tds/Manifest index 315b912..470debc 100644 --- a/dev-ruby/tiny_tds/Manifest +++ b/dev-ruby/tiny_tds/Manifest @@ -1 +1,2 @@ DIST tiny_tds-1.0.4.gem 54272 SHA256 a407b2a6e7586d79523df13c3711fc07d0a4fc995bf3cd1c3db712296262101a SHA512 539cec5923cd1e11682ac3539a3398c2a62c90b0d4f7c6d7d46d27ca950d7d7a09a4e13ce9ae441df530463a99f145d396ff77289c66373490f175ae28c8fe0b WHIRLPOOL 168e95303380812f7f7d0d976340f3ece62359bdee85f1310ce57e83ac89099f365d7ffd1d4aa98efc3c919c8dee1b65d66ba10dbdce66870be0995d1eafe90f +DIST tiny_tds-1.0.5.gem 55808 SHA256 db5bba2229346285a328e1fdfb70dc22602b529763061115c1af999e679576c6 SHA512 ddc126c849898005579be9ea268c448b83958497781809f4d3bbd0e6118640a269b17fca865d08681c6ed72dd90832c28b5c2f509d451799b0cb1fd67e4ad6d4 WHIRLPOOL ed0e28a625bf647e9548951687f5594aa6962bd3c29b7bb08c14634e22bc3a6238bb0d478a832ac6e16c8a7782bf089c0893e31b42ad24b319074d9b7ffe80eb diff --git a/dev-ruby/tiny_tds/tiny_tds-1.0.5.ebuild b/dev-ruby/tiny_tds/tiny_tds-1.0.5.ebuild new file mode 100644 index 0000000..b9e5255 --- /dev/null +++ b/dev-ruby/tiny_tds/tiny_tds-1.0.5.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +USE_RUBY="ruby21 ruby22 ruby23" + +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="" + +RUBY_FAKEGEM_EXTRAINSTALL="VERSION" + +inherit ruby-fakegem + +DESCRIPTION="A modern, simple and fast FreeTDS library for Ruby using DB-Library" +HOMEPAGE="https://github.com/rails-sqlserver/tiny_tds" + +LICENSE="MIT" +SLOT="1" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND+=">=dev-db/freetds-0.95" +DEPEND+=">=dev-db/freetds-0.95" + +ruby_add_bdepend "dev-ruby/mini_portile2" + +all_ruby_prepare() { + sed -i -e '/bundler/I s:^:#:' test/test_helper.rb || die +} + +each_ruby_configure() { + ${RUBY} -Cext/tiny_tds extconf.rb || die +} + +each_ruby_compile() { + emake V=1 -Cext/tiny_tds + cp ext/tiny_tds/tiny_tds.so lib/tiny_tds/ || die +}