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 DF06515800A for ; Sun, 23 Jul 2023 06:11:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A8D7E07E2; Sun, 23 Jul 2023 06:11:00 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 08F95E07E2 for ; Sun, 23 Jul 2023 06:11:00 +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 CF9B5340D1B for ; Sun, 23 Jul 2023 06:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 353B7B9E for ; Sun, 23 Jul 2023 06:10:57 +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: <1690092569.5a44d9e124014553a64613ec4663e1b3bed6dc2c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/trollop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/trollop/Manifest dev-ruby/trollop/metadata.xml dev-ruby/trollop/trollop-2.9.10.ebuild X-VCS-Directories: dev-ruby/trollop/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 5a44d9e124014553a64613ec4663e1b3bed6dc2c X-VCS-Branch: master Date: Sun, 23 Jul 2023 06:10:57 +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: 74b78f93-2649-4a27-83b2-87325a7046e4 X-Archives-Hash: ad865536e80b3533ded744295d492424 commit: 5a44d9e124014553a64613ec4663e1b3bed6dc2c Author: Hans de Graaff gentoo org> AuthorDate: Sun Jul 23 06:09:29 2023 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Sun Jul 23 06:09:29 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a44d9e1 dev-ruby/trollop: remove masked package Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/trollop/Manifest | 1 - dev-ruby/trollop/metadata.xml | 8 -------- dev-ruby/trollop/trollop-2.9.10.ebuild | 28 ---------------------------- 3 files changed, 37 deletions(-) diff --git a/dev-ruby/trollop/Manifest b/dev-ruby/trollop/Manifest deleted file mode 100644 index 9c0ee7b42c6f..000000000000 --- a/dev-ruby/trollop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST trollop-2.9.10.gem 29696 BLAKE2B f69b1ab8ce166f9fe6198e177266ee86e38f3bed4c3a55529705aedc4518cc04a48b9bee4463887fc4ac1cd04cad98d35c298265ad1433ced11e0ff5bc1f50ce SHA512 21a0db09d480353ff846a1311b118e0b0db4ca13a559dd1749c1478eff7080dd04e5308dbf1807215eadb68e276c991970b23357e9a3497acb9f705f7f77253c diff --git a/dev-ruby/trollop/metadata.xml b/dev-ruby/trollop/metadata.xml deleted file mode 100644 index daac6fdb7252..000000000000 --- a/dev-ruby/trollop/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - diff --git a/dev-ruby/trollop/trollop-2.9.10.ebuild b/dev-ruby/trollop/trollop-2.9.10.ebuild deleted file mode 100644 index 73bee62af05e..000000000000 --- a/dev-ruby/trollop/trollop-2.9.10.ebuild +++ /dev/null @@ -1,28 +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="FAQ.txt History.txt README.md" - -inherit ruby-fakegem - -DESCRIPTION="Trollop is a commandline option parser for Ruby" -HOMEPAGE="https://manageiq.github.io/trollop/" -LICENSE="MIT" - -KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos ~x64-macos ~x64-solaris" -SLOT="2" -IUSE="" - -ruby_add_bdepend "test? ( dev-ruby/chronic )" - -all_ruby_prepare() { - sed -i -e '/bundle/ s:^:#:' Rakefile || die -} - -each_ruby_test() { - MUTANT=true ${RUBY} -S rake test || die "Tests failed." -}