summaryrefslogtreecommitdiff
path: root/dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-11-08 14:28:55 +0100
committerHans de Graaff <graaff@gentoo.org>2024-11-08 15:22:14 +0100
commit863c252366b1465b53e40cde7ace76c6e2418af2 (patch)
tree3cc8eddfa53929fef505e996d1a8216375f7b63a /dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild
parent240e195a2a024fe6ed579ca6baf2b1aa616fc8be (diff)
downloadgentoo-863c252366b1465b53e40cde7ace76c6e2418af2.tar.gz
gentoo-863c252366b1465b53e40cde7ace76c6e2418af2.tar.bz2
gentoo-863c252366b1465b53e40cde7ace76c6e2418af2.zip
dev-ruby/bcrypt-ruby: drop 3.1.19
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild')
-rw-r--r--dev-ruby/bcrypt-ruby/bcrypt-ruby-3.1.19.ebuild29
1 files changed, 0 insertions, 29 deletions
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
-}