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/arel/
Date: Fri,  9 Oct 2015 06:08:01 +0000 (UTC)	[thread overview]
Message-ID: <1444370878.d5d6aa1220fe3a54ce6f97d6f40c00ec093f0846.graaff@gentoo> (raw)

commit:     d5d6aa1220fe3a54ce6f97d6f40c00ec093f0846
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Oct  9 06:07:37 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Oct  9 06:07:58 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d6aa12

dev-ruby/arel: add 6.0.3

Package-Manager: portage-2.2.20.1

 dev-ruby/arel/Manifest          |  1 +
 dev-ruby/arel/arel-6.0.3.ebuild | 38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/arel/Manifest b/dev-ruby/arel/Manifest
index 5ee021d..51b7428 100644
--- a/dev-ruby/arel/Manifest
+++ b/dev-ruby/arel/Manifest
@@ -2,3 +2,4 @@ DIST arel-3.0.3.gem 48128 SHA256 c0006e2169deee3b8cc2d258296388822eeb2db59832450
 DIST arel-4.0.2.gem 52736 SHA256 eddf4c7794df8ba2673e0d0f35e3f7b064f346c6f5be098a36e293e5c9c53a26 SHA512 dd7293388d99115c0511c9ece52adeb0fb0f9fbf5178d42e7fa54e1d2de4ef8ee0dae11be605851276591e540225fd96c9f50773e2a475db198c12bcb0bda8f5 WHIRLPOOL bf0c550b77efaff501bbea9eb3312aadfb0838d0e6e0c8f3bf2019d2499618bf5cbe2f4b754778b659d20db788f61d2158af3867282b50285fd73bfa2daeccf7
 DIST arel-5.0.1.20140414130214.gem 52224 SHA256 c941f07bad89af26e8837c73d8a399b7777c721609f759eda015ed0081601636 SHA512 9f4c768712492ef8f7a938d89ce9c54c4e7c7ec2ff53ee52d5d12f0cefd7960895049f112b772864d034a4419acab91511173ddaab70a9f3d4027899af150011 WHIRLPOOL ebfae83108a1049dff2cdeb697c1c0514baa2ebdfbc0d885e586240397b33af8be8181268017a759fab9b7655992abceed844d80b91f8d85f8e9dfca98c3bc32
 DIST arel-6.0.2.tar.gz 51951 SHA256 5bb34a5dd4257a6f05b31f565db9c370df302f053ac42a63ea3f997fe8c593a3 SHA512 b7ad77a32b88296a2fe7b52ffbcfb2d5e7deb32c2dd02286a3c25563a565d323efa82a38047515f6e5bd9f99b5476f5aaeb2198f8213f5bb818dcf041817de90 WHIRLPOOL c27b868404e8dcee11ac24b5bed05052e8ab16b66eba0379a319e2a13f40b5f008994fbad599099e112a72fe2c54d157e8445ed0f27b9a089971e5bf769b0b8c
+DIST arel-6.0.3.tar.gz 52003 SHA256 476a51333ec8588213bbd91174af239d4910a68cd14a99de29d44ca5c24ec37a SHA512 8e04daacae0b07fd02c5623e86b87940e0d712e0ab7d85354d2ba8a9e0cc30d1549f128a39732d8dac5b83f3f77c1bfadb650b5726d1faf2bfeb64e0d51a8f04 WHIRLPOOL cae263da4bf2f3f869b3d658b0ced3f57349172f95ec05952ae6b2896704bc06c552814485ffcdc85d36f19ed68c386097e4b16c5317b05144b8176193896938

diff --git a/dev-ruby/arel/arel-6.0.3.ebuild b/dev-ruby/arel/arel-6.0.3.ebuild
new file mode 100644
index 0000000..9b31ccd
--- /dev/null
+++ b/dev-ruby/arel/arel-6.0.3.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby19 ruby20 ruby21 ruby22"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.markdown"
+
+RUBY_FAKEGEM_GEMSPEC="arel.gemspec"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Arel is a Relational Algebra for Ruby"
+HOMEPAGE="https://github.com/rails/arel"
+SRC_URI="https://github.com/rails/arel/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+	test? (
+		dev-ruby/test-unit:2
+		>=dev-ruby/minitest-5.4:5
+	)"
+
+all_ruby_prepare() {
+	sed -i -e "/[Bb]undler/d" \
+		-e '/specname/,$ s:^:#:' Rakefile || die
+
+	# Fix tests by providing an engine.
+	sed -i -e '591 s/new/new Table.engine/' \
+		-e '606 s/new/new Table.engine/' \
+		test/test_select_manager.rb || die
+}


             reply	other threads:[~2015-10-09  6:08 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-09  6:08 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-20  5:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/arel/ Hans de Graaff
2020-05-05  8:06 Hans de Graaff
2019-11-30  7:53 Hans de Graaff
2019-05-13 16:51 Mikle Kolyada
2019-02-03 10:49 Hans de Graaff
2018-06-16  6:12 Hans de Graaff
2018-05-03  5:21 Hans de Graaff
2018-01-10  6:40 Hans de Graaff
2017-11-15  6:09 Hans de Graaff
2017-11-15  6:09 Hans de Graaff
2017-07-12 18:40 Alexis Ballier
2017-07-04  5:00 Hans de Graaff
2017-02-22  5:47 Hans de Graaff
2017-02-22  5:47 Hans de Graaff
2017-02-22  5:47 Hans de Graaff
2016-11-06  6:58 Hans de Graaff
2016-10-10  5:18 Hans de Graaff
2016-10-08  5:49 Hans de Graaff
2016-09-14  5:18 Hans de Graaff
2016-07-28  6:06 Hans de Graaff
2016-07-28  6:06 Hans de Graaff
2016-07-20  5:08 Hans de Graaff
2016-04-10 12:55 Manuel Rüger
2015-12-20 19:40 Hans de Graaff
2015-10-09  6:08 Hans de Graaff
2015-09-20  6:31 Hans de Graaff
2015-08-28  5:33 Hans de Graaff
2015-08-28  5:33 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=1444370878.d5d6aa1220fe3a54ce6f97d6f40c00ec093f0846.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