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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3CA5513933E for ; Tue, 6 Jul 2021 10:26:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5F2BE0C08; Tue, 6 Jul 2021 10:26:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5153E0C08 for ; Tue, 6 Jul 2021 10:26:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D4EF2342A5A for ; Tue, 6 Jul 2021 10:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B67B7C8 for ; Tue, 6 Jul 2021 10:26:14 +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: <1625567167.9cdcbc24ff6bd7de1c5f0e07a80a63dac0f9c26a.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.1.ebuild X-VCS-Directories: dev-ruby/tty-which/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 9cdcbc24ff6bd7de1c5f0e07a80a63dac0f9c26a X-VCS-Branch: master Date: Tue, 6 Jul 2021 10:26:14 +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: f8d9d7cf-76ae-4593-988e-2da91c1dcb69 X-Archives-Hash: f9c7c4a72620c65444edd8b8fb145966 commit: 9cdcbc24ff6bd7de1c5f0e07a80a63dac0f9c26a Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 6 09:26:36 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 6 10:26:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdcbc24 dev-ruby/tty-which: cleanup Package-Manager: Portage-3.0.20, Repoman-3.0.2 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-which/Manifest | 1 - dev-ruby/tty-which/tty-which-0.4.1.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/dev-ruby/tty-which/Manifest b/dev-ruby/tty-which/Manifest index 12107e6961c..5f2616cd8c3 100644 --- a/dev-ruby/tty-which/Manifest +++ b/dev-ruby/tty-which/Manifest @@ -1,2 +1 @@ -DIST tty-which-0.4.1.gem 11264 BLAKE2B 540249aaeaa5458fef3572413cf673e04765c1ad41971ac3f9bd930a42855459db6c6f8f47c90ee1021993161db6a399ba6edd0384da7db91da999550d3e733b SHA512 e48b284abb3e4177b9f04acec5202a70d3fcaa2d477444c5a9d9920ac00eb192656bc48ca33d72c26845b415a0a90e907dab1dd35608b62bc8e4b1b1b25af51c DIST tty-which-0.4.2.tar.gz 9820 BLAKE2B 07ac2aa7a3e42127f456045fbdb92db2ea9834b08e0fccbe81767e01817ec2bf7304fb8a41408b0c4da8ecba3caf8bc236de9cb5637c6f197fe3835d0e9b231e SHA512 573b4ed1bfd4dd66dc3337d076a6559bda57b76c95c75f1aeef8bb6d4e0c81ef72057f5ef0521a10afb2a550b8850e6311aaa56ef2499146221f33403621ee54 diff --git a/dev-ruby/tty-which/tty-which-0.4.1.ebuild b/dev-ruby/tty-which/tty-which-0.4.1.ebuild deleted file mode 100644 index 74bbc570195..00000000000 --- a/dev-ruby/tty-which/tty-which-0.4.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Platform independent implementation of Unix which command" -HOMEPAGE="https://github.com/piotrmurach/tty-which" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die -}