From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/
Date: Wed, 13 Nov 2024 09:02:59 +0000 (UTC) [thread overview]
Message-ID: <1731488557.e7cdb0a5fce356bac80dcf9beb791996559da72d.graaff@gentoo> (raw)
commit: e7cdb0a5fce356bac80dcf9beb791996559da72d
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 13 09:02:24 2024 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Nov 13 09:02:37 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7cdb0a5
dev-ruby/combustion: drop 1.4.0
Closes: https://bugs.gentoo.org/943350
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/combustion/Manifest | 1 -
dev-ruby/combustion/combustion-1.4.0.ebuild | 58 -----------------------------
2 files changed, 59 deletions(-)
diff --git a/dev-ruby/combustion/Manifest b/dev-ruby/combustion/Manifest
index 40a084c88965..6eb3d6313b17 100644
--- a/dev-ruby/combustion/Manifest
+++ b/dev-ruby/combustion/Manifest
@@ -1,2 +1 @@
-DIST combustion-1.4.0.tar.gz 16955 BLAKE2B fa2d55b6e84316b07221c938b053869f44b23363e69b51cefadc7400f7743c5cfe4d4c36cc01b0a463c64b6c5f59736f1bfef50e3438bb3feecc3be22ac717ef SHA512 24cee50f5a05e782d228cf1987de07610a077bd85a3e46c611b6f5c4f2a7202dcb0576ccb337f8c03f7d7a5e446e05524e5686cf5fdde9e510672b722403c13c
DIST combustion-1.5.0.tar.gz 17080 BLAKE2B 31a3caf861d8915bd701f4b2d08eb2879f2e9ec0fc2a1c997b20de4962967ac96a328f00a9b563d8120256ab433bee6001d9ce60d06777f457237ecf8d9fa7aa SHA512 6259d0f523f4c0eea10c72498ccb7e90c95b2ee2b2d3ba8dbaf104309d2eaf30472b2e4882854fb3ac0a87ec07255d89deeb7da33700576c9aa62adefe4f2056
diff --git a/dev-ruby/combustion/combustion-1.4.0.ebuild b/dev-ruby/combustion/combustion-1.4.0.ebuild
deleted file mode 100644
index 445916d77ac4..000000000000
--- a/dev-ruby/combustion/combustion-1.4.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32 ruby33"
-RUBY_FAKEGEM_BINWRAP=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-inherit ruby-fakegem
-
-DESCRIPTION="Elegant Rails Engine Testing"
-HOMEPAGE="https://github.com/pat/combustion"
-SRC_URI="https://github.com/pat/combustion/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm"
-
-ruby_add_rdepend "
- >=dev-ruby/activesupport-3.0.0:*
- >=dev-ruby/railties-3.0.0:*
- >=dev-ruby/thor-0.14.6:*
-"
-# Needed for e.g. cannot load such file -- action_mailer/railtie
-ruby_add_bdepend "
- test? (
- >=dev-ruby/activemodel-3.0.0:*
- >=dev-ruby/activerecord-3.0.0:*
- dev-ruby/bundler
- dev-ruby/net-smtp
- >=dev-ruby/rails-3.0.0:*
- dev-ruby/rspec:3
- >=dev-ruby/sqlite3-1.4
- )
-"
-
-each_ruby_prepare() {
- sed -i \
- -e '/rubocop/d' \
- Gemfile || die
-
- # appraisal, rubocop: useless for us test deps
- # mysql2, pg,: optional runtime deps
- sed -i \
- -e '/appraisal/d' \
- -e '/mysql2/d' \
- -e '/pg/d' \
- -e '/rubocop/d' \
- ${PN}.gemspec || die
-
- sed -i -e '/rubocop/d' Rakefile || die
-}
-
-each_ruby_test() {
- local -x DB_ADAPTER=sqlite3
- ${RUBY} -S bundle exec rake spec || die
-}
next reply other threads:[~2024-11-13 9:03 UTC|newest]
Thread overview: 50+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-13 9:02 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-12 19:10 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/combustion/ Hans de Graaff
2024-10-05 8:28 Hans de Graaff
2024-07-08 5:38 Hans de Graaff
2024-07-08 5:38 Hans de Graaff
2024-05-23 6:13 Hans de Graaff
2024-01-19 17:57 Hans de Graaff
2023-06-17 8:15 Hans de Graaff
2023-04-07 18:11 Sam James
2023-04-07 6:34 Hans de Graaff
2023-03-28 20:20 Sam James
2023-03-27 8:35 Sam James
2023-03-26 3:03 Sam James
2022-06-26 6:44 Hans de Graaff
2022-06-18 5:48 Hans de Graaff
2022-05-24 5:19 Hans de Graaff
2022-04-15 5:26 Hans de Graaff
2022-04-15 5:26 Hans de Graaff
2021-11-27 6:32 Hans de Graaff
2021-11-22 6:56 Hans de Graaff
2021-11-22 6:56 Hans de Graaff
2021-10-09 7:27 Hans de Graaff
2021-09-18 7:03 Hans de Graaff
2020-10-02 5:15 Hans de Graaff
2020-09-15 6:00 Hans de Graaff
2020-09-15 6:00 Hans de Graaff
2020-07-24 4:40 Hans de Graaff
2020-07-24 4:40 Hans de Graaff
2020-04-22 5:51 Hans de Graaff
2020-04-18 5:32 Hans de Graaff
2019-11-04 6:33 Hans de Graaff
2019-08-04 5:56 Hans de Graaff
2019-08-04 5:56 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-02-13 6:46 Hans de Graaff
2018-10-17 5:13 Hans de Graaff
2018-10-17 5:13 Hans de Graaff
2018-08-05 7:06 Hans de Graaff
2018-04-25 4:45 Hans de Graaff
2018-04-25 4:45 Hans de Graaff
2018-03-26 5:47 Hans de Graaff
2018-02-01 7:00 Hans de Graaff
2018-02-01 7:00 Hans de Graaff
2017-08-18 6:11 Hans de Graaff
2017-06-20 5:00 Hans de Graaff
2017-03-29 4:57 Hans de Graaff
2016-12-16 6:42 Hans de Graaff
2016-07-24 6:42 Hans de Graaff
2016-04-06 22:50 Manuel Rüger
2016-01-14 17:52 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=1731488557.e7cdb0a5fce356bac80dcf9beb791996559da72d.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