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 A983C15801B for ; Sun, 27 Aug 2023 06:45:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5FAB32BC0BD; Sun, 27 Aug 2023 06:44:59 +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 43C232BC0BD for ; Sun, 27 Aug 2023 06:44:59 +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 56192340DF6 for ; Sun, 27 Aug 2023 06:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAB8310BC for ; Sun, 27 Aug 2023 06:44:55 +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: <1693118689.f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/instance_storage/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild dev-ruby/instance_storage/instance_storage-2.0.0.ebuild X-VCS-Directories: dev-ruby/instance_storage/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe X-VCS-Branch: master Date: Sun, 27 Aug 2023 06:44:55 +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: caa812de-7bef-4c5c-99cd-4f3d6e7c72d4 X-Archives-Hash: 3171de02cf8a24b0cd042dda0ebe45a0 commit: f0a1cadff3475d9dca159a03aad8cb9b9b9c48fe Author: Hans de Graaff gentoo org> AuthorDate: Sun Aug 27 06:35:11 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Aug 27 06:44:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a1cadf dev-ruby/instance_storage: drop 1.0.0-r1, 2.0.0 Signed-off-by: Hans de Graaff gentoo.org> .../instance_storage-1.0.0-r1.ebuild | 21 --------------------- .../instance_storage/instance_storage-2.0.0.ebuild | 21 --------------------- 2 files changed, 42 deletions(-) diff --git a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild b/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild deleted file mode 100644 index 00d83fbf0fce..000000000000 --- a/dev-ruby/instance_storage/instance_storage-1.0.0-r1.ebuild +++ /dev/null @@ -1,21 +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" - -inherit ruby-fakegem -DESCRIPTION="Manage class instances with dictionary" -HOMEPAGE="https://rubygems.org/gems/instance_storage/" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die -} diff --git a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild b/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild deleted file mode 100644 index 1eb61fc345f3..000000000000 --- a/dev-ruby/instance_storage/instance_storage-2.0.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2023 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" - -inherit ruby-fakegem -DESCRIPTION="Manage class instances with dictionary" -HOMEPAGE="https://rubygems.org/gems/instance_storage/" - -LICENSE="MIT" -SLOT="$(ver_cut 1)" -KEYWORDS="~amd64 ~riscv ~x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e '/bundler/ s:^:#:' Rakefile test/instance_storage_test.rb || die -}