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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E550158042 for ; Fri, 8 Nov 2024 14:22:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB135E0844; Fri, 8 Nov 2024 14:22:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 C4E2EE0837 for ; Fri, 8 Nov 2024 14:22:46 +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 1754E341939 for ; Fri, 8 Nov 2024 14:22:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 24C611E65 for ; Fri, 8 Nov 2024 14:22:43 +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: <1731075734.863c252366b1465b53e40cde7ace76c6e2418af2.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bcrypt-ruby/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/bcrypt-ruby/Manifest dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild X-VCS-Directories: dev-ruby/bcrypt-ruby/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 863c252366b1465b53e40cde7ace76c6e2418af2 X-VCS-Branch: master Date: Fri, 8 Nov 2024 14:22:43 +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: 1b8d1c23-70f3-42a6-9d4b-08fef7f55af2 X-Archives-Hash: ff089179f1f5597ac0249f064b9cf504 commit: 863c252366b1465b53e40cde7ace76c6e2418af2 Author: Hans de Graaff gentoo org> AuthorDate: Fri Nov 8 13:28:55 2024 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Fri Nov 8 14:22:14 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863c2523 dev-ruby/bcrypt-ruby: drop 3.1.19 Signed-off-by: Hans de Graaff gentoo.org> dev-ruby/bcrypt-ruby/Manifest | 1 - dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild | 29 -------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-ruby/bcrypt-ruby/Manifest b/dev-ruby/bcrypt-ruby/Manifest index add1a765ec4f..d0ccdd5643bc 100644 --- a/dev-ruby/bcrypt-ruby/Manifest +++ b/dev-ruby/bcrypt-ruby/Manifest @@ -1,2 +1 @@ -DIST bcrypt-3.1.19.gem 55296 BLAKE2B 8187a84381f9654ee271b0019dcbc0d0487b2efde384673be6838c7d019e8bebcdefd18e1d82b51e5518eeccebe673646582aaf0f9ce776db86b9d552e645330 SHA512 b34e48db1222f1c36a31afbd8a68dc87fb99431d90ec0932705999a04146886139c3654d8a9b615221dfe7048b8b0cc642a8f9819700bfa079e847d70483badf DIST bcrypt-ruby-3.1.20.tar.gz 51778 BLAKE2B 7278019f07aa2c0625a40a90d6a79ba99aa966ae72639427f06bc1fd4e7463d19765ceaa9700a588d168f422ad6a9ac391c683424d4bef4b30df2b667fca4bcb SHA512 a89e992a8684211fda22074269000475f7975dd41f05f9b1c2acd82e7a7e084134dc33c66053b315dc918f848330f2990545e7c806c17b69cdffbf2b382e0f4d diff --git a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild b/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild deleted file mode 100644 index ea8b4a585fc2..000000000000 --- a/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby30 ruby31 ruby32" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.md" - -RUBY_FAKEGEM_NAME="bcrypt" - -RUBY_FAKEGEM_EXTENSIONS=(ext/mri/extconf.rb) - -inherit ruby-fakegem - -DESCRIPTION="An easy way to keep your users' passwords secure" -HOMEPAGE="https://github.com/bcrypt-ruby/bcrypt-ruby" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" - -all_ruby_prepare() { - rm Gemfile || die - sed -i -e 's/git ls-files/find */' bcrypt.gemspec || die -}