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] repo/gentoo:master commit in: dev-ruby/mysql2/
Date: Fri, 11 Aug 2017 05:16:27 +0000 (UTC)	[thread overview]
Message-ID: <1502428062.f071a2ef78af7b9064f49501baa2b567e1458755.graaff@gentoo> (raw)

commit:     f071a2ef78af7b9064f49501baa2b567e1458755
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 05:07:42 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 05:07:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f071a2ef

dev-ruby/mysql2: add 0.4.9

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ruby/mysql2/Manifest            |  1 +
 dev-ruby/mysql2/mysql2-0.4.9.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-ruby/mysql2/Manifest b/dev-ruby/mysql2/Manifest
index 42eb54bd9d3..f0f86a1acb8 100644
--- a/dev-ruby/mysql2/Manifest
+++ b/dev-ruby/mysql2/Manifest
@@ -2,3 +2,4 @@ DIST mysql2-0.3.21.gem 52736 SHA256 a57073880bd81e4962be109d56226a8f397f70fc9119
 DIST mysql2-0.4.6.gem 76288 SHA256 6fd9c4646b409388c6007fed258363d0d4d4e836d25e4cb11c5a6feaf6b4f1a2 SHA512 dbaa8f343dc27fcebae0c57f5fe1cd20bb4f0e8a07371d6006532dfafef6a1de3d0b2c4e2f872c0358c30223cd9da6fc27f365d57323cf7f1ba49da1a2a7b466 WHIRLPOOL 7da459af346033e6105557eddc886bb7f8d8b52211c1cbe1a82dba8b15036e3f36afc9f2e3938a4a6d877140af2941e621be7d536528c9653f8eb8eec2bd5bcd
 DIST mysql2-0.4.7.gem 77312 SHA256 2601394c40b6f479e108c6c5e0686a9f8024b46f6b2931f7e78862b54f47d9bc SHA512 44f48a7c55998f58d57772fd1c98ad1c2ae586a3d4f4f392d7cac68b6990466bd130deefc3a16f91f30b2e9fc95ca2f25bbcd1a0ffe300866ac5a0298c6672b1 WHIRLPOOL bf8d7635278b2744da231ec2764d66047a0316352111a6b7ddde86f42249c2731461cc0bdafc1e4feb9cac10453305766dd529a5fe18573221a00cbb8e274d62
 DIST mysql2-0.4.8.gem 77312 SHA256 a2042371c6bdda5351f0cc4cfd96adad04856207173ab3fd8fdc333c349c26ed SHA512 f40ba8fdc49365eb6c7e903d20e518c5548e11878ffa00f254f4d5b2b5590fa1b042eb37b6395841326b0ec49cfd94df0565a90312a591c511079e0f57367496 WHIRLPOOL c70549a8e3f5882e8307f9cac93bdb9bb6151fed61f57f5c7c29072fc8ab050730a89ff0381f148f577118b0c2e802696c69b28b44562364303e0950fd095e49
+DIST mysql2-0.4.9.gem 77312 SHA256 8af8b3d3b5aa33d8a686a1caa1f8acd9298cbeb40b09f8c2475a6ecf90b1a622 SHA512 3f1fea453bc5d5f81ff72c2d7fe4811241db9eb34baf17256f45d44edbb4d3dc990b1eb800ebd99583e7bd8f887ecc255a5dfe78247bec41e91285897b4e5247 WHIRLPOOL 3e04820a15197368a17cbf5ecc47534a33cbdc9b3a4b5e0c5993e2c339e59d7dd667056339d23137958f57ae3f8d847c84fcbb352fcbb9c6d6528c7704ed9fb0

diff --git a/dev-ruby/mysql2/mysql2-0.4.9.ebuild b/dev-ruby/mysql2/mysql2-0.4.9.ebuild
new file mode 100644
index 00000000000..f6bbc3ed03e
--- /dev/null
+++ b/dev-ruby/mysql2/mysql2-0.4.9.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+# Tests require a live MySQL database but should all pass.
+RUBY_FAKEGEM_TASK_TEST=""
+
+RUBY_FAKEGEM_TASK_DOC=""
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+inherit multilib ruby-fakegem
+
+DESCRIPTION="A modern, simple and very fast Mysql library for Ruby - binding to libmysql"
+HOMEPAGE="https://github.com/brianmario/mysql2"
+
+LICENSE="MIT"
+SLOT="0.4"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="${DEPEND} virtual/libmysqlclient"
+RDEPEND="${RDEPEND} virtual/libmysqlclient:="
+
+each_ruby_configure() {
+	${RUBY} -Cext/mysql2 extconf.rb --with-mysql-config "${EPREFIX}/usr/bin/mysqlconfig" || die
+}
+
+each_ruby_compile() {
+	emake V=1 -Cext/mysql2
+	cp ext/mysql2/mysql2$(get_modname) lib/mysql2/ || die
+}


             reply	other threads:[~2017-08-11  5:16 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-11  5:16 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-02-09  7:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mysql2/ Hans de Graaff
2024-01-21  8:41 Hans de Graaff
2023-09-16  9:27 Sam James
2023-03-28 22:54 Sam James
2023-01-23  7:17 Hans de Graaff
2023-01-23  7:17 Hans de Graaff
2022-05-04  5:26 Hans de Graaff
2022-05-01  9:12 Hans de Graaff
2021-11-08  5:43 Hans de Graaff
2021-11-08  2:51 Yixun Lan
2021-11-07 12:06 Hans de Graaff
2021-09-18  7:59 Hans de Graaff
2021-09-18  7:59 Hans de Graaff
2021-02-13  9:51 Hans de Graaff
2020-09-16  6:18 Hans de Graaff
2020-08-08  5:49 Hans de Graaff
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-04-20 17:05 Sergei Trofimovich
2020-02-27  6:05 Hans de Graaff
2020-02-27  6:05 Hans de Graaff
2019-11-28  6:18 Hans de Graaff
2019-08-28 11:17 Thomas Deutschmann
2019-08-24 10:30 Thomas Deutschmann
2019-05-13 16:46 Mikle Kolyada
2019-04-11  6:49 Hans de Graaff
2019-01-31  7:35 Hans de Graaff
2018-07-27  5:22 Hans de Graaff
2018-07-27  5:22 Hans de Graaff
2018-07-24  9:25 Hans de Graaff
2018-07-08  3:36 Hans de Graaff
2018-04-13  6:20 Hans de Graaff
2018-03-21  6:41 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2018-02-04 15:15 Hans de Graaff
2017-11-16  7:05 Hans de Graaff
2017-11-16  7:05 Hans de Graaff
2017-07-11  5:04 Hans de Graaff
2017-07-11  5:04 Hans de Graaff
2017-07-03  5:35 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-05-05  5:11 Hans de Graaff
2017-05-05  5:11 Hans de Graaff
2016-10-23  5:40 Hans de Graaff
2016-10-23  5:40 Hans de Graaff
2016-04-19 21:45 Manuel Rüger
2016-04-19 21:45 Manuel Rüger
2016-03-24  6:17 Hans de Graaff
2016-03-24  6:17 Hans de Graaff
2016-02-24 21:22 Manuel Rüger
2016-02-24 21:22 Manuel Rüger
2015-11-26  7:13 Hans de Graaff
2015-10-04  9:00 Hans de Graaff
2015-10-04  9:00 Hans de Graaff
2015-09-16 19:50 Manuel Rüger
2015-09-12  0:29 Manuel Rüger
2015-08-26  5:59 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=1502428062.f071a2ef78af7b9064f49501baa2b567e1458755.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