From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mocha/
Date: Mon, 22 Jan 2018 19:26:43 +0000 (UTC) [thread overview]
Message-ID: <1516649181.5c9b1bd5c92e744ae821549c647166b5c0fe231c.graaff@gentoo> (raw)
commit: 5c9b1bd5c92e744ae821549c647166b5c0fe231c
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 19:19:52 2018 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 19:26:21 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c9b1bd5
dev-ruby/mocha: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-ruby/mocha/Manifest | 2 --
dev-ruby/mocha/mocha-1.2.0.ebuild | 36 ------------------------------------
dev-ruby/mocha/mocha-1.2.1.ebuild | 36 ------------------------------------
3 files changed, 74 deletions(-)
diff --git a/dev-ruby/mocha/Manifest b/dev-ruby/mocha/Manifest
index 219ffa22103..bd93f5b21a1 100644
--- a/dev-ruby/mocha/Manifest
+++ b/dev-ruby/mocha/Manifest
@@ -4,6 +4,4 @@ DIST mocha-0.12.10.gem 77312 BLAKE2B b71ddfa79149d33d7a5c21655e2bbd7b80aa1296c08
DIST mocha-0.13.3.gem 82432 BLAKE2B e5d8f495db5df3b51b2be9d294f2c9354de979d2547e1cb1d6e70cda4a36b0170cd934b3e17e8d3fa38d4a380a12ccdb49ddf2d34662dc0dc8029faae4463d8c SHA512 4c013565644d4b3af9bdc515c7b9b5be39c606c53d0b5da4569bd7c3fd98db3f2a7e6b88e566b32277c8e8d0ea6c83340e6afd1e80cdec0dfabd41e4fe5dbf27
DIST mocha-0.14.0.gem 82944 BLAKE2B 50a066e2f5007df08a7f76785fd4c2b12327b4969c11324a0574c707bea3219d51edb9ab40635378c16b46ad826ec7eff42434a27cd61113a6f40251fa2e6930 SHA512 918e45f2ee761c7dc399c7958e4d406f9e186c90f479fd01a421aa542944b47e9b2c5e938f4fc5292a7da345726447b2d47dc5f417e114201f8a4d9893c4d461
DIST mocha-1.1.0.gem 87552 BLAKE2B b09721474520b57472bc54eece8ea27f0172e49ffbf43802854c111632673d05f35931150fe83cf83862471b606c70e8667327f491d280f3cc3d059e752ff0b2 SHA512 5a07c8364ae649a6be821c4b61c349d79e1dbf1e574ed95b07848f5dae3a2860e2f2e06499fc15b8352ec2146f273cc40ee8e65e670214f0f0669b6eedf698bb
-DIST mocha-1.2.0.gem 90112 BLAKE2B afbf191380cb36b84dca7ceb9b1d638112797f64d9a8c03421123b5804313f322f542e94fc46b2057eb7ed87ae8dd9a974a27d0858e843449129bea24e39f895 SHA512 cedbbafb095ebc54b74cdb848d11acddaf44333c6f844282fc217906c551f1ec7f0d33bc881e1c410e59917bcfc0b2b7d15d8c549d56ef9c6663907d0d7c0a87
-DIST mocha-1.2.1.gem 90624 BLAKE2B 6c543c2e0d2f86cc6d4353308871486ad7a4e288e43d5c0c9f66159b021281ce964070a6857b3859729f3a3c367b79baeba542ec7d07a499884c5b03e2bd0a24 SHA512 318fc7275b7ef14b6839ce68beb4a6dcd2a06325bcc5e69d82bd6842dc39c78b8a09d6d06d36dbf0f43e59bbcf441be9a6b1d3037f0cbde25be9d04ae44b2aed
DIST mocha-1.3.0.gem 92160 BLAKE2B 10ffd1bd9b1ecb99555490b17451ae883986ef17856fb401165bb5239a2c07af2532b20bd62a5b1d8dbdeabda830c01179a025174b890be7ceff238fd9a67dad SHA512 a24de9129da65f6b37f06ad888fdb80ae987f51594980991a6ac3ffd23e9dafeedd7a2e758835f33f4de59e07b7c39449e3a49228159710bd87a3de7d3df6a3c
diff --git a/dev-ruby/mocha/mocha-1.2.0.ebuild b/dev-ruby/mocha/mocha-1.2.0.ebuild
deleted file mode 100644
index 49b6731baf9..00000000000
--- a/dev-ruby/mocha/mocha-1.2.0.ebuild
+++ /dev/null
@@ -1,36 +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 ruby23"
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/"
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
- test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' Rakefile || die
-}
-
-each_ruby_test() {
- export MOCHA_NO_DOCS=true
- each_fakegem_test
-}
diff --git a/dev-ruby/mocha/mocha-1.2.1.ebuild b/dev-ruby/mocha/mocha-1.2.1.ebuild
deleted file mode 100644
index cb3828914f5..00000000000
--- a/dev-ruby/mocha/mocha-1.2.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_TASK_TEST="test:units"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md RELEASE.md"
-
-RUBY_FAKEGEM_EXTRAINSTALL="init.rb"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Mocking and stubbing using a syntax like that of JMock and SchMock"
-HOMEPAGE="http://gofreerange.com/mocha/docs/"
-
-LICENSE="MIT"
-SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE=""
-
-ruby_add_bdepend "
- test? ( >=dev-ruby/test-unit-2.5.1-r1 dev-ruby/introspection )"
-
-ruby_add_rdepend "=dev-ruby/metaclass-0.0*"
-
-all_ruby_prepare() {
- sed -i -e '/[Bb]undler/ s:^:#:' -e '1iload "lib/mocha/version.rb"' Rakefile || die
-}
-
-each_ruby_test() {
- export MOCHA_NO_DOCS=true
- each_fakegem_test
-}
next reply other threads:[~2018-01-22 19:26 UTC|newest]
Thread overview: 154+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-22 19:26 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 6:57 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/mocha/ Hans de Graaff
2024-10-26 6:59 Hans de Graaff
2024-10-26 6:59 Hans de Graaff
2024-10-26 6:59 Hans de Graaff
2024-10-14 21:59 Sam James
2024-10-09 6:59 Arthur Zamarin
2024-10-06 13:54 Arthur Zamarin
2024-10-06 13:30 Arthur Zamarin
2024-10-06 13:30 Jakov Smolić
2024-10-06 11:52 Sam James
2024-07-25 4:38 Hans de Graaff
2024-07-25 4:38 Hans de Graaff
2024-07-24 6:01 Hans de Graaff
2024-07-23 5:29 Hans de Graaff
2024-07-19 9:52 Hans de Graaff
2024-07-17 5:57 Hans de Graaff
2024-06-17 5:25 Hans de Graaff
2024-06-01 7:30 Hans de Graaff
2024-06-01 7:04 Hans de Graaff
2024-05-25 15:10 Michał Górny
2024-05-25 15:10 Michał Górny
2024-05-18 8:33 Sam James
2024-05-18 8:33 Sam James
2024-05-18 8:33 Sam James
2024-05-18 8:33 Sam James
2024-05-18 8:08 Arthur Zamarin
2024-05-18 8:08 Arthur Zamarin
2024-05-18 8:08 Arthur Zamarin
2024-05-18 8:08 Arthur Zamarin
2024-05-18 8:05 Arthur Zamarin
2024-05-18 8:05 Arthur Zamarin
2024-05-18 8:05 Arthur Zamarin
2024-05-18 8:05 Arthur Zamarin
2024-05-18 6:02 Hans de Graaff
2024-05-18 5:42 Hans de Graaff
2024-05-18 5:42 Hans de Graaff
2024-04-12 9:19 Hans de Graaff
2024-01-02 7:05 Hans de Graaff
2023-12-05 18:25 Ionen Wolkens
2023-09-15 6:15 Hans de Graaff
2023-08-09 4:38 Hans de Graaff
2023-08-04 20:20 Arthur Zamarin
2023-07-24 10:05 Jakov Smolić
2023-06-12 2:27 Sam James
2023-04-07 11:25 Sam James
2023-04-07 4:14 Sam James
2023-04-07 4:14 Sam James
2023-04-07 4:14 Sam James
2023-03-29 0:57 Sam James
2023-03-28 23:41 Sam James
2023-03-28 22:15 Sam James
2023-03-28 21:50 Sam James
2022-12-11 6:27 Hans de Graaff
2022-11-22 18:16 Arthur Zamarin
2022-11-12 6:39 WANG Xuerui
2022-11-05 7:17 Hans de Graaff
2022-10-19 5:45 Hans de Graaff
2022-10-01 7:06 Hans de Graaff
2022-05-08 15:00 WANG Xuerui
2022-05-06 7:13 Hans de Graaff
2022-05-01 9:12 Hans de Graaff
2022-04-26 13:45 Sam James
2022-03-31 5:39 Hans de Graaff
2021-10-03 6:30 Hans de Graaff
2021-10-02 23:01 Sam James
2021-10-02 15:43 Sam James
2021-09-25 5:18 Agostino Sarubbo
2021-09-22 6:58 Agostino Sarubbo
2021-09-20 6:27 Agostino Sarubbo
2021-09-19 22:12 Sam James
2021-09-19 21:35 Agostino Sarubbo
2021-09-19 6:24 Hans de Graaff
2021-09-19 6:24 Hans de Graaff
2021-09-07 12:30 Marek Szuba
2021-08-11 14:29 Marek Szuba
2021-07-05 11:51 Hans de Graaff
2021-06-27 5:50 Hans de Graaff
2021-04-07 6:14 Hans de Graaff
2021-03-20 7:42 Hans de Graaff
2021-01-03 8:05 Hans de Graaff
2020-08-08 6:37 Hans de Graaff
2020-01-22 18:40 Hans de Graaff
2020-01-20 6:30 Hans de Graaff
2020-01-05 7:43 Hans de Graaff
2020-01-05 7:43 Hans de Graaff
2019-12-18 6:50 Hans de Graaff
2019-12-13 9:20 Hans de Graaff
2019-12-05 7:38 Hans de Graaff
2019-12-03 6:59 Hans de Graaff
2019-12-03 6:59 Hans de Graaff
2019-06-28 20:49 Sergei Trofimovich
2019-06-18 5:07 Hans de Graaff
2019-06-05 7:28 Agostino Sarubbo
2019-05-23 13:13 Mikle Kolyada
2019-05-18 5:36 Hans de Graaff
2019-05-07 20:14 Tobias Klausmann
2019-04-29 19:49 Sergei Trofimovich
2019-04-29 8:51 Sergei Trofimovich
2019-04-29 8:49 Sergei Trofimovich
2019-04-29 5:32 Hans de Graaff
2019-04-28 20:59 Sergei Trofimovich
2019-04-28 20:34 Thomas Deutschmann
2019-02-01 11:01 Hans de Graaff
2019-01-16 7:24 Hans de Graaff
2019-01-09 8:07 Hans de Graaff
2018-12-12 10:11 Hans de Graaff
2018-11-23 9:11 Hans de Graaff
2018-11-23 9:11 Hans de Graaff
2018-08-10 5:45 Hans de Graaff
2018-07-30 21:50 Sergei Trofimovich
2018-07-24 5:41 Hans de Graaff
2018-06-19 14:32 Tobias Klausmann
2018-05-30 16:30 Markus Meier
2018-05-25 23:58 Thomas Deutschmann
2018-05-24 4:57 Hans de Graaff
2018-05-23 7:28 Sergei Trofimovich
2018-05-21 7:26 Hans de Graaff
2018-04-19 4:36 Hans de Graaff
2018-04-07 4:49 Hans de Graaff
2018-03-27 5:48 Hans de Graaff
2018-03-22 6:50 Hans de Graaff
2018-02-24 8:49 Hans de Graaff
2018-01-22 19:26 Hans de Graaff
2017-11-26 14:17 Hans de Graaff
2017-08-25 6:09 Hans de Graaff
2017-06-30 12:47 Alexis Ballier
2017-06-30 12:47 Alexis Ballier
2017-06-29 5:19 Hans de Graaff
2017-05-07 9:44 Hans de Graaff
2017-02-21 7:29 Hans de Graaff
2017-01-05 7:04 Hans de Graaff
2016-11-27 8:29 Hans de Graaff
2016-11-25 10:10 Hans de Graaff
2016-11-06 15:25 Hans de Graaff
2016-10-16 5:10 Hans de Graaff
2016-10-11 5:16 Hans de Graaff
2016-10-02 8:34 Jeroen Roovers
2016-10-02 8:31 Jeroen Roovers
2016-09-22 9:15 Tobias Klausmann
2016-09-22 9:14 Tobias Klausmann
2016-08-14 19:28 Markus Meier
2016-08-14 19:27 Markus Meier
2016-07-21 19:38 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-07-10 19:00 Hans de Graaff
2016-03-28 10:21 Hans de Graaff
2016-03-22 21:53 Manuel Rüger
2016-03-21 16:44 Hans de Graaff
2016-03-18 6:38 Hans de Graaff
2016-03-18 6:38 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=1516649181.5c9b1bd5c92e744ae821549c647166b5c0fe231c.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