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: Wed, 22 Feb 2017 05:47:13 +0000 (UTC)	[thread overview]
Message-ID: <1487741196.6e7d8c9fef3f0e17acc80347acba97c8edae85a1.graaff@gentoo> (raw)

commit:     6e7d8c9fef3f0e17acc80347acba97c8edae85a1
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 22 05:26:36 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb 22 05:26:36 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7d8c9f

dev-ruby/arel: add 8.0.0

Package-Manager: portage-2.3.3

 dev-ruby/arel/Manifest          |  1 +
 dev-ruby/arel/arel-8.0.0.ebuild | 33 +++++++++++++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-ruby/arel/Manifest b/dev-ruby/arel/Manifest
index 0c4653ea01..b43f7a2c04 100644
--- a/dev-ruby/arel/Manifest
+++ b/dev-ruby/arel/Manifest
@@ -1,3 +1,4 @@
 DIST arel-5.0.1.20140414130214.gem 52224 SHA256 c941f07bad89af26e8837c73d8a399b7777c721609f759eda015ed0081601636 SHA512 9f4c768712492ef8f7a938d89ce9c54c4e7c7ec2ff53ee52d5d12f0cefd7960895049f112b772864d034a4419acab91511173ddaab70a9f3d4027899af150011 WHIRLPOOL ebfae83108a1049dff2cdeb697c1c0514baa2ebdfbc0d885e586240397b33af8be8181268017a759fab9b7655992abceed844d80b91f8d85f8e9dfca98c3bc32
 DIST arel-6.0.3.tar.gz 52003 SHA256 476a51333ec8588213bbd91174af239d4910a68cd14a99de29d44ca5c24ec37a SHA512 8e04daacae0b07fd02c5623e86b87940e0d712e0ab7d85354d2ba8a9e0cc30d1549f128a39732d8dac5b83f3f77c1bfadb650b5726d1faf2bfeb64e0d51a8f04 WHIRLPOOL cae263da4bf2f3f869b3d658b0ced3f57349172f95ec05952ae6b2896704bc06c552814485ffcdc85d36f19ed68c386097e4b16c5317b05144b8176193896938
 DIST arel-7.1.4.tar.gz 58716 SHA256 ec4674cac0819f9baf406037b9f4a772126584083094786aeafb9bc6242c6bfd SHA512 5e67b582e4fef0c69db3f3364f322409b1041617e37d6ca806e242f5da65e140cca478e30cf5f99142f96fb3329ee070fdf0b4dd45b237a98883badbb97929a2 WHIRLPOOL 4554490780f136a50d523ffaaa3316aae08b48fb3def65f5401a6d913adc6f7fcac105d64e79175459dbc1f3e037e05a3656fa1c41117e1c5d65f5245b6a1978
+DIST arel-8.0.0.tar.gz 57781 SHA256 6d3f2167afb33243a45b705a9e3980f2eeee569605d7b017dea52f231cd3cbc5 SHA512 15b99910555a6b4641573f90a126ac3c7fa04e71885eefcafdc6d075ff2c7e733c08a880bfb523e99604f912e2850a607edb757501b46695fd5366e94d8057a6 WHIRLPOOL d53eafd07f21805d4633efa3b8888ce2dc91ae6531ed3d24ee3a4e951ca58cd5370f9574ba444f22e3d20875032608458566bd2d92c626c40f533ba6d9cde6e2

diff --git a/dev-ruby/arel/arel-8.0.0.ebuild b/dev-ruby/arel/arel-8.0.0.ebuild
new file mode 100644
index 0000000000..eb9ad33b95
--- /dev/null
+++ b/dev-ruby/arel/arel-8.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+USE_RUBY="ruby21 ruby22 ruby23 ruby24"
+
+RUBY_FAKEGEM_RECIPE_DOC="rdoc"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
+
+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).0"
+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
+}


             reply	other threads:[~2017-02-22  5:47 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-22  5:47 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
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-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=1487741196.6e7d8c9fef3f0e17acc80347acba97c8edae85a1.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