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 6179F15802F for ; Fri, 31 Mar 2023 01:03:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA06EE08E5; Fri, 31 Mar 2023 01:03:54 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AFC75E08E5 for ; Fri, 31 Mar 2023 01:03:54 +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 D6753340F84 for ; Fri, 31 Mar 2023 01:03:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EAC6A19 for ; Fri, 31 Mar 2023 01:03:50 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1680224101.19767077b799d70025e5876cf1b6b4496f718d6f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/climate_control/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/climate_control/Manifest dev-ruby/climate_control/climate_control-1.0.1.ebuild X-VCS-Directories: dev-ruby/climate_control/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19767077b799d70025e5876cf1b6b4496f718d6f X-VCS-Branch: master Date: Fri, 31 Mar 2023 01:03:50 +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: f179cdcc-dc81-4ea0-91b8-d7a32119bcbd X-Archives-Hash: 88e8c45bca4e2e0b683883a18658a4ec commit: 19767077b799d70025e5876cf1b6b4496f718d6f Author: Sam James gentoo org> AuthorDate: Fri Mar 31 00:48:57 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 31 00:55:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19767077 dev-ruby/climate_control: drop 1.0.1 Signed-off-by: Sam James gentoo.org> dev-ruby/climate_control/Manifest | 1 - .../climate_control/climate_control-1.0.1.ebuild | 29 ---------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/climate_control/Manifest b/dev-ruby/climate_control/Manifest index 331ee6405b9a..3c146a2391ba 100644 --- a/dev-ruby/climate_control/Manifest +++ b/dev-ruby/climate_control/Manifest @@ -1,2 +1 @@ -DIST climate_control-1.0.1.gem 9728 BLAKE2B f2d267e86c58fdbb7a85508f56a091166809d108c2e66702df50962086a89a134e6a47a1e53c36272c563f1d4a0225fc613490616d67fbe04e9647b7fe8cfda6 SHA512 2dfd790b444409275571881d19c3712c6542890499f3d55e5f8ea3775166c01adbb216a0749b0c4e126d631cba690c0edc3f8c49143fc0ff3bcc8b25545bf218 DIST climate_control-1.2.0.gem 10752 BLAKE2B 5c7c1d0b1ec50f12139e47a0c0f2d5753c6165aa96bb995be12f65cef4a222fc4fa96b66e8c475b3ebe2f353c335a6667e12a9a2a8a869331a1f41f72d686d94 SHA512 282f40d5d9d7b4a6577ea13dd92141c985a0c1bd7d6688cb2bca2529721a0523a1e9ac4ba1c6a27a43b286ac664e502698ef2c0578a9030283a4b18f7cb0a5e8 diff --git a/dev-ruby/climate_control/climate_control-1.0.1.ebuild b/dev-ruby/climate_control/climate_control-1.0.1.ebuild deleted file mode 100644 index afca40f5eb3b..000000000000 --- a/dev-ruby/climate_control/climate_control-1.0.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby26 ruby27 ruby30 ruby31" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="NEWS README.md" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Easily manage your environment" -HOMEPAGE="https://github.com/thoughtbot/climate_control" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - # Avoid dependencies on simplecov and git. - sed -i -e '/simplecov/I s:^:#:' spec/spec_helper.rb || die - sed -i -e 's/git ls-files/find * -print/' ${RUBY_FAKEGEM_GEMSPEC} || die -}