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 76D86158094 for ; Fri, 15 Jul 2022 08:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D780E107D; Fri, 15 Jul 2022 08:09:26 +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 0F76EE107D for ; Fri, 15 Jul 2022 08:09:26 +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 ED4183412F2 for ; Fri, 15 Jul 2022 08:09:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6A33853B for ; Fri, 15 Jul 2022 08:09:23 +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: <1657872559.3535cb6da36b46f25f3d07b1f7263bf8c19f4987.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/coercible/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/coercible/Manifest dev-ruby/coercible/coercible-1.0.0-r1.ebuild X-VCS-Directories: dev-ruby/coercible/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 3535cb6da36b46f25f3d07b1f7263bf8c19f4987 X-VCS-Branch: master Date: Fri, 15 Jul 2022 08:09:23 +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: 64a98cd6-d20b-4bd8-9644-53049f8576d2 X-Archives-Hash: 36fd21b955d2e91a75a3b6052da328f2 commit: 3535cb6da36b46f25f3d07b1f7263bf8c19f4987 Author: Hans de Graaff gentoo org> AuthorDate: Fri Jul 15 06:49:35 2022 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Jul 15 08:09:19 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3535cb6d dev-ruby/coercible: drop 1.0.0-r1 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/coercible/Manifest | 1 - dev-ruby/coercible/coercible-1.0.0-r1.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ruby/coercible/Manifest b/dev-ruby/coercible/Manifest index 5c596f28e4e7..ed59a2a02245 100644 --- a/dev-ruby/coercible/Manifest +++ b/dev-ruby/coercible/Manifest @@ -1,2 +1 @@ -DIST coercible-1.0.0.gem 24064 BLAKE2B 5f9708211600621869e78742dc5421672f27162c1e09e703bb2954d67b2ad281ddf59f9ecb28722f4423cbd0c7fc8bc14bda0f1f064135cbefc24ddb94ab1648 SHA512 5de43166625cca102cd048ae5cd4113ef834b273fb798490a99eeaab423174f1fa40410546de4e0224234efb996a4aa1f2c37b093298f50356f925b8a6163767 DIST coercible-1.0.1.tar.gz 18949 BLAKE2B 92c4b2a38ac662d270aacd2d46216c188fef12b99f0a54c2642d96f72e5d45fac895c8e0c1d4300784e754f384eb86a9731c32a9780af9877668251fa39eca57 SHA512 27c563a70a028af0fdcf72200b47e29b4eb312539d16634b9533140903504a42284ff31fe73286b0944129b6481614184c2966f47b82d08ac419bdadb862f5ea diff --git a/dev-ruby/coercible/coercible-1.0.0-r1.ebuild b/dev-ruby/coercible/coercible-1.0.0-r1.ebuild deleted file mode 100644 index 8549f75505ec..000000000000 --- a/dev-ruby/coercible/coercible-1.0.0-r1.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27" - -RUBY_FAKEGEM_EXTRADOC="README.md Changelog.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -inherit ruby-fakegem - -DESCRIPTION="Powerful, flexible and configurable coercion library" -HOMEPAGE="https://github.com/solnic/coercible https://rubygems.org/gems/coercible" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/descendants_tracker-0.0.1 -