summaryrefslogtreecommitdiff
path: root/dev-ruby/bson/bson-5.2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ruby/bson/bson-5.2.0.ebuild')
-rw-r--r--dev-ruby/bson/bson-5.2.0.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-ruby/bson/bson-5.2.0.ebuild b/dev-ruby/bson/bson-5.2.0.ebuild
deleted file mode 100644
index 16799d3d6001..000000000000
--- a/dev-ruby/bson/bson-5.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby32 ruby33 ruby34 ruby40"
-
-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
-}