From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakefs/
Date: Fri, 15 Mar 2019 06:39:53 +0000 (UTC) [thread overview]
Message-ID: <1552631966.fb082c31c4a13587ee3a415d332aa7efde516d11.graaff@gentoo> (raw)
commit: fb082c31c4a13587ee3a415d332aa7efde516d11
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 06:23:08 2019 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 06:39:26 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb082c31
dev-ruby/fakefs: cleanup
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
dev-ruby/fakefs/Manifest | 2 --
dev-ruby/fakefs/fakefs-0.17.0.ebuild | 43 ------------------------------------
dev-ruby/fakefs/fakefs-0.18.0.ebuild | 43 ------------------------------------
3 files changed, 88 deletions(-)
diff --git a/dev-ruby/fakefs/Manifest b/dev-ruby/fakefs/Manifest
index 150f3a1ef05..08d2dd677cf 100644
--- a/dev-ruby/fakefs/Manifest
+++ b/dev-ruby/fakefs/Manifest
@@ -1,6 +1,4 @@
DIST fakefs-0.11.3.tar.gz 44888 BLAKE2B 498dbcbe12389f27b6c6776425910f91ccc45ff85db1fa59e4fef8635dc9923294dbc979df2d10846d1435e81ee6d622190d3195399a4778d00bd4446edd2571 SHA512 9c9e18337d3c461fe4b5a4e6ede17cd840959147e66a57eb61fa203d8ba95d5655885d3e5b776ecb3a1cee93488dc711d1b2bd28df23bc131195e311229c329d
-DIST fakefs-0.17.0.tar.gz 48156 BLAKE2B 0d05def00b527fb0d510ea73d6c39ac9025f5d2e79b04055ef4e7c9250152f9c7a339f2566765da5a406c3c0c561252a70d44da13fdf3b042e58e60275e7465f SHA512 3e63a439a2d9e3898c50453e062808110128d5bcae148d90751e72a2a1ba528e00e4cf1511b4cef3c3fb37b8dcfca038289bef35eaeccc1f766aeb2984530203
-DIST fakefs-0.18.0.tar.gz 49625 BLAKE2B 2b6a93c307df8e8ca50b8f669daf6d662f5798f456ef69c3841249dd7874fb026b1b78ab47db2b3648396b93915e569c529c5339ed73bcacf7f563210a8c1458 SHA512 3a693a0e6338dad0e91fc5176c390d2f1153d093ead1750d084434392d79a8d9ca22c94ba90adadf5ab3931f5b760c32144668f7791f959d442452116165936f
DIST fakefs-0.18.1.tar.gz 50861 BLAKE2B 71d2a8d34874e42f5fe827d0377ef9996f67f96b6c2b0a194f71c8597b9f145b4b762424fea4727e21a7261387ca43f783a67ed3250fa41cfb395ecc9b51cb6a SHA512 1cb11fc384615b9fde03c318463220abd76ca4043038cdb1a74f7cd94ed5c23cb6cb8ce47b40fe145cf8db7707fb10df1357d6f09b4e918b05948ed5b807ed27
DIST fakefs-0.19.0.tar.gz 52718 BLAKE2B aba7cedf9dd2f365365b5785ac390b82e1d743eab0ecb13aa4a661ebda099b01a1db3e59003a52b6d5ed404927024d13fd767f3f4c00eb1f3094b84d74614860 SHA512 ba3a24854e1751ed454bc0b5243fd4618092cc7e3606371f48f96ba81571de3e5cb33f95360b0eb549b2efc6fd21fe7ad272082dc0b7559e375551a8922ea2cb
DIST fakefs-0.19.2.tar.gz 53405 BLAKE2B c9841f7f2aee5135d149187d03f7f3034d3c6cbce6d33d3710fcdbd936b4599561c857dfac81f13262da6f067a843d0c3159abca0e8be7f77c95ff20e8bd123a SHA512 e27eedff44c3ff556b0e7a22e434205e54847a6f6b03a8ab7604c2f2e9abf8be7d5b8d29bd51e24cc032dfb3aaf7940060c3dae5532b0921e363d2213b12ed90
diff --git a/dev-ruby/fakefs/fakefs-0.17.0.ebuild b/dev-ruby/fakefs/fakefs-0.17.0.ebuild
deleted file mode 100644
index 0190df16641..00000000000
--- a/dev-ruby/fakefs/fakefs-0.17.0.ebuild
+++ /dev/null
@@ -1,43 +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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A fake filesystem. Use it in your tests"
-HOMEPAGE="https://github.com/defunkt/fakefs"
-SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rspec-3.1:3
- >=dev-ruby/minitest-5.5
- )"
-
-all_ruby_prepare() {
- # Remove bundler
- rm Gemfile || die
-
- # Avoid unneeded minitest-rg dependency.
- sed -i -e '1igem "minitest", "~>5.5"' \
- -e '/bundler/ s:^:#:' \
- -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
- RSPEC_VERSION=3 ruby-ng_rspec
- ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/fakefs/fakefs-0.18.0.ebuild b/dev-ruby/fakefs/fakefs-0.18.0.ebuild
deleted file mode 100644
index 0190df16641..00000000000
--- a/dev-ruby/fakefs/fakefs-0.18.0.ebuild
+++ /dev/null
@@ -1,43 +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="none"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="CONTRIBUTORS README.md"
-
-inherit ruby-fakegem eutils
-
-DESCRIPTION="A fake filesystem. Use it in your tests"
-HOMEPAGE="https://github.com/defunkt/fakefs"
-SRC_URI="https://github.com/defunkt/fakefs/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "
- test? (
- >=dev-ruby/rspec-3.1:3
- >=dev-ruby/minitest-5.5
- )"
-
-all_ruby_prepare() {
- # Remove bundler
- rm Gemfile || die
-
- # Avoid unneeded minitest-rg dependency.
- sed -i -e '1igem "minitest", "~>5.5"' \
- -e '/bundler/ s:^:#:' \
- -e '/minitest\/rg/ s:^:#:' test/test_helper.rb || die
-}
-
-each_ruby_test() {
- RSPEC_VERSION=3 ruby-ng_rspec
- ${RUBY} -Ilib:.:test -e 'Dir["test/**/*_test.rb"].each{|f| require f}' || die
-}
next reply other threads:[~2019-03-15 6:39 UTC|newest]
Thread overview: 102+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-15 6:39 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-02 7:00 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/fakefs/ Hans de Graaff
2024-06-02 7:00 Hans de Graaff
2024-03-08 8:09 Hans de Graaff
2023-08-24 18:05 Arthur Zamarin
2023-08-21 5:58 Sam James
2023-07-24 13:39 Arthur Zamarin
2023-07-24 12:32 Jakov Smolić
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-06-17 5:31 Hans de Graaff
2023-04-07 7:37 Hans de Graaff
2023-04-07 6:34 Hans de Graaff
2023-03-28 23:39 Sam James
2023-03-28 23:39 Sam James
2023-03-28 22:13 Sam James
2023-03-27 8:35 Sam James
2022-12-24 15:00 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-07 18:43 Sam James
2022-12-07 17:54 Sam James
2022-12-07 17:54 Sam James
2022-12-07 17:51 Sam James
2022-12-07 17:51 Sam James
2021-11-21 6:58 Hans de Graaff
2021-11-21 4:58 Arthur Zamarin
2021-11-17 9:02 Arthur Zamarin
2021-11-17 9:02 Arthur Zamarin
2021-11-09 21:49 Jakov Smolić
2021-11-09 14:16 Jakov Smolić
2021-10-09 7:27 Hans de Graaff
2021-07-06 6:27 Hans de Graaff
2020-12-08 7:43 Hans de Graaff
2020-08-21 8:36 Hans de Graaff
2020-06-09 17:07 Sergei Trofimovich
2020-06-07 7:36 Hans de Graaff
2020-04-20 5:04 Hans de Graaff
2020-03-31 15:41 Hans de Graaff
2020-01-11 7:41 Hans de Graaff
2019-05-24 7:06 Hans de Graaff
2019-05-23 13:13 Mikle Kolyada
2019-05-13 0:38 Thomas Deutschmann
2019-05-07 8:46 Tobias Klausmann
2019-05-04 6:50 Hans de Graaff
2019-04-17 11:54 Mikle Kolyada
2019-04-11 18:29 Hans de Graaff
2019-03-15 6:39 Hans de Graaff
2019-02-22 6:19 Hans de Graaff
2019-02-10 11:07 Hans de Graaff
2019-01-17 5:26 Hans de Graaff
2019-01-17 5:26 Hans de Graaff
2018-08-06 5:31 Hans de Graaff
2018-07-30 5:48 Hans de Graaff
2018-07-20 4:43 Hans de Graaff
2018-07-09 4:09 Hans de Graaff
2018-06-01 4:13 Hans de Graaff
2018-06-01 4:13 Hans de Graaff
2018-05-17 4:57 Hans de Graaff
2018-04-26 4:57 Hans de Graaff
2018-04-26 4:21 Matt Turner
2018-04-15 5:38 Hans de Graaff
2018-04-11 5:50 Hans de Graaff
2018-04-08 22:11 Matt Turner
2018-03-25 17:18 Markus Meier
2018-02-28 5:27 Hans de Graaff
2018-02-25 6:47 Hans de Graaff
2018-01-15 7:26 Hans de Graaff
2018-01-04 7:31 Hans de Graaff
2018-01-04 7:31 Hans de Graaff
2017-11-26 10:02 Hans de Graaff
2017-10-10 4:24 Hans de Graaff
2017-10-10 4:24 Hans de Graaff
2017-09-14 4:56 Hans de Graaff
2017-08-23 6:14 Hans de Graaff
2017-08-14 19:42 Hans de Graaff
2017-07-18 4:28 Markus Meier
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-17 18:16 Hans de Graaff
2017-07-07 14:50 Agostino Sarubbo
2017-06-30 11:10 Agostino Sarubbo
2017-06-26 20:18 Tobias Klausmann
2017-06-23 8:33 Agostino Sarubbo
2017-05-30 4:51 Hans de Graaff
2017-04-09 5:00 Hans de Graaff
2017-04-09 5:00 Hans de Graaff
2017-01-26 6:07 Hans de Graaff
2017-01-26 6:07 Hans de Graaff
2016-12-13 6:53 Hans de Graaff
2016-12-13 6:53 Hans de Graaff
2016-11-13 7:17 Hans de Graaff
2016-10-17 5:23 Hans de Graaff
2016-10-06 6:05 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-06-30 5:21 Hans de Graaff
2016-03-10 5:48 Hans de Graaff
2016-03-10 5:48 Hans de Graaff
2016-02-27 7:00 Hans de Graaff
2016-01-23 7: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=1552631966.fb082c31c4a13587ee3a415d332aa7efde516d11.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