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 8DA5615800D for ; Tue, 4 Jul 2023 09:41:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2567FE0899; Tue, 4 Jul 2023 09:41:17 +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 099A8E0898 for ; Tue, 4 Jul 2023 09:41:17 +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 8460E340E7E for ; Tue, 4 Jul 2023 09:41:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7A9AAD1 for ; Tue, 4 Jul 2023 09:41:12 +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: <1688463668.5b75f900483b29b24c97c4822d92e303dc86b394.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/histogram/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/histogram/histogram-0.2.4.1.ebuild X-VCS-Directories: dev-ruby/histogram/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5b75f900483b29b24c97c4822d92e303dc86b394 X-VCS-Branch: master Date: Tue, 4 Jul 2023 09:41:12 +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: d3c6aa39-0126-49a2-ab3c-56b10524d28d X-Archives-Hash: 7b3a4f7ab4f13160fed5d3eabd9648b6 commit: 5b75f900483b29b24c97c4822d92e303dc86b394 Author: Hans de Graaff gentoo org> AuthorDate: Tue Jul 4 09:40:05 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Tue Jul 4 09:41:08 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b75f900 dev-ruby/histogram: drop 0.2.4.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/histogram/histogram-0.2.4.1.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/dev-ruby/histogram/histogram-0.2.4.1.ebuild b/dev-ruby/histogram/histogram-0.2.4.1.ebuild deleted file mode 100644 index 723024fb90bd..000000000000 --- a/dev-ruby/histogram/histogram-0.2.4.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_EXTRADOC="README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="Gives objects the ability to 'histogram' in several useful ways" -HOMEPAGE="https://github.com/jtprince/histogram" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/narray )" - -all_ruby_prepare() { - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die -}