diff options
Diffstat (limited to 'dev-ruby/bson')
| -rw-r--r-- | dev-ruby/bson/Manifest | 3 | ||||
| -rw-r--r-- | dev-ruby/bson/bson-5.0.0.ebuild | 29 | ||||
| -rw-r--r-- | dev-ruby/bson/bson-5.1.1.ebuild | 29 | ||||
| -rw-r--r-- | dev-ruby/bson/bson-5.2.0.ebuild | 30 | ||||
| -rw-r--r-- | dev-ruby/bson/metadata.xml | 12 |
5 files changed, 0 insertions, 103 deletions
diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest deleted file mode 100644 index 5146e35cb367..000000000000 --- a/dev-ruby/bson/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -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 diff --git a/dev-ruby/bson/bson-5.0.0.ebuild b/dev-ruby/bson/bson-5.0.0.ebuild deleted file mode 100644 index 7f081b98527c..000000000000 --- a/dev-ruby/bson/bson-5.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -USE_RUBY="ruby31 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" - -all_ruby_prepare() { - # Remove bundler support - sed -i -e '/bundler/I s:^:#:' Rakefile || die -} diff --git a/dev-ruby/bson/bson-5.1.1.ebuild b/dev-ruby/bson/bson-5.1.1.ebuild deleted file mode 100644 index d1bf3076f2eb..000000000000 --- a/dev-ruby/bson/bson-5.1.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 -} 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 -} diff --git a/dev-ruby/bson/metadata.xml b/dev-ruby/bson/metadata.xml deleted file mode 100644 index 06468b711c56..000000000000 --- a/dev-ruby/bson/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>ruby@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="cpe">cpe:/a:bson_project:bson</remote-id> - </upstream> - <origin>baldeagleos-repo</origin> -</pkgmetadata> |
