From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CAE3E158042 for ; Sun, 6 Oct 2024 07:40:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 235A8E29C0; Sun, 6 Oct 2024 07:40:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DC8DE29C0 for ; Sun, 6 Oct 2024 07:40:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5573434314F for ; Sun, 6 Oct 2024 07:40:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 85704213C for ; Sun, 6 Oct 2024 07:40:28 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1728200412.3b26837bfe1ac03634281f281960f7bd7af34de1.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/backports/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/backports/Manifest dev-ruby/backports/backports-3.24.1.ebuild X-VCS-Directories: dev-ruby/backports/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3b26837bfe1ac03634281f281960f7bd7af34de1 X-VCS-Branch: master Date: Sun, 6 Oct 2024 07:40:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e21939da-6507-4447-ae66-22a77fab2f6c X-Archives-Hash: dd98c99de34c5a21f8beb5d3e500897d commit: 3b26837bfe1ac03634281f281960f7bd7af34de1 Author: Hans de Graaff gentoo org> AuthorDate: Sun Oct 6 07:38:19 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Oct 6 07:40:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b26837b dev-ruby/backports: drop 3.24.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/backports/Manifest | 1 - dev-ruby/backports/backports-3.24.1.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/dev-ruby/backports/Manifest b/dev-ruby/backports/Manifest index 41829cbe9577..9e2656ffd0eb 100644 --- a/dev-ruby/backports/Manifest +++ b/dev-ruby/backports/Manifest @@ -1,2 +1 @@ -DIST backports-3.24.1.tar.gz 186050 BLAKE2B 5c4f22e12ff4b436c356796b1d8af4cbb8ea038536818bdf97b6c42c57c809c01954147240aa250ee7fc26abf5f9d775d3e0f9b73f6db323aec2c8481d15a68f SHA512 bc29c9eaad86ae99f4a22d6f797bd8a93769761c4bc728539a798e7d0c1fe72cedc665673607d4aab8ac0e7e890789f213842a927eac738674b6089b9961ebf0 DIST backports-3.25.0.tar.gz 187271 BLAKE2B aad3144190cbb97f34d6ab334899ccee09a4d3b7be9aa91db8a631990124f34528b9243efe311bd4ee137c99a22b60aabda06544c23d5c4cb993dec2d42f09b2 SHA512 88083b358ecc99c9268bdcfeae6ca3503b3cbb3c379b0bae7d55ca4493eb052d6f51c6231e3bf6a9ad8b4128f788efb3766d9aed10c92932d86b7f9138d4d849 diff --git a/dev-ruby/backports/backports-3.24.1.ebuild b/dev-ruby/backports/backports-3.24.1.ebuild deleted file mode 100644 index d40e66bbcb4f..000000000000 --- a/dev-ruby/backports/backports-3.24.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 ruby32 ruby33" -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_GEMSPEC="backports.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Backports of Ruby features for older Ruby" -HOMEPAGE="https://github.com/marcandre/backports" -SRC_URI="https://github.com/marcandre/backports/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~s390 sparc x86" -IUSE="" - -all_ruby_prepare() { - # Avoid activesupport test that no longer works in Rails 5. This also avoids - # a dependency on activesupport - sed -i -e '/test_rails/,/^ end/ s:^:#:' test/_backport_guards_test.rb || die - - sed -i -e '/rubocop/I s:^:#:' Rakefile || die -}