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 F06A215800A for ; Fri, 11 Aug 2023 07:07:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1451D2BC018; Fri, 11 Aug 2023 07:07:32 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EAA822BC016 for ; Fri, 11 Aug 2023 07:07:31 +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 2DAD033BF36 for ; Fri, 11 Aug 2023 07:07:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 908A1F5B for ; Fri, 11 Aug 2023 07:07:29 +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: <1691737304.78d8a5d28e24c3a86dc1185ef30be372fb7ebc0b.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/instantiator/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/instantiator/Manifest dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild dev-ruby/instantiator/metadata.xml X-VCS-Directories: dev-ruby/instantiator/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 78d8a5d28e24c3a86dc1185ef30be372fb7ebc0b X-VCS-Branch: master Date: Fri, 11 Aug 2023 07:07:29 +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: e652758b-c239-467e-adfb-839b976d710e X-Archives-Hash: 838114887b08bb2cd6a25743fd8b8ad5 commit: 78d8a5d28e24c3a86dc1185ef30be372fb7ebc0b Author: Hans de Graaff gentoo org> AuthorDate: Fri Aug 11 07:01:44 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Aug 11 07:01:44 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d8a5d2 dev-ruby/instantiator: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/instantiator/Manifest | 1 - dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild | 24 ---------------------- dev-ruby/instantiator/metadata.xml | 11 ---------- 3 files changed, 36 deletions(-) diff --git a/dev-ruby/instantiator/Manifest b/dev-ruby/instantiator/Manifest deleted file mode 100644 index fc27de477aa6..000000000000 --- a/dev-ruby/instantiator/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST instantiator-0.0.7.gem 8192 BLAKE2B c1cc0bf4a3f2aaf9afd522e33fdd2b32d78ca114fc7b113f6ae297e825177827cb6aa5398917d6d05523f912bebf22e43709e53c0dfe4e1a941ebda4350d3098 SHA512 b37a9380d787252244d2b85bb99365f4a4ecdab58f76caf5e59df00b239f4981119eb5c2eb2fe6ddcf810bb0fb43695f8926370a101f4223fa28811953e6731d diff --git a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild b/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild deleted file mode 100644 index 6921472fc5f3..000000000000 --- a/dev-ruby/instantiator/instantiator-0.0.7-r1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -inherit ruby-fakegem - -DESCRIPTION="Instantiate an arbitrary Ruby class" -HOMEPAGE="https://github.com/floehopper/instantiator" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ppc ppc64 sparc x86" -IUSE="" - -ruby_add_rdepend "dev-ruby/blankslate:*" - -all_ruby_prepare() { - sed -i -e '/bundler/I s:^:#:' Rakefile test/test_helper.rb || die -} diff --git a/dev-ruby/instantiator/metadata.xml b/dev-ruby/instantiator/metadata.xml deleted file mode 100644 index 1c04675df6c5..000000000000 --- a/dev-ruby/instantiator/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - floehopper/introspection - -