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/rspec-support/
Date: Sun, 25 Jun 2017 07:58:14 +0000 (UTC)	[thread overview]
Message-ID: <1498377485.3b91d73c59c0d0e3f83c9ce8541740c37ecbff43.graaff@gentoo> (raw)

commit:     3b91d73c59c0d0e3f83c9ce8541740c37ecbff43
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 25 07:31:53 2017 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Jun 25 07:58:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b91d73c

dev-ruby/rspec-support: cleanup

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 dev-ruby/rspec-support/Manifest                   |  2 --
 dev-ruby/rspec-support/rspec-support-3.4.0.ebuild | 36 -----------------------
 dev-ruby/rspec-support/rspec-support-3.4.1.ebuild | 36 -----------------------
 3 files changed, 74 deletions(-)

diff --git a/dev-ruby/rspec-support/Manifest b/dev-ruby/rspec-support/Manifest
index 75d37cc3e75..01cabed1842 100644
--- a/dev-ruby/rspec-support/Manifest
+++ b/dev-ruby/rspec-support/Manifest
@@ -1,5 +1,3 @@
 DIST rspec-support-3.3.0-git.tgz 45380 SHA256 cea58331f616e407c4ee25bb0b74bad26dbdc793fd341010d37749dea15e30a2 SHA512 88f0fdbc7609093c8f14bff220a03d0788847315e5ac73c025cd181d84a3ac120c294aca8ffff9a0c11c9f11e35019dc337f9e43fc2c33cabe4856d87e36fa1e WHIRLPOOL 6f355bb1dc71bbb7804fd3d4a4227042bbe0d166ef336e4121730abce52e1596b25b94ae38e72a6284ca2eac6d0eb6146a02f54d08792b1ff5a6320d40524a2a
-DIST rspec-support-3.4.0-git.tgz 55405 SHA256 07826d61234ab87ff935c74ce15b5b96a2cc5ad0c66e6aea2ebe906f986081c0 SHA512 a309e86b57c6c0e89c39f9bccf01479a1ef42b51017d4e012de4a223a3d6d7f348362c4b5da3bdaafaf53564761b1c8d4e3d19e1a058923116b40f086a6eb9b7 WHIRLPOOL 62a5c1be1b4fb1ca39965826c1a3ab10af74c6b10c89a37677dc737d10baf9d99c9f73742145ee42f6b06206aabe43710a83014feff8df3d27e70458ed660707
-DIST rspec-support-3.4.1-git.tgz 55558 SHA256 e5e641ee3e42d8e7bd33927d8b5388f8a4a85f9c3204fbbe29675a8f6fa14116 SHA512 7318d8701d4e38dc9be5b2633c8acbe7d329f9b713da90b8307570b952ede435d2e0f0dcf42e6692491df8a54b81dc8908250739d3916cf11068d37d7b906b40 WHIRLPOOL 4ad29f8e1ff586cf3fe92b74813a17c62e3cc5556a1f66298c6d97f5f8803bddd762289b9fcf3f14efef6142dab010ed5208579a493d41d09d1a947c706659cb
 DIST rspec-support-3.5.0-git.tgz 59824 SHA256 856a052e7fd6d3a368c543580528495e660bb1ce403333001ba4be48e39a518f SHA512 246d86c131dae12d6ca9040dba800ea5e378cfce083b1840492cc2c968e4d17fe67617332aa77d46817356113f81d8d9584698e4fe9e4873291d18ebe04eacbc WHIRLPOOL ed288c0681b14670e6bbb43c5672d7240c408e98be2927b32d38eb330b5b941d2169c4d3c30b1a0c7f715554f4f67d5399451da466a4a15f4c90c9ce208313b1
 DIST rspec-support-3.6.0-git.tgz 64987 SHA256 cd02fc3b5fc5cf668ead3192a7bd8301b197c9344433b819c5e1c5fc6ffcd0fd SHA512 550e23ad2da53b445fa5e496eab243ad8c00db69949e50fe9e6c391b77166bbdc94261aae3a2b49c7f2f598abefe40ea4e93940cb493017fcdcc501675c8476e WHIRLPOOL 08ee95290280af2ac1bf811e8016888e9e8157210b7e330cece5e6f543200d14215925701e480684a0f2277687dfe8ceb6b5a4b432fe9f5051aa6272913a2001

diff --git a/dev-ruby/rspec-support/rspec-support-3.4.0.ebuild b/dev-ruby/rspec-support/rspec-support-3.4.0.ebuild
deleted file mode 100644
index f32e3c00cb4..00000000000
--- a/dev-ruby/rspec-support/rspec-support-3.4.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-support"
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.4.0:3 )"
-
-all_ruby_prepare() {
-	sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# Remove spec that, by following symlinks, tries to scan pretty much
-	# the whole filesystem.
-	rm spec/rspec/support/caller_filter_spec.rb || die
-
-	# Avoid a spec requiring a specific locale
-	sed -i -e '/copes with encoded strings/ s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
-}

diff --git a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild b/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild
deleted file mode 100644
index 48414677150..00000000000
--- a/dev-ruby/rspec-support/rspec-support-3.4.1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A Behaviour Driven Development (BDD) framework for Ruby"
-HOMEPAGE="https://github.com/rspec/rspec-support"
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}-git.tgz"
-
-LICENSE="MIT"
-SLOT="3"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-ruby_add_bdepend "test? ( >=dev-ruby/rspec-3.4.0:3 )"
-
-all_ruby_prepare() {
-	sed -i -e '/git ls-files/d' ${RUBY_FAKEGEM_GEMSPEC} || die
-
-	# Remove spec that, by following symlinks, tries to scan pretty much
-	# the whole filesystem.
-	rm spec/rspec/support/caller_filter_spec.rb || die
-
-	# Avoid a spec requiring a specific locale
-	sed -i -e '/copes with encoded strings/ s/RSpec::Support::OS.windows?/true/' spec/rspec/support/differ_spec.rb || die
-}


             reply	other threads:[~2017-06-25  7:58 UTC|newest]

Thread overview: 124+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-25  7:58 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-02  7:09 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-support/ Sam James
2024-06-02  7:09 Sam James
2024-06-02  7:09 Sam James
2024-06-02  7:09 Sam James
2024-06-02  7:09 Sam James
2024-02-26  7:06 Hans de Graaff
2024-02-17  7:03 Hans de Graaff
2024-02-08 14:24 Hans de Graaff
2023-12-30  7:43 Hans de Graaff
2023-12-30  7:43 Hans de Graaff
2023-08-26 15:39 Hans de Graaff
2023-08-19  7:45 Arthur Zamarin
2023-08-19  6:18 Sam James
2023-08-19  6:18 Sam James
2023-07-14  5:46 Arthur Zamarin
2023-06-29  5:17 Hans de Graaff
2023-04-01  9:00 Hans de Graaff
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 20:37 Sam James
2023-03-28 19:15 Sam James
2023-03-10  9:08 Hans de Graaff
2023-01-13 13:50 Sam James
2023-01-09  2:15 Sam James
2023-01-09  1:28 Sam James
2023-01-08 17:00 Arthur Zamarin
2023-01-08 17:00 Arthur Zamarin
2023-01-08 12:13 Jakov Smolić
2023-01-08 12:13 Jakov Smolić
2022-10-29  6:27 Hans de Graaff
2022-10-01  7:06 Hans de Graaff
2022-06-24  7:25 Hans de Graaff
2022-03-31  5:39 Hans de Graaff
2022-02-11  7:43 Hans de Graaff
2021-11-03  6:43 Hans de Graaff
2021-07-20  5:18 Hans de Graaff
2021-07-17  5:00 Sam James
2021-07-15 22:18 Sergei Trofimovich
2021-07-08  7:22 Sergei Trofimovich
2021-07-07 14:22 Sergei Trofimovich
2021-07-04  5:52 Hans de Graaff
2021-07-04  5:52 Hans de Graaff
2021-04-12 16:41 Sam James
2021-04-11 15:54 Sam James
2021-03-21  9:45 Sergei Trofimovich
2021-03-12 19:27 Sergei Trofimovich
2021-03-09 11:29 Sam James
2021-03-09 11:23 Sam James
2021-03-09 11:20 Sam James
2021-03-09  6:51 Hans de Graaff
2021-01-30  7:04 Hans de Graaff
2021-01-30  7:04 Hans de Graaff
2020-12-29  6:36 Hans de Graaff
2020-11-14  6:53 Hans de Graaff
2020-11-06  3:21 Sam James
2020-10-31  7:59 Hans de Graaff
2020-06-26  8:46 Hans de Graaff
2020-01-12  7:16 Hans de Graaff
2020-01-01  6:48 Hans de Graaff
2019-12-30  6:47 Hans de Graaff
2019-11-02  7:13 Hans de Graaff
2019-09-13 17:29 Mikle Kolyada
2019-08-24 21:24 Sergei Trofimovich
2019-08-23 16:33 Agostino Sarubbo
2019-08-23 13:11 Agostino Sarubbo
2019-08-23 10:00 Agostino Sarubbo
2019-08-22 22:03 Agostino Sarubbo
2019-08-22 22:01 Agostino Sarubbo
2019-08-22 18:32 Sergei Trofimovich
2019-08-22 11:48 Agostino Sarubbo
2019-08-21 21:07 Agostino Sarubbo
2019-08-19  8:02 Hans de Graaff
2019-06-11  5:40 Hans de Graaff
2019-03-28 20:03 Mikle Kolyada
2019-01-05  7:58 Hans de Graaff
2018-12-11 11:34 Hans de Graaff
2018-11-24 10:39 Sergei Trofimovich
2018-11-24  8:09 Hans de Graaff
2018-10-15 18:12 Markus Meier
2018-10-11 18:49 Tobias Klausmann
2018-09-24  4:53 Hans de Graaff
2018-09-24  1:50 Thomas Deutschmann
2018-09-23 10:05 Sergei Trofimovich
2018-09-22  6:11 Hans de Graaff
2018-09-22  6:02 Hans de Graaff
2018-09-19 20:27 Sergei Trofimovich
2018-08-24  1:40 Thomas Deutschmann
2018-08-05  6:42 Hans de Graaff
2018-08-05  6:42 Hans de Graaff
2018-07-29 10:35 Sergei Trofimovich
2018-07-23 13:09 Tobias Klausmann
2018-07-20  5:47 Hans de Graaff
2018-07-05 18:32 Sergei Trofimovich
2018-05-15 19:16 Markus Meier
2018-04-25  6:08 Sergei Trofimovich
2018-04-21 22:38 Aaron Bauman
2018-03-09  6:15 Hans de Graaff
2018-01-31  6:03 Hans de Graaff
2017-12-20 22:16 Sergei Trofimovich
2017-12-03  8:31 Hans de Graaff
2017-12-01 22:57 Sergei Trofimovich
2017-10-21  5:47 Hans de Graaff
2017-08-23 21:43 Sergei Trofimovich
2017-06-29 20:53 Sergei Trofimovich
2017-06-28 20:49 Sergei Trofimovich
2017-05-06  5:10 Hans de Graaff
2017-04-16  6:18 Hans de Graaff
2017-04-16  6:18 Hans de Graaff
2017-03-29  2:06 Jeroen Roovers
2017-02-27 17:01 Michael Weber
2017-01-02 19:32 Markus Meier
2016-12-25  6:04 Aaron Bauman
2016-12-15  9:39 Tobias Klausmann
2016-11-13 14:25 Manuel Rüger
2016-07-03  5:49 Hans de Graaff
2016-03-14 20:49 Hans de Graaff
2016-03-06 19:08 Hans de Graaff
2016-02-12 12:36 Fabian Groffen
2016-02-05 16:23 Tobias Klausmann
2015-11-21  6:54 Hans de Graaff
2015-11-14 10:13 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=1498377485.3b91d73c59c0d0e3f83c9ce8541740c37ecbff43.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