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/sus/
Date: Fri,  1 Dec 2023 06:18:13 +0000 (UTC)	[thread overview]
Message-ID: <1701411404.162388750d5b8367041634fe9a7adc7ba077aa50.graaff@gentoo> (raw)

commit:     162388750d5b8367041634fe9a7adc7ba077aa50
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  1 06:16:44 2023 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec  1 06:16:44 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16238875

dev-ruby/sus: drop 0.20.3, 0.21.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sus/Manifest          |  2 --
 dev-ruby/sus/sus-0.20.3.ebuild | 32 --------------------------------
 dev-ruby/sus/sus-0.21.0.ebuild | 32 --------------------------------
 3 files changed, 66 deletions(-)

diff --git a/dev-ruby/sus/Manifest b/dev-ruby/sus/Manifest
index c0b192fe580b..c7a4ef846c48 100644
--- a/dev-ruby/sus/Manifest
+++ b/dev-ruby/sus/Manifest
@@ -1,5 +1,3 @@
-DIST sus-0.20.3.tar.gz 28845 BLAKE2B d10b142dd9d7ef44a453746f859a7d4a66eacd09ea157aef1887a95b01a88e7f749f9ca881518500eef48917b5cb1e67ac008327af0ae9df0200875bbe1de3b1 SHA512 1158f6ae53c5aae22454a15eaf7e613a00b1af730bf07af6662bd7e9d7f30365cea9dbebcddb5b6234931cf9414b8c3af0889d73194632cbaad439872cc89059
-DIST sus-0.21.0.tar.gz 29581 BLAKE2B c39102c006b1fdfec6f40ef7eaa973a0cd5039b73402c8c5ff9234a0c06131c24550070fd04d59dd8706edbd08d46604e943f9b69e071dd29eefda103a1a6d1f SHA512 1fdbcbe814411a0ff3b9ebc72143f64fc76dbe11faea915e9d46bda786da9837e62a5a3070ceb6f28ac6bfe2c4fc8646de865efbc679abe80ee2a7abe327c007
 DIST sus-0.21.1.tar.gz 29580 BLAKE2B 9a30950b4ad9da13af48c50a96951ba9f9cace97fac3a603de5acfe489dc8c8d4581b064f2452c9bf5da96da4db8f488df42f89a2113dd924c8ba8fcf8fd9230 SHA512 73db74f791f47a898840db65cf9c2f98b92f3d2a5319828f26dc55c8aef8e0932060c1075f5010b3c2b887891c1467a3828728f78a84297725d851966093ce9e
 DIST sus-0.21.2.tar.gz 30329 BLAKE2B ea0e9d4ffc994ce0370abbde8d68de668457f90e5f53e0c80e1aa146a28754782590eee7e53dc6373fe17b8816e481b82c5d97c4b2a39829a8a9a5a58faa42ba SHA512 eeced196ffc0871474495fb1afd8aa25f36a1881bad303447499a9b6c19ed94241896256563a4f61e9f7e1b32b8ed5e52e83f5c414c64002e283e81f1fc28b06
 DIST sus-0.22.2.tar.gz 30822 BLAKE2B 483a1e7e48f075e07c549bab9c1ee71ea7cf815ee4f950cb4b0487a5f923a7f509a6354567dd9026936908eb5f9c2c224ff55bedb5a9e300d52a100ff766349f SHA512 e4ee140be1b70947b92983f914a8c8b6c24ab20fa238c26558522fa6b12dd8f63f0842fbc770e8a9378e6a2dcb735504de12305436af100ba9e147869510eadd

diff --git a/dev-ruby/sus/sus-0.20.3.ebuild b/dev-ruby/sus/sus-0.20.3.ebuild
deleted file mode 100644
index ddd0a15dee9d..000000000000
--- a/dev-ruby/sus/sus-0.20.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby27 ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="readme.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast and scalable test runner"
-HOMEPAGE="https://github.com/ioquatix/sus"
-SRC_URI="https://github.com/ioquatix/sus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
-
-	# Remove the sus configuration which enabled coverage checks.
-	# Its dependency is not packaged.
-	rm -f config/sus.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} bin/sus-parallel || die
-}

diff --git a/dev-ruby/sus/sus-0.21.0.ebuild b/dev-ruby/sus/sus-0.21.0.ebuild
deleted file mode 100644
index 47dc10e077b5..000000000000
--- a/dev-ruby/sus/sus-0.21.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-RUBY_FAKEGEM_EXTRADOC="readme.md"
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="A fast and scalable test runner"
-HOMEPAGE="https://github.com/ioquatix/sus"
-SRC_URI="https://github.com/ioquatix/sus/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-IUSE=""
-
-all_ruby_prepare() {
-	sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
-
-	# Remove the sus configuration which enabled coverage checks.
-	# Its dependency is not packaged.
-	rm -f config/sus.rb || die
-}
-
-each_ruby_test() {
-	${RUBY} bin/sus-parallel || die
-}


             reply	other threads:[~2023-12-01  6:18 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-01  6:18 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-01  7:38 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sus/ Hans de Graaff
2025-01-01  7:38 Hans de Graaff
2024-11-09  7:40 Hans de Graaff
2024-10-06 14:27 Sam James
2024-10-06 11:52 Sam James
2024-08-04  6:47 Hans de Graaff
2024-08-04  6:47 Hans de Graaff
2024-07-20  6:00 Hans de Graaff
2024-07-20  6:00 Hans de Graaff
2024-07-14  6:51 Hans de Graaff
2024-06-26  5:59 Hans de Graaff
2024-06-26  5:59 Hans de Graaff
2024-04-25  5:29 Hans de Graaff
2024-04-25  5:29 Hans de Graaff
2024-02-10  7:15 Hans de Graaff
2024-02-04  9:12 Hans de Graaff
2023-12-27  9:16 Hans de Graaff
2023-12-09  7:53 Hans de Graaff
2023-12-09  7:53 Hans de Graaff
2023-12-01  9:40 Sam James
2023-12-01  9:40 Sam James
2023-12-01  6:18 Hans de Graaff
2023-10-24  9:30 Arthur Zamarin
2023-08-23  4:33 Hans de Graaff
2023-08-03 13:46 Hans de Graaff
2023-07-21  5:51 Hans de Graaff
2023-07-09 19:13 Hans de Graaff
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-06-15  5:33 Hans de Graaff
2023-06-13  5:20 Hans de Graaff
2023-03-18  7:17 Hans de Graaff
2023-02-19  8:10 Hans de Graaff
2023-02-19  8:10 Hans de Graaff
2023-01-08  7:49 Hans de Graaff
2022-12-24 15:00 Hans de Graaff
2022-12-04  6:54 Hans de Graaff
2022-10-31  6:20 Hans de Graaff
2022-10-23  7:22 Hans de Graaff
2022-10-22 21:33 Matt Turner
2022-10-22 21:33 Matt Turner

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=1701411404.162388750d5b8367041634fe9a7adc7ba077aa50.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