dev-ruby/securerandom: drop 0.3.2

Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
Hans de Graaff
2025-06-01 16:05:34 +02:00
parent 619d5390dc
commit 0909680612
2 changed files with 0 additions and 27 deletions

View File

@@ -1,2 +1 @@
DIST securerandom-0.3.2.tar.gz 12145 BLAKE2B 023623d6ede0ec01a777e36ed15c37fdff0dbe73bb9892f3b179c0e736f86aaa234d36a88b278fc8a75b9212b021744cdd5081ab9769a6e5d073005ec0275d8d SHA512 9acdc671d2cdddb8e4ecaa5641fe403be47660c7441c94d07339f5888d1f574c7a001b329f9f98ff0ecdb9bebac77f843ed8f4761367d6dd29666a1e6c334e19
DIST securerandom-0.4.1.tar.gz 7164 BLAKE2B 13ea10036fb38120c89774acc60d35c1ac937e27646244f2e8b8b19049995124f600374b0062a461d225ce41ebfa8f0b6d71f4c4046fc7d0263d96387894d3de SHA512 43f1b6316f6806d4afff3cb42c869a2492c3f92977a5bf52975494acfbe4a29788e725f98006bd3a96da492609bd3571ed8f99f18bdc69e23b9cdf094bb356ea

View File

@@ -1,26 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
USE_RUBY="ruby31 ruby32 ruby33"
RUBY_FAKEGEM_BINWRAP=""
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_GEMSPEC="securerandom.gemspec"
inherit ruby-fakegem
DESCRIPTION="Interface for secure random number generator"
HOMEPAGE="https://github.com/ruby/securerandom"
SRC_URI="https://github.com/ruby/securerandom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
all_ruby_prepare() {
sed -e 's/__dir__/"."/' \
-e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \
-e 's/git ls-files -z/find * -print0/' \
-i ${RUBY_FAKEGEM_GEMSPEC} || die
}