summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-04-01 23:19:07 +0100
committerSam James <sam@gentoo.org>2023-04-02 00:18:44 +0100
commit9f5be373c35df63a2b25c72061bde707b9cda6f1 (patch)
tree6dff752b9b8a70e0d617c2548ee7a1d7f665a174 /dev-ruby/bson/bson-4.12.0.ebuild
parentdev-ruby/facter: enable ruby32, fix tests (diff)
downloadgentoo-9f5be373c35df63a2b25c72061bde707b9cda6f1.tar.gz
gentoo-9f5be373c35df63a2b25c72061bde707b9cda6f1.tar.bz2
gentoo-9f5be373c35df63a2b25c72061bde707b9cda6f1.zip
dev-ruby/bson: drop 4.12.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ruby/bson/bson-4.12.0.ebuild')
-rw-r--r--dev-ruby/bson/bson-4.12.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-ruby/bson/bson-4.12.0.ebuild b/dev-ruby/bson/bson-4.12.0.ebuild
deleted file mode 100644
index 1d9b185eacd3..000000000000
--- a/dev-ruby/bson/bson-4.12.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-USE_RUBY="ruby25 ruby26 ruby27 ruby30"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-RUBY_FAKEGEM_EXTENSIONS=(ext/bson/extconf.rb)
-
-GITHUB_USER="mongodb"
-GITHUB_PROJECT="bson-ruby"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
-HOMEPAGE="https://www.mongodb.org/"
-SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-RUBY_S="bson-ruby-${PV}"
-
-LICENSE="APSL-2"
-SLOT="4"
-KEYWORDS="~amd64"
-IUSE="test doc"
-
-all_ruby_prepare() {
- # Remove bundler support
- sed -i -e '/bundler/I s:^:#:' Rakefile || die
-
- # Remove project-specific rspec options
- rm .rspec || die
-}