public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/tiny_tds/
Date: Fri, 13 May 2016 05:51:35 +0000 (UTC)	[thread overview]
Message-ID: <1463118687.4ccb25d97bdc2c2b5cd35b6ce5a9c42cc771dd69.graaff@gentoo> (raw)

commit:     4ccb25d97bdc2c2b5cd35b6ce5a9c42cc771dd69
Author:     Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri May 13 05:51:27 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May 13 05:51:27 2016 +0000
URL:        https://gitweb.gentoo.org/dev/graaff.git/commit/?id=4ccb25d9

dev-ruby/tiny_tds: initial import

Package-Manager: portage-2.2.28

 dev-ruby/tiny_tds/Manifest              |  1 +
 dev-ruby/tiny_tds/metadata.xml          |  5 +++++
 dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild | 39 +++++++++++++++++++++++++++++++++
 3 files changed, 45 insertions(+)

diff --git a/dev-ruby/tiny_tds/Manifest b/dev-ruby/tiny_tds/Manifest
new file mode 100644
index 0000000..ed1a832
--- /dev/null
+++ b/dev-ruby/tiny_tds/Manifest
@@ -0,0 +1 @@
+DIST tiny_tds-1.0.2.gem 3336704 SHA256 ba01e85df1c9f1e38a845ebe796df59baaa98933cf7aaf3bfa7bcb574a58e80f SHA512 db588b19a0346c1b502cbdef7b9cd48dbc3578b14ebaa8d0a05c3640c11236e81c424ea05f0c6952baa5f73eeba446000b6d0062e6c708f326f3dbbf70efff9d WHIRLPOOL da041ab05714020f8b3c5a47b602b0fe307b187c22567f6b860ce3b0e5ae80b1ee278fb90cca7336705a0109c8794f9c60d2bf6ec6aa4aabfbd5e521ac9aa39e

diff --git a/dev-ruby/tiny_tds/metadata.xml b/dev-ruby/tiny_tds/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/tiny_tds/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>

diff --git a/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
new file mode 100644
index 0000000..552f42d
--- /dev/null
+++ b/dev-ruby/tiny_tds/tiny_tds-1.0.2.ebuild
@@ -0,0 +1,39 @@
+# 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"
+
+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"
+DEPEND+="dev-db/freetds"
+
+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 -Cext/tiny_tds
+	cp ext/tiny_tds/tiny_tds.so lib/tiny_tds/ || die
+}


             reply	other threads:[~2016-05-13  5:51 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-13  5:51 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-05-23 12:16 [gentoo-commits] dev/graaff:master commit in: dev-ruby/tiny_tds/ Hans de Graaff
2016-05-23 12:27 Hans de Graaff
2016-05-24  6:45 Hans de Graaff
2016-05-24  6:57 Hans de Graaff
2016-08-22 19:01 Hans de Graaff
2016-10-27  7:07 Hans de Graaff
2016-10-27  7:07 Hans de Graaff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1463118687.4ccb25d97bdc2c2b5cd35b6ce5a9c42cc771dd69.graaff@gentoo \
    --to=graaff@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox