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: Sat, 16 Nov 2019 09:13:57 +0000 (UTC)	[thread overview]
Message-ID: <1573895628.646afa59c5552bc7dcbcb0693629a45fd1839067.graaff@gentoo> (raw)

commit:     646afa59c5552bc7dcbcb0693629a45fd1839067
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 07:57:58 2019 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 09:13:48 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646afa59

dev-ruby/hashie: cleanup

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/hashie/Manifest            |  1 -
 dev-ruby/hashie/hashie-3.5.7.ebuild | 40 -------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-ruby/hashie/Manifest b/dev-ruby/hashie/Manifest
index c92bfaf3793..09dd48ea2d8 100644
--- a/dev-ruby/hashie/Manifest
+++ b/dev-ruby/hashie/Manifest
@@ -1,4 +1,3 @@
 DIST hashie-2.1.2.gem 34816 BLAKE2B 7406fece6c731f62ab8b73095b6c61d4d79cc3811ba20db68d2d6c54a780e8b37ce92ffa97ddc6c9ae2b802fbdbb04cc0d9c752761c9032739f3548f05696757 SHA512 6f72998710da58a2584939b4e74a114ae54168902020dc16ec5ea0422a91316b84aa6835fffb36a2985634f24ff5b0d01bcdb50134a414a269a4881ebcd728ac
-DIST hashie-3.5.7.gem 71680 BLAKE2B 8f03e190cf299f3597e0fe1b991fd07e00af0ecff757ef56648f97e8a3091a1445441d4e00f59c9b93d5db0d21636d9e5352175e49692f7b28a5612c87da9163 SHA512 c7ae610de5fe9b19a724068c26c184b44f951b29b56e3c5240074a372ad24d0ea70e39541812cbd82d5516d9e00e86a33d935b90e086b7db305b9b34b8f44f23
 DIST hashie-3.6.0.gem 74752 BLAKE2B b689843d30001dd7eaa09d62ab908d60e76128df66055283ccf0770830e5901b4e792c4bebd2cad8bb6d5e97a23016aee0d0114f2fb0f7ace8ebd722b8941020 SHA512 7b5355a2b93267d6b7c63608aeac4bb7d21f32a982e2c59771d5a791f9a0c921d11e1b4a185067447917315ce98f8cc5f2b48a31efec3068fb1f1ec0e4386e15
 DIST hashie-4.0.0.tar.gz 82096 BLAKE2B d2fa4f208e4bb08a15c7c14208fef368ea5653e556045378ead94b7002250a798637fede4f8438238111946a4393794828f88d19b7f8c733500d745a361049cf SHA512 b26b80a0b981fa534d17b20a7a2dfad82487950f94bf38d62129aa7af4de7875e1fd9519fae30c13d16a92e041033fe6f80978fd30014a571503650ee73ca549

diff --git a/dev-ruby/hashie/hashie-3.5.7.ebuild b/dev-ruby/hashie/hashie-3.5.7.ebuild
deleted file mode 100644
index 813f325a39b..00000000000
--- a/dev-ruby/hashie/hashie-3.5.7.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_RUBY="ruby23 ruby24 ruby25"
-
-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 ~arm64 ~hppa ~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:^:#:' \
-		-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 integration specs to avoid complicated dependencies
-	rm spec/integration/{omniauth*,rails}/integration_spec.rb || die
-}


             reply	other threads:[~2019-11-16  9:14 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-16  9:13 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-07  7:49 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/hashie/ 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-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-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=1573895628.646afa59c5552bc7dcbcb0693629a45fd1839067.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