From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/
Date: Wed, 19 Jul 2017 06:55:58 +0000 (UTC) [thread overview]
Message-ID: <1500443092.29a892f4c47ef9c50ab14d76d0b1e70aecf5f179.graaff@gentoo> (raw)
commit: 29a892f4c47ef9c50ab14d76d0b1e70aecf5f179
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 19 05:44:52 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 19 05:44:52 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a892f4
dev-ruby/spy: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-ruby/spy/Manifest | 2 --
dev-ruby/spy/spy-0.4.2.ebuild | 25 -------------------------
dev-ruby/spy/spy-0.4.3.ebuild | 25 -------------------------
3 files changed, 52 deletions(-)
diff --git a/dev-ruby/spy/Manifest b/dev-ruby/spy/Manifest
index fdde2f4b140..a86344ea507 100644
--- a/dev-ruby/spy/Manifest
+++ b/dev-ruby/spy/Manifest
@@ -1,3 +1 @@
-DIST spy-0.4.2.gem 32768 SHA256 6d53785192bf5628a566d6547eed2b78e58d791c9b897996306183c924fa96c3 SHA512 0c5dd93857c09b55b8e6f6fa8468deadcaf4bd0c5dbddcadb466eba1552996730a57e9e71eb91871dcdde64692b0fec2d683a1e88811cfada8495c5b03f78a8f WHIRLPOOL e27a35ed8192c16440b8f645133d917a542fc914c264f2c177a60ea0c0fd3b71a36060e65dd041d23b786397500c0b7d4f5ad36cb1992305923ed9733bde5f2b
-DIST spy-0.4.3.gem 32768 SHA256 24ada060ce2f66da4b9f68bdf90f94c1576f12dcb365f5730146db17cb8594fd SHA512 0c7a7e68f4e7907f7588bc2c3285903d40d7bcdaf3fbc5194d1e259b8ed53802f28ff66c5829b92debfb700f718aa1bb96cd94a561b2a143a41db0e9c3202469 WHIRLPOOL b9f0951e6204e05307beeb80e3c75f970d49dc29701b11808a5c9ecf9049442d95b1e88c9cfc1fdd30d3c28007a5df6728fbc4c709a2d719995c04b11ab02df2
DIST spy-0.4.5.gem 32768 SHA256 dd9c977a9106ec0385e85c294c537abb2bfab23155cf54066ffd11b2131a5567 SHA512 f006809cbe1118c3f629bff29dae141039d8ec098f6ce217907304d4ab159cdf1b357dc5008e84c44385bb48aea2c36a1b70c8db363d02403316792c7b4e211e WHIRLPOOL f12fc6282c2483b4c9c3e32dc91a58b2d6aac57ce8fc47346cf6a79b3964ed225a084383f50b0dcf337fe6834531c8c89dd9f1f9c79ccb39d7dee4fc234bdbac
diff --git a/dev-ruby/spy/spy-0.4.2.ebuild b/dev-ruby/spy/spy-0.4.2.ebuild
deleted file mode 100644
index 9dc674c7ba3..00000000000
--- a/dev-ruby/spy/spy-0.4.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A simple opinionated mocking framework"
-HOMEPAGE="https://github.com/ryanong/spy"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:0
- dev-ruby/pry )"
-
-all_ruby_prepare() {
- sed -i -e "/bundler/d" -e "/pry-nav/d" -e "/[Cc]overalls/d" Rakefile test/test_helper.rb || die
-}
diff --git a/dev-ruby/spy/spy-0.4.3.ebuild b/dev-ruby/spy/spy-0.4.3.ebuild
deleted file mode 100644
index 9dc674c7ba3..00000000000
--- a/dev-ruby/spy/spy-0.4.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_DOC="yard"
-RUBY_FAKEGEM_EXTRADOC="README.md CHANGELOG.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A simple opinionated mocking framework"
-HOMEPAGE="https://github.com/ryanong/spy"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? ( dev-ruby/minitest:0
- dev-ruby/pry )"
-
-all_ruby_prepare() {
- sed -i -e "/bundler/d" -e "/pry-nav/d" -e "/[Cc]overalls/d" Rakefile test/test_helper.rb || die
-}
next reply other threads:[~2017-07-19 6:56 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-07-19 6:55 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-12-27 9:36 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/spy/ Hans de Graaff
2023-12-27 9:36 Hans de Graaff
2023-06-23 19:04 Hans de Graaff
2023-06-06 13:40 Hans de Graaff
2023-03-25 7:12 Sam James
2022-10-08 6:26 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-04-22 6:55 Hans de Graaff
2022-02-09 6:04 Hans de Graaff
2021-11-25 9:09 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2021-11-22 19:11 Hans de Graaff
2020-09-26 7:20 Hans de Graaff
2020-07-27 2:09 Sam James
2020-07-25 8:53 Hans de Graaff
2019-11-04 18:34 Hans de Graaff
2019-01-19 17:04 Hans de Graaff
2018-12-22 5:54 Hans de Graaff
2018-07-05 18:38 Hans de Graaff
2017-07-19 6:55 Hans de Graaff
2016-07-28 6:06 Hans de Graaff
2016-04-16 5:59 Hans de Graaff
2016-03-17 0:34 Manuel Rüger
2016-01-17 20:59 Manuel Rüger
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=1500443092.29a892f4c47ef9c50ab14d76d0b1e70aecf5f179.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