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 E634515808D for ; Mon, 18 Apr 2022 06:55:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 36D81E09C9; Mon, 18 Apr 2022 06:55:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 607CFE09BE for ; Mon, 18 Apr 2022 06:55:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5489534152A for ; Mon, 18 Apr 2022 06:55:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A5B93B1 for ; Mon, 18 Apr 2022 06:55:34 +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: <1650264929.9311ae18d13e2863b0f8970c06fea8c2bd78062f.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-which/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tty-which/Manifest dev-ruby/tty-which/tty-which-0.4.2.ebuild X-VCS-Directories: dev-ruby/tty-which/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9311ae18d13e2863b0f8970c06fea8c2bd78062f X-VCS-Branch: master Date: Mon, 18 Apr 2022 06:55:34 +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: 68cacb81-11a3-400f-ab66-d2a99b37b339 X-Archives-Hash: 0649c60db543f69f8923b1b0dbb576fa commit: 9311ae18d13e2863b0f8970c06fea8c2bd78062f Author: Hans de Graaff gentoo org> AuthorDate: Mon Apr 18 06:24:14 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Apr 18 06:55:29 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9311ae18 dev-ruby/tty-which: drop 0.4.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-which/Manifest | 1 - dev-ruby/tty-which/tty-which-0.4.2.ebuild | 35 ------------------------------- 2 files changed, 36 deletions(-) diff --git a/dev-ruby/tty-which/Manifest b/dev-ruby/tty-which/Manifest index 3196deab2a8a..837a6ca96d32 100644 --- a/dev-ruby/tty-which/Manifest +++ b/dev-ruby/tty-which/Manifest @@ -1,2 +1 @@ -DIST tty-which-0.4.2.tar.gz 9820 BLAKE2B 07ac2aa7a3e42127f456045fbdb92db2ea9834b08e0fccbe81767e01817ec2bf7304fb8a41408b0c4da8ecba3caf8bc236de9cb5637c6f197fe3835d0e9b231e SHA512 573b4ed1bfd4dd66dc3337d076a6559bda57b76c95c75f1aeef8bb6d4e0c81ef72057f5ef0521a10afb2a550b8850e6311aaa56ef2499146221f33403621ee54 DIST tty-which-0.5.0.tar.gz 11560 BLAKE2B 0b8d821168759ff744ded5a5d7b0864303ed71510dd233b39b6f12fe42f044c4fb48da8f9b0cb16875ae9cce5c66060af8cff858aaa88bdaddfc971886f2ce8b SHA512 a5be30dc857eed2aa8ce81f1c62467451760482b1f51f1c0654c57001a9ab828d31b22b35cd9e37ea2fe91a7514a1a15107b5fc948a561a2ee4e58e0748bacd3 diff --git a/dev-ruby/tty-which/tty-which-0.4.2.ebuild b/dev-ruby/tty-which/tty-which-0.4.2.ebuild deleted file mode 100644 index 73775797dcca..000000000000 --- a/dev-ruby/tty-which/tty-which-0.4.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="tty-which.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Platform independent implementation of Unix which command" -HOMEPAGE="https://github.com/piotrmurach/tty-which" -SRC_URI="https://github.com/piotrmurach/tty-which/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die - sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die - - # Fix running specs without bundler, fixed upstream - sed -e 's/receive(:join)$/receive(:join).and_call_original/' \ - -e '96iallow(::File).to receive(:join).and_call_original' \ - -e '115iallow(::File).to receive(:join).and_call_original' \ - -i spec/unit/which_spec.rb || die - sed -e '5iallow(::File).to receive(:join).and_call_original' \ - -i spec/unit/executable_file_spec.rb || die -}