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/hashie/
Date: Wed,  1 Feb 2017 07:02:28 +0000 (UTC)	[thread overview]
Message-ID: <1485932519.16bc05edd9149189d86708ae541bca6b1e6289c8.graaff@gentoo> (raw)

commit:     16bc05edd9149189d86708ae541bca6b1e6289c8
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  1 06:29:04 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Feb  1 07:01:59 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16bc05ed

dev-ruby/hashie: add 3.5.1

Package-Manager: portage-2.3.3

 dev-ruby/hashie/Manifest            |  1 +
 dev-ruby/hashie/hashie-3.5.1.ebuild | 41 +++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index ce45d9f..b974449 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -1,3 +1,4 @@
 DIST hashie-2.1.2.gem 34816 SHA256 a9e1e4928bf4f5a5683ea9c7ef29e50fb93f72542f9a9550e205fe33a6568923 SHA512 6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac WHIRLPOOL 6b67c04ef9dc33a9ffdf25d14440bdd3ce621f1bde9b4eb806de63fa39edc76627f80d10435efc708fc48d24f1450046f33aceb20d76238a0cf8b67ddcf72e78
 DIST hashie-3.4.4.gem 60928 SHA256 9dd69627730107041421f453eebef585251a50f6ec2720de0bce2443736598e2 SHA512 340740fdab17f623afb8ae1c815b29749fe70e90dda35df23c8f95ac56af346ba6c06ecce92c6f369206882ab8398abde6716a8e53fabc7bc8ba4cf3832b84b8 WHIRLPOOL b8927da12798c85a73324d65a31d135073469a3d5bfabb16d9845896fb28085c4809000bcffc51976156e8d9738dd28c905d8485c1f502f7481c984df7792c3b
 DIST hashie-3.4.6.gem 62464 SHA256 92ad8b7a3d4eaea3b7c858070a2f4d1a6e1e4dd3072c26bce85f439429f8c9db SHA512 68782865411a21a32e8b81f5d1dd29cdd9e934ffe18a7222a9631df00275cb5ba6c6cfd8b87be510a0ec202e9286660c17e4ead6e35697bb15b8c72b30971797 WHIRLPOOL dce0a10fd45f0dad1c8d1efedc35070a58b490b1183353dc1ee4bcbdb0b0b179aef7fd790487dbaa14459a62de42698c9dcf561b698b5fac7148a5323231fa0f
+DIST hashie-3.5.1.gem 66048 SHA256 a68ec7d09a4fb9b34ee04bbbc4ab8b224296cf5404fba154414bc6c565545b61 SHA512 73025d479ec379a7afdea161208f66ae3b7a6c29ac3334fe31ce116edd40476432307950433dde40a86b8ef547313ec3d1ead495ff8425ea957dac3e4287f2f4 WHIRLPOOL 2ab07fc4645aed457b9ea7727b473c5cfecf66996f7e00d6a5f30906af598fa1848b9656b3cdaff5d9c85597d7bb05d3cc4e0355d2c18a05e0edb1aa89d4559a

diff --git a/dev-ruby/hashie/hashie-3.5.1.ebuild b/dev-ruby/hashie/hashie-3.5.1.ebuild
new file mode 100644
index 00000000..000f762
--- /dev/null
+++ b/dev-ruby/hashie/hashie-3.5.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby21 ruby22 ruby23"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hashie is a small collection of tools that make hashes more powerful"
+HOMEPAGE="https://www.mobomo.com/2009/11/hashie-the-hash-toolkit/"
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/activesupport )"
+
+all_ruby_prepare() {
+	# Remove bundler and fix one spec that depends on its requires
+	#rm Gemfile || die
+	sed -i -e '/[Bb]undler/d' Rakefile || die
+	sed -e '/pry/ s:^:#:' \
+		-e '1irequire "pathname"; require "tempfile"' -i spec/spec_helper.rb || die
+
+	# Avoid dependency on rspec-pending_for and its dependencies
+	sed -i -e '/pending_for/ s:^:#:' \
+		spec/spec_helper.rb \
+		spec/hashie/mash_spec.rb \
+		spec/hashie/extensions/strict_key_access_spec.rb || die
+
+	# Avoid circular dependency on omniauth
+	rm spec/integration/omniauth/integration_spec.rb || die
+}


             reply	other threads:[~2017-02-01  7:02 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-01  7:02 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-16  8:25 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashie/ Hans de Graaff
2024-01-07  7:49 Hans de Graaff
2023-07-11  8:13 Jakov Smolić
2023-06-23 20:03 Sam James
2023-06-23  9:38 Sam James
2023-04-08  8:42 Arthur Zamarin
2022-07-25  5:42 Hans de Graaff
2022-06-27  4:59 Hans de Graaff
2022-06-27  4:59 Hans de Graaff
2022-03-20  5:49 Hans de Graaff
2021-11-09  6:36 Hans de Graaff
2021-11-07  8:11 Hans de Graaff
2021-10-02 20:40 Sam James
2021-10-02 20:40 Sam James
2021-10-02 19:06 Sam James
2021-10-02 19:06 Sam James
2021-07-07  8:31 Hans de Graaff
2021-07-06  6:27 Hans de Graaff
2020-12-20 19:14 Sam James
2020-12-20 19:03 Sam James
2020-05-23 18:49 Hans de Graaff
2020-04-21 19:45 Sergei Trofimovich
2020-04-21 19:45 Sergei Trofimovich
2020-04-21 19:45 Sergei Trofimovich
2020-04-19 12:22 Sergei Trofimovich
2020-03-10  7:04 Hans de Graaff
2019-11-16  9:13 Hans de Graaff
2019-11-02  5:40 Hans de Graaff
2019-03-29  8:14 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2019-01-28 21:45 Hans de Graaff
2019-01-27 19:13 Hans de Graaff
2018-08-14  4:02 Hans de Graaff
2018-08-14  4:02 Hans de Graaff
2018-05-20  6:20 Hans de Graaff
2018-03-25 19:45 Sergei Trofimovich
2018-02-03 18:22 Hans de Graaff
2017-12-20  6:41 Hans de Graaff
2017-09-20  6:07 Hans de Graaff
2017-07-13  4:39 Hans de Graaff
2017-07-05  5:37 Hans de Graaff
2017-03-06  6:12 Hans de Graaff
2017-02-16  6:44 Hans de Graaff
2017-01-18  7:16 Hans de Graaff
2016-12-29 13:06 Hans de Graaff
2016-09-18  5:53 Hans de Graaff
2016-09-18  5:53 Hans de Graaff
2016-09-18  5:53 Hans de Graaff
2016-08-05 12:14 Hans de Graaff
2016-06-13  4:37 Richard Farina
2016-05-01  6:34 Hans de Graaff
2016-05-01  6:34 Hans de Graaff
2016-05-01  6:34 Hans de Graaff
2016-04-01  6:52 Hans de Graaff
2016-03-21 21:49 Manuel Rüger
2016-03-21 21:49 Manuel Rüger
2015-12-20 20:21 Hans de Graaff
2015-10-27  5:47 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=1485932519.16bc05edd9149189d86708ae541bca6b1e6289c8.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