mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/bson: add 5.2.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
DIST bson-5.0.0.gem 172544 BLAKE2B 574c1e42e3b625d0b24dc21eb731bd5b2f86ccc76cceb252635f6be3e504553ab7d267f0b128ae4cfe6da0135c4e0e588a78ae1955dcc5847a32ef64d4d81157 SHA512 31e3606328749937e523a0ec4f9a14da2fe8e03070b3602fd96a3b6742f060988d227029f85768c1ad22348b7af20efbe360b93956d7dc9efba429f9f8d36a47
|
||||
DIST bson-5.1.1.gem 178688 BLAKE2B 22330741678ba1084391e17bf900fde0182a584bfd2f18a0be513cd5ee76a8426d81f72b9464d6ead67a8bf049bbbc4e8e6f29177cd5af7134eaff49e0b8cc75 SHA512 027248b5c386a61a35bea6b0f21060ce578ec38d662fb240c75232cb5cba3f19d4e9322588997d1f64b5f892de84e7e5ec7dfe41a2425e072061bef60e794797
|
||||
DIST bson-5.2.0.gem 179200 BLAKE2B 3818f13606613dc111848960837cbdd3c0b99da78d603dde35077c70221ea4fde2df488dfdb31665bdd8697fd6b5fbb1ab710f6418a430cca84644e23861b0e2 SHA512 87fc765f646987c49d899a5ef1f713a287f2c508cb8ff59cddfe09caf18734a8496d02eda4ada798c72b0c2dd5363e1ee6af2ddf0b91350b609c316dc2e0b8d2
|
||||
|
||||
30
dev-ruby/bson/bson-5.2.0.ebuild
Normal file
30
dev-ruby/bson/bson-5.2.0.ebuild
Normal file
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/bson/extconf.rb)
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
|
||||
HOMEPAGE="https://www.mongodb.com/"
|
||||
# We prefer rubygems if we can anyway, but note that rubygems has test sources we need,
|
||||
# but github *doesn't* (other way around to usual!)
|
||||
RUBY_S="bson-ruby-${PV}"
|
||||
|
||||
LICENSE="APSL-2"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~amd64 ~riscv ~x86"
|
||||
IUSE="test doc"
|
||||
|
||||
ruby_add_rdepend "dev-ruby/base64 dev-ruby/bigdecimal dev-ruby/ostruct"
|
||||
|
||||
all_ruby_prepare() {
|
||||
# Remove bundler support
|
||||
sed -i -e '/bundler/I s:^:#:' Rakefile || die
|
||||
}
|
||||
Reference in New Issue
Block a user