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 62C0F158009 for ; Thu, 29 Jun 2023 15:54:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90BBAE07A7; Thu, 29 Jun 2023 15:54:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 6A781E0788 for ; Thu, 29 Jun 2023 15:54:28 +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 6A184340F84 for ; Thu, 29 Jun 2023 15:54:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02E078DC for ; Thu, 29 Jun 2023 15:54:26 +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: <1688051843.19304dfb4f201f4807da7da9c80e6a32194ba6d8.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby-macho/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ruby-macho/Manifest dev-ruby/ruby-macho/ruby-macho-2.5.1.ebuild X-VCS-Directories: dev-ruby/ruby-macho/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 19304dfb4f201f4807da7da9c80e6a32194ba6d8 X-VCS-Branch: master Date: Thu, 29 Jun 2023 15:54:26 +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: 2ee236d4-11c9-4302-9e71-e869955f80f1 X-Archives-Hash: 42dc3a6b2c092fea9838b1a19d7b5829 commit: 19304dfb4f201f4807da7da9c80e6a32194ba6d8 Author: Hans de Graaff gentoo org> AuthorDate: Thu Jun 29 15:17:23 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jun 29 15:17:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19304dfb dev-ruby/ruby-macho: drop 2.5.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ruby-macho/Manifest | 1 - dev-ruby/ruby-macho/ruby-macho-2.5.1.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/dev-ruby/ruby-macho/Manifest b/dev-ruby/ruby-macho/Manifest index f9b65b3489b5..18d06898031d 100644 --- a/dev-ruby/ruby-macho/Manifest +++ b/dev-ruby/ruby-macho/Manifest @@ -1,2 +1 @@ -DIST ruby-macho-2.5.1.tar.gz 67901 BLAKE2B 4e3c04b86c664b44d022dc6ffe91e981a9f936152d85999cf8f11846eb51a6e38625e2316f09a1685ace546174800131cf899ebc8810e0f2c6d95950384005cb SHA512 4836af6b81a0452e19a3950e140c8131fded97a45853c2fdfe3955aff52e1619a01471a789c575e092fa62e5c9f09034b6b4d76e669f9c6475669e6b25d3c617 DIST ruby-macho-3.0.0.tar.gz 70743 BLAKE2B 6dc48445382d879b6fa67fb8720dbf9643294adebb3424e811775f436d29d9b22b4a57e0443c9a6d08203fb3514267d4c2e4b8431cc9be4d54000e059acb49db SHA512 c718e6b22331511c18a6a51c1e88443121f6601dcc0e8e66a3ab60771b9a9e68cb33b83470bf60ff6af9ce696d50ceadee2c4dc348a0bf3fa2ff4d8aebcf3bd3 diff --git a/dev-ruby/ruby-macho/ruby-macho-2.5.1.ebuild b/dev-ruby/ruby-macho/ruby-macho-2.5.1.ebuild deleted file mode 100644 index eb611fd69a35..000000000000 --- a/dev-ruby/ruby-macho/ruby-macho-2.5.1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_GEMSPEC="ruby-macho.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A library for viewing and manipulating Mach-O files in Ruby" -HOMEPAGE="https://github.com/Homebrew/ruby-macho" -SRC_URI="https://github.com/Homebrew/ruby-macho/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -all_ruby_prepare() { - # Avoid benchmarks with additional dependencies - rm -f test/bench.rb || die - sed -i -e '/test\/bench/ s:^:#:' Rakefile || die -}