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 D591C158086 for ; Wed, 24 Nov 2021 08:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D16C4E0866; Wed, 24 Nov 2021 08:43:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 AF5AEE0863 for ; Wed, 24 Nov 2021 08:43:15 +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 7C1B134311D for ; Wed, 24 Nov 2021 08:43:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39ECC1E6 for ; Wed, 24 Nov 2021 08:43:11 +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: <1637743386.1d5e81ea1e85ddeca9865b2d7b88ab945be74b58.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/ref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/ref/ref-2.0.0.ebuild X-VCS-Directories: dev-ruby/ref/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 1d5e81ea1e85ddeca9865b2d7b88ab945be74b58 X-VCS-Branch: master Date: Wed, 24 Nov 2021 08:43:11 +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: bbbc9a0c-ab0e-4d05-815f-bf6edb3575b6 X-Archives-Hash: 3ec33fa5e2de7b85dd67ff7189be10eb commit: 1d5e81ea1e85ddeca9865b2d7b88ab945be74b58 Author: Hans de Graaff gentoo org> AuthorDate: Wed Nov 24 08:36:55 2021 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Wed Nov 24 08:43:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d5e81ea dev-ruby/ref: cleanup Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/ref/ref-2.0.0.ebuild | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/dev-ruby/ref/ref-2.0.0.ebuild b/dev-ruby/ref/ref-2.0.0.ebuild deleted file mode 100644 index 00aed92df895..000000000000 --- a/dev-ruby/ref/ref-2.0.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="HISTORY.txt README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Implements weak, soft, and strong references in Ruby" -HOMEPAGE="https://github.com/ruby-concurrency/ref" -SRC_URI="https://github.com/ruby-concurrency/ref/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="2" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/simplecov/,/^end/ s:^:#:' spec/spec_helper.rb || die -}