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 984941581C1 for ; Thu, 11 Jul 2024 16:19:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C8B4E29FA; Thu, 11 Jul 2024 16:19:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 82E2AE29F8 for ; Thu, 11 Jul 2024 16:19:33 +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 C135834131D for ; Thu, 11 Jul 2024 16:19:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 398021E1A for ; Thu, 11 Jul 2024 16:19:31 +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: <1720714743.f306194401d103cf78e3738b9821de21dfba97eb.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-color/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/tty-color/tty-color-0.6.0.ebuild X-VCS-Directories: dev-ruby/tty-color/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f306194401d103cf78e3738b9821de21dfba97eb X-VCS-Branch: master Date: Thu, 11 Jul 2024 16:19:31 +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: 15681e81-9e4d-4094-a2a9-2f3bb148f871 X-Archives-Hash: 8c0beabcdd983c7b36eefaddccb59817 commit: f306194401d103cf78e3738b9821de21dfba97eb Author: Hans de Graaff gentoo org> AuthorDate: Thu Jul 11 13:21:06 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Jul 11 16:19:03 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3061944 dev-ruby/tty-color: drop 0.6.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/tty-color/tty-color-0.6.0.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-ruby/tty-color/tty-color-0.6.0.ebuild b/dev-ruby/tty-color/tty-color-0.6.0.ebuild deleted file mode 100644 index 139c2d86ea3f..000000000000 --- a/dev-ruby/tty-color/tty-color-0.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="tty-color.gemspec" - -RUBY_FAKEGEM_BINWRAP="" - -inherit ruby-fakegem - -DESCRIPTION="Terminal color capabilities detection" -HOMEPAGE="https://github.com/piotrmurach/tty-color" -SRC_URI="https://github.com/piotrmurach/tty-color/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die - - sed -i -e 's:require_relative ":require "./:' ${RUBY_FAKEGEM_GEMSPEC} || die -}