From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 63E121581EE for ; Thu, 03 Apr 2025 11:48:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 44A013432C2 for ; Thu, 03 Apr 2025 11:48:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7BB911104B5; Thu, 03 Apr 2025 11:48:53 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 7630A1104B5 for ; Thu, 03 Apr 2025 11:48:53 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2863D343226 for ; Thu, 03 Apr 2025 11:48:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 945AA2785 for ; Thu, 03 Apr 2025 11:48:51 +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: <1743680906.45fd040387d8aebc723e8965bae1d41c74b600b2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/moneta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/moneta/moneta-1.6.0.ebuild X-VCS-Directories: dev-ruby/moneta/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 45fd040387d8aebc723e8965bae1d41c74b600b2 X-VCS-Branch: master Date: Thu, 03 Apr 2025 11:48:51 +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: 2de2c4fe-7470-43d5-b1e5-df091203f5fe X-Archives-Hash: 6b091f8ff3d50493951f2a34b2868696 commit: 45fd040387d8aebc723e8965bae1d41c74b600b2 Author: Hans de Graaff gentoo org> AuthorDate: Thu Apr 3 11:24:01 2025 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Thu Apr 3 11:48:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45fd0403 dev-ruby/moneta: drop 1.6.0 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/moneta/moneta-1.6.0.ebuild | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/dev-ruby/moneta/moneta-1.6.0.ebuild b/dev-ruby/moneta/moneta-1.6.0.ebuild deleted file mode 100644 index 7baef16d4107..000000000000 --- a/dev-ruby/moneta/moneta-1.6.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby27 ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_RECIPE_TEST="none" -# test is disabled for now. It requires many packages. Test suite also -# takes very long run time and has high memory consumption. - -RUBY_FAKEGEM_EXTRADOC="CHANGES README.md SPEC.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="A unified interface to key/value stores" -HOMEPAGE="https://github.com/moneta-rb/moneta" -SRC_URI="https://github.com/moneta-rb/moneta/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -all_ruby_prepare() { - sed -e "s/__dir__/'.'/" \ - -e "s/_relative//" \ - -i ${RUBY_FAKEGEM_GEMSPEC} || die -}