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 17D8F158094 for ; Mon, 25 Jul 2022 05:42:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 000FFE0FE1; Mon, 25 Jul 2022 05:42:55 +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 51FBFE0FEC for ; Mon, 25 Jul 2022 05:42:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 1514C340EEC for ; Mon, 25 Jul 2022 05:42:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9006854F for ; Mon, 25 Jul 2022 05:42:52 +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: <1658727668.ca5e958bd2480b3529d4e19319d1cb16062dd723.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/paramesan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/paramesan/Manifest dev-ruby/paramesan/paramesan-0.1.1.ebuild X-VCS-Directories: dev-ruby/paramesan/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: ca5e958bd2480b3529d4e19319d1cb16062dd723 X-VCS-Branch: master Date: Mon, 25 Jul 2022 05:42:52 +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: cfc28853-4e5e-43ba-b824-b6d072ddadd5 X-Archives-Hash: ab55f954dfe059c8951b3c2692d17aa6 commit: ca5e958bd2480b3529d4e19319d1cb16062dd723 Author: Hans de Graaff gentoo org> AuthorDate: Mon Jul 25 05:41:08 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon Jul 25 05:41:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5e958b dev-ruby/paramesan: drop 0.1.1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/paramesan/Manifest | 1 - dev-ruby/paramesan/paramesan-0.1.1.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/paramesan/Manifest b/dev-ruby/paramesan/Manifest index f8cf0d87bf5d..c629fdfe873d 100644 --- a/dev-ruby/paramesan/Manifest +++ b/dev-ruby/paramesan/Manifest @@ -1,2 +1 @@ -DIST paramesan-0.1.1.tgz 4064 BLAKE2B f6c0e8b0df885e9dda4d5c2a3f0226703a94237707b877a7b82d5b8b0fdc812fcf289019a1ed550640a7f99a59a0b0389407857bc0e21987c7dd734734d32c0d SHA512 927595ed9686fb8833beaabf4421cb2c4908bf6e2e1c656034a79c839c292b503ca0ae211f8bdd3916501a281eb2f0b374fc5f4c90615629170e1ba767f0e7fc DIST paramesan-1.0.1.tgz 4981 BLAKE2B 3447281084a1d79d46f2a8b80c9b6d2ee63d9ef245e07ef07799a2ab2c730a1f99075bfb5c632c409fe412e277cfe354c8e59e99ffd38c2f1d671b7db3ace34a SHA512 6353006a26e8a7d4790d8bee88e4968df6d79ebca1f0855262eee1679789dfe1404fc345f6965377d5eadf03b88b9b8e1764a84065dde312d29fc0bae323b8a0 diff --git a/dev-ruby/paramesan/paramesan-0.1.1.ebuild b/dev-ruby/paramesan/paramesan-0.1.1.ebuild deleted file mode 100644 index 2339e07e4fdc..000000000000 --- a/dev-ruby/paramesan/paramesan-0.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_BINWRAP="" - -RUBY_FAKEGEM_GEMSPEC="paramesan.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Parameterized tests in Ruby" -HOMEPAGE="https://github.com/jpace/paramesan" - -SRC_URI="https://github.com/jpace/paramesan/archive/v${PV}.tar.gz -> ${P}.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~hppa ~ppc ~sparc x86" -IUSE="" - -all_ruby_prepare() { - sed -i -e 's/git ls-files -z/find . -print0/' ${RUBY_FAKEGEM_GEMSPEC} || die - sed -i -e '/bundler/ s:^:#:' Rakefile || die -}