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: Sun, 18 Sep 2016 05:53:22 +0000 (UTC)	[thread overview]
Message-ID: <1474177691.fc877bfa3e7d2c70dd601a4c2fa989c424382978.graaff@gentoo> (raw)

commit:     fc877bfa3e7d2c70dd601a4c2fa989c424382978
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 05:48:11 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 05:48:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc877bfa

dev-ruby/hashie: cleanup

Package-Manager: portage-2.2.28

 dev-ruby/hashie/Manifest            |  1 -
 dev-ruby/hashie/hashie-3.4.3.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index e4d3b55..1de700f 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -1,3 +1,2 @@
 DIST hashie-2.1.2.gem 34816 SHA256 a9e1e4928bf4f5a5683ea9c7ef29e50fb93f72542f9a9550e205fe33a6568923 SHA512 6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac WHIRLPOOL 6b67c04ef9dc33a9ffdf25d14440bdd3ce621f1bde9b4eb806de63fa39edc76627f80d10435efc708fc48d24f1450046f33aceb20d76238a0cf8b67ddcf72e78
-DIST hashie-3.4.3.gem 58880 SHA256 29213491e9f74158b9a7ec0806b3698039357209a6b24553cfd767f6418365c7 SHA512 1a9f3169308e99559c67e021f0d4174618fd6e4cb6a53b4c7889b609ea32e2d7cde7216de2e3d485f496fa73491702e3af81b6875071b35ecfe5609d925225f7 WHIRLPOOL 09ab898ad08a975c69beb12bf2154c20d9ca00b698610101497705370f17c66f7d389b55b92378c83b02d53f3218351c3ccca119c8df5f80ce199dd7acb08722
 DIST hashie-3.4.4.gem 60928 SHA256 9dd69627730107041421f453eebef585251a50f6ec2720de0bce2443736598e2 SHA512 340740fdab17f623afb8ae1c815b29749fe70e90dda35df23c8f95ac56af346ba6c06ecce92c6f369206882ab8398abde6716a8e53fabc7bc8ba4cf3832b84b8 WHIRLPOOL b8927da12798c85a73324d65a31d135073469a3d5bfabb16d9845896fb28085c4809000bcffc51976156e8d9738dd28c905d8485c1f502f7481c984df7792c3b

diff --git a/dev-ruby/hashie/hashie-3.4.3.ebuild b/dev-ruby/hashie/hashie-3.4.3.ebuild
deleted file mode 100644
index e7d1a53..00000000
--- a/dev-ruby/hashie/hashie-3.4.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21 ruby22"
-
-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="http://intridea.com/posts/hashie-the-hash-toolkit"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~ppc ~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:^:#:' -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
-}


             reply	other threads:[~2016-09-18  5:53 UTC|newest]

Thread overview: 60+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-18  5:53 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-04-14  5:55 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashie/ Hans de Graaff
2024-11-16  8:25 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-02-01  7:02 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-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=1474177691.fc877bfa3e7d2c70dd601a4c2fa989c424382978.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