From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/console/
Date: Sat, 12 Aug 2023 07:21:37 +0000 (UTC) [thread overview]
Message-ID: <1691824886.e2d003a79f436d1b2eddeff42441b0abc3dc3a19.graaff@gentoo> (raw)
commit: e2d003a79f436d1b2eddeff42441b0abc3dc3a19
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 12 07:04:47 2023 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Aug 12 07:21:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2d003a7
dev-ruby/console: drop 1.16.2-r1
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/console/Manifest | 1 -
dev-ruby/console/console-1.16.2-r1.ebuild | 42 -------------------------------
2 files changed, 43 deletions(-)
diff --git a/dev-ruby/console/Manifest b/dev-ruby/console/Manifest
index f843e10264be..2d1f87b9cd1b 100644
--- a/dev-ruby/console/Manifest
+++ b/dev-ruby/console/Manifest
@@ -1,4 +1,3 @@
-DIST console-1.16.2.tar.gz 24609 BLAKE2B 470e6fb547e594d6e4add21c11bccca2d239d5430e148bdd99fe925d57058a3e7304b96c793c72a68ac3df3e285c1b7719b5a1e0db833350b0ef55ac17cca4f8 SHA512 fe32ea7b3ab11319fcefc098571e2a4fff2fec2a56c53880731ab15deca75e84c94cc30456fea264e6201996311dc705799814e5c1d7c32e7b7d786fcac9588e
DIST console-1.17.2.tar.gz 24861 BLAKE2B c738249eadafe43c4528ebf75d30b51aa1d015fb9fa6cefaa7302bce0d81ab431b4e84ed3d25b8c5376e64b5b1fb8154b91858e15ad72ce6cb746fd18818bb33 SHA512 1c734d335d3928ca580e274857df1d18c05ce254bfdf8401b7c40b391db7d134b6b6b0327e7bb29d5f7c37522335a33cb58a29cf53aabb36279fa601e581a891
DIST console-1.17.4.tar.gz 24889 BLAKE2B 8e7a5bad0a6420787bc17f3819f78f8c3d73816c79ca3a80d89bac3e44865028f3544ffc63b0bd7c7ef81f6add3500ecb067c5dbba5d543fded960d18f30c355 SHA512 b9d8751cb11cce21570463687b60eeb65e5b808e9a905a90a0444fb06e9b8569b439230d87a2430f0050c25a5cec18a50684e577bdfefc5cb9bafbcd877c7b0d
DIST console-1.23.1.tar.gz 27284 BLAKE2B d024d8cc2d2d54f390c54fac6a605cbe6b0272a05e8fc8b4d10cab7f2614bd4a85d164e6ccb65e502e611409a9fbdefb96bb892e7f7bf50b6e3a42c296cbb011 SHA512 a0b7b67c4797b42fffd70fd1c4493db89de68809feeceadb06a009e42f14f3ce9b465fc71db0ee31e7959d69affd62f6021a43bc1ba20f5d3fe65db78714814b
diff --git a/dev-ruby/console/console-1.16.2-r1.ebuild b/dev-ruby/console/console-1.16.2-r1.ebuild
deleted file mode 100644
index ab91ddddf462..000000000000
--- a/dev-ruby/console/console-1.16.2-r1.ebuild
+++ /dev/null
@@ -1,42 +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="Beautiful logging for Ruby"
-HOMEPAGE="https://github.com/socketry/console"
-SRC_URI="https://github.com/socketry/console/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE=""
-
-ruby_add_rdepend "dev-ruby/fiber-local"
-
-ruby_add_bdepend "test? ( dev-ruby/sus )"
-
-PATCHES=(
- "${FILESDIR}"/${P}-tests.patch
-)
-
-all_ruby_prepare() {
- sed -i -E 's/require_relative "(.+)"/require File.expand_path("\1")/g' "${RUBY_FAKEGEM_GEMSPEC}" || die
-
- # Avoid dependency on covered.
- rm -f config/sus.rb || die
-
- # Avoid sandbox violation during tests
- sed -i -e 's:/tmp/:'"${TMPDIR}"'/:' test/console/output.rb || die
-}
-
-each_ruby_test() {
- ${RUBY} -S sus-parallel || die
-}
next reply other threads:[~2023-08-12 7:21 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-12 7:21 Hans de Graaff [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-18 13:02 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/console/ Hans de Graaff
2024-10-06 13:38 Jakov Smolić
2024-10-06 11:41 Hans de Graaff
2024-09-13 4:13 Sam James
2024-06-28 12:59 Sam James
2024-04-22 5:55 Hans de Graaff
2024-04-22 5:55 Hans de Graaff
2024-04-20 7:47 Hans de Graaff
2024-03-23 6:39 Hans de Graaff
2024-03-23 6:39 Hans de Graaff
2024-03-07 6:46 Hans de Graaff
2024-02-13 10:32 Hans de Graaff
2024-01-01 19:58 Sam James
2024-01-01 19:58 Sam James
2024-01-01 9:52 Hans de Graaff
2024-01-01 9:32 Hans de Graaff
2023-12-05 7:14 Hans de Graaff
2023-10-24 9:30 Arthur Zamarin
2023-08-16 6:14 Hans de Graaff
2023-08-12 7:21 Hans de Graaff
2023-07-20 6:22 Hans de Graaff
2023-07-12 7:46 Hans de Graaff
2023-07-05 0:04 Sam James
2023-07-04 20:19 Sam James
2023-07-04 20:19 Sam James
2023-06-26 9:58 Sam James
2023-06-26 8:43 Arthur Zamarin
2023-06-26 8:34 Sam James
2023-06-26 8:19 Sam James
2023-06-26 8:19 Sam James
2023-06-26 8:19 Sam James
2023-06-26 6:28 Jakov Smolić
2023-06-26 4:27 Hans de Graaff
2022-12-05 20:03 Arthur Zamarin
2022-12-01 4:03 Sam James
2022-12-01 4:03 Sam James
2022-12-01 2:04 Sam James
2022-10-23 11:41 Hans de Graaff
2022-10-23 10:01 Hans de Graaff
2022-10-23 7:29 Hans de Graaff
2022-10-23 7:29 Hans de Graaff
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=1691824886.e2d003a79f436d1b2eddeff42441b0abc3dc3a19.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