From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/
Date: Wed, 17 Jul 2024 09:38:14 +0000 (UTC) [thread overview]
Message-ID: <1721208922.b4a28fce350bdf90862841180f66705debce1b19.graaff@gentoo> (raw)
commit: b4a28fce350bdf90862841180f66705debce1b19
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 17 08:41:55 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul 17 09:35:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4a28fce
dev-ruby/rspec-rails: drop 6.0.3, 6.1.1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rspec-rails/Manifest | 2 -
dev-ruby/rspec-rails/rspec-rails-6.0.3.ebuild | 59 ---------------------------
dev-ruby/rspec-rails/rspec-rails-6.1.1.ebuild | 59 ---------------------------
3 files changed, 120 deletions(-)
diff --git a/dev-ruby/rspec-rails/Manifest b/dev-ruby/rspec-rails/Manifest
index 263e5a8fec69..97c4397aa59f 100644
--- a/dev-ruby/rspec-rails/Manifest
+++ b/dev-ruby/rspec-rails/Manifest
@@ -1,5 +1,3 @@
-DIST rspec-rails-6.0.3.tar.gz 161663 BLAKE2B 02fdd54524e469387264013e5da9035014533b01ba1164ffe8e3038679585af0943ad82c074f987230b98f837395e57817134466ad33e02c42650dd3ebafb707 SHA512 cf0e34fbc8f653713dd1ba184f01c9ad33ea8739b8c46d5e377387b7c6fc0ebc7999d1a7abbb0581735297ff8a3aa9c665d13616a1eefd6abd4a85cd657203d5
DIST rspec-rails-6.0.4.tar.gz 163654 BLAKE2B d8680bc410a63b746d568b3a71a1eb4cdac4b620740fe87e898187855e2340fb0fc0dd9e12d02ae738e2c4f68e085e75b58640c77dca0221901104ad8a6de40d SHA512 1090a76fcad4deeb2a9b8a4895dbe3a884887768f607e26e1b8903a2968c187dcf3361492cfa19a2638b1516948a94e5b0a6688a02041d94357ebe0f724f7039
-DIST rspec-rails-6.1.1.tar.gz 165310 BLAKE2B a8c40c203a756a23344c480afd59a9fbd626a6ba4de3716510797269d51d2060d3a719182a174d6225ceb18581f74cde2ad3cc5b71553e71634dbb0894500c55 SHA512 063de268b98aede351437829ecf27151b6015943bc27aa32b01968713a365f75036f357b0516c33a452c2ba5f35c7629de602774054e455eb642a7c67bd57441
DIST rspec-rails-6.1.2.tar.gz 165532 BLAKE2B ade1da3b3fa080d05b664aff2806e5f95ce873ca777676d4e4d761b541a5ab40308f2c0a12d1d29961e39029fb7918227fafc3d3a0f7d3d7438755462f2d623d SHA512 a25424fa2443c49ebec238d30a059a2ce3cc051a391179abd77aacd96ee532963f0804cf75c27fa233b97638d6a2022ebf678b2dc44451ce3a0b54425bf25d2d
DIST rspec-rails-6.1.3.tar.gz 167344 BLAKE2B 08f2b4c7127bf39d589c68ec0e8e75ffd98a2567b171a0b9cc84a092264d8c1e6f6579623e14a8211f21bd3eb7bd20c1182078308fd8bf2eca07a2b06d77f1f9 SHA512 dd2e5abc67970e27788a2a24cf24c78e59ffe0a4ff64e044055c329f340bfd8eac691782d2b8f642690df4a2ebaac2b33965ac7da3221ea4a833ae05697f983e
diff --git a/dev-ruby/rspec-rails/rspec-rails-6.0.3.ebuild b/dev-ruby/rspec-rails/rspec-rails-6.0.3.ebuild
deleted file mode 100644
index 2736fb5e3cd5..000000000000
--- a/dev-ruby/rspec-rails/rspec-rails-6.0.3.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-rails.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec's official Ruby on Rails plugin"
-HOMEPAGE="https://rspec.info/"
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_rdepend "
- || ( dev-ruby/activesupport:7.0 dev-ruby/activesupport:6.1 )
- || ( dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 )
- || ( dev-ruby/railties:7.0 dev-ruby/railties:6.1 )
- >=dev-ruby/rspec-3.12:3"
-
-# Depend on the package being already installed for tests, because
-# requiring ammeter will load it, and we need a consistent set of rspec
-# and rspec-rails for that to work.
-ruby_add_bdepend "test? (
- || ( dev-ruby/activerecord:7.0[sqlite] dev-ruby/activerecord:6.1[sqlite] )
- >=dev-ruby/capybara-2.2.0
- >=dev-ruby/ammeter-1.1.5
- ~dev-ruby/rspec-rails-${PV}
-)"
-
-all_ruby_prepare() {
- # Remove .rspec options to avoid dependency on newer rspec when
- # bootstrapping.
- echo "--require spec_helper" > .rspec || die
-
- # Avoid bundler-specific specs.
- rm -f spec/sanity_check_spec.rb || die
-
- # Avoid broken controller generator specs for now.
- rm -fr spec/generators/rspec || die
-
- # Test with a compatible rails version
- #sed -i -e '1igem "rails", "<7.0"' spec/spec_helper.rb || die
-
- # Fix gemspec.
- sed -e 's/git ls-files --/find */' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
diff --git a/dev-ruby/rspec-rails/rspec-rails-6.1.1.ebuild b/dev-ruby/rspec-rails/rspec-rails-6.1.1.ebuild
deleted file mode 100644
index 97a54c4cf41b..000000000000
--- a/dev-ruby/rspec-rails/rspec-rails-6.1.1.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-#RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="rspec-rails.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="RSpec's official Ruby on Rails plugin"
-HOMEPAGE="https://rspec.info/"
-SRC_URI="https://github.com/rspec/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE="test"
-
-ruby_add_rdepend "
- || ( dev-ruby/activesupport:7.1 dev-ruby/activesupport:7.0 dev-ruby/activesupport:6.1 )
- || ( dev-ruby/actionpack:7.1 dev-ruby/actionpack:7.0 dev-ruby/actionpack:6.1 )
- || ( dev-ruby/railties:7.1 dev-ruby/railties:7.0 dev-ruby/railties:6.1 )
- >=dev-ruby/rspec-3.12:3"
-
-# Depend on the package being already installed for tests, because
-# requiring ammeter will load it, and we need a consistent set of rspec
-# and rspec-rails for that to work.
-ruby_add_bdepend "test? (
- || ( dev-ruby/activerecord:7.1[sqlite] dev-ruby/activerecord:7.0[sqlite] dev-ruby/activerecord:6.1[sqlite] )
- >=dev-ruby/capybara-2.2.0
- >=dev-ruby/ammeter-1.1.5
- ~dev-ruby/rspec-rails-${PV}
-)"
-
-all_ruby_prepare() {
- # Remove .rspec options to avoid dependency on newer rspec when
- # bootstrapping.
- echo "--require spec_helper" > .rspec || die
-
- # Avoid bundler-specific specs.
- rm -f spec/sanity_check_spec.rb || die
-
- # Avoid broken controller generator specs for now.
- rm -fr spec/generators/rspec || die
-
- # Test with a compatible rails version
- #sed -i -e '1igem "rails", "<7.0"' spec/spec_helper.rb || die
-
- # Fix gemspec.
- sed -e 's/git ls-files --/find */' \
- -i ${RUBY_FAKEGEM_GEMSPEC} || die
-}
next reply other threads:[~2024-07-17 9:38 UTC|newest]
Thread overview: 81+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-17 9:38 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-05 7:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rspec-rails/ Hans de Graaff
2025-04-30 18:51 Hans de Graaff
2025-04-21 5:53 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-04-21 5:52 Hans de Graaff
2025-03-15 9:48 Hans de Graaff
2024-11-24 8:07 Hans de Graaff
2024-11-15 11:13 Hans de Graaff
2024-11-15 11:13 Hans de Graaff
2024-06-21 11:21 Hans de Graaff
2024-03-31 6:41 Hans de Graaff
2024-03-20 12:04 Hans de Graaff
2024-02-09 7:49 Hans de Graaff
2023-11-23 7:09 Hans de Graaff
2023-08-29 14:26 Hans de Graaff
2023-08-16 6:14 Hans de Graaff
2023-08-13 8:40 Hans de Graaff
2023-08-13 5:22 Hans de Graaff
2023-07-17 4:55 Hans de Graaff
2023-07-12 18:53 Hans de Graaff
2023-06-18 4:53 Hans de Graaff
2023-06-12 6:21 Hans de Graaff
2023-05-05 8:22 Hans de Graaff
2023-04-14 5:54 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-13 7:14 Hans de Graaff
2022-12-04 10:14 Hans de Graaff
2022-10-20 5:12 Hans de Graaff
2022-10-11 5:31 Hans de Graaff
2022-07-25 5:42 Hans de Graaff
2022-06-26 6:20 Hans de Graaff
2022-05-15 7:50 Hans de Graaff
2022-04-25 5:23 Hans de Graaff
2022-04-12 17:21 Hans de Graaff
2022-01-28 7:06 Hans de Graaff
2021-10-23 6:55 Hans de Graaff
2021-08-16 5:34 Hans de Graaff
2021-07-18 5:40 Hans de Graaff
2021-07-07 6:53 Hans de Graaff
2021-07-07 6:53 Hans de Graaff
2021-07-04 6:18 Hans de Graaff
2021-03-18 6:20 Hans de Graaff
2020-12-29 6:54 Hans de Graaff
2020-09-09 9:28 Hans de Graaff
2020-05-17 5:10 Hans de Graaff
2020-03-25 8:53 Hans de Graaff
2020-03-25 5:52 Hans de Graaff
2020-03-14 11:04 Hans de Graaff
2019-11-02 10:03 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-04-11 17:46 Hans de Graaff
2019-01-21 6:49 Hans de Graaff
2018-12-11 11:34 Hans de Graaff
2018-10-24 6:27 Hans de Graaff
2018-09-22 6:02 Hans de Graaff
2018-08-05 7:05 Hans de Graaff
2018-08-05 6:42 Hans de Graaff
2018-02-24 8:49 Hans de Graaff
2018-01-25 6:34 Hans de Graaff
2018-01-22 20:25 Hans de Graaff
2017-12-09 7:55 Hans de Graaff
2017-12-03 8:31 Hans de Graaff
2017-11-22 6:10 Hans de Graaff
2017-10-21 5:47 Hans de Graaff
2017-08-12 5:14 Hans de Graaff
2017-08-06 5:48 Hans de Graaff
2017-06-25 7:58 Hans de Graaff
2017-06-25 7:58 Hans de Graaff
2017-05-06 5:10 Hans de Graaff
2017-04-21 5:07 Hans de Graaff
2016-12-25 23:21 Manuel Rüger
2016-09-04 6:47 Hans de Graaff
2016-08-26 5:04 Hans de Graaff
2016-07-21 19:38 Hans de Graaff
2016-07-10 5:33 Hans de Graaff
2016-07-03 5:49 Hans de Graaff
2016-04-16 22:04 Manuel Rüger
2016-03-06 19:42 Hans de Graaff
2016-02-04 6:36 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=1721208922.b4a28fce350bdf90862841180f66705debce1b19.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