From c7213896f5c5ae8005f06262da5c0aa2118d06d6 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Tue, 11 Aug 2015 19:21:19 +0200 Subject: dev-ruby/bson: remove vulnerable versions, bug 551496 Package-Manager: portage-2.2.20 --- dev-ruby/bson/Manifest | 2 - dev-ruby/bson/bson-1.6.2-r1.ebuild | 111 ------------------------------------- dev-ruby/bson/bson-2.3.0.ebuild | 69 ----------------------- 3 files changed, 182 deletions(-) delete mode 100644 dev-ruby/bson/bson-1.6.2-r1.ebuild delete mode 100644 dev-ruby/bson/bson-2.3.0.ebuild diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest index cc7d23bb970f..94b5b5d59354 100644 --- a/dev-ruby/bson/Manifest +++ b/dev-ruby/bson/Manifest @@ -1,5 +1,3 @@ -DIST bson-2.3.0.tar.gz 48880 SHA256 ea0d7f285926c176239fad0f2cd45e6c40981e2abb665f666cfa1137138604c9 SHA512 8b22e139f06c07cf26905ef8bc5ac7f039c9b0440015c2ab1035a0e402598c826c0be4c31e68a4894b350e405602c99df8c65b45af83f89b5507e965e6bf2e7d WHIRLPOOL a3fc514da88c5a0d9c55019367d243a403889e6119892f9ec70f844ecbc90bc345f3a5a5913248f7441b9910584714beb061dab61c904b573a50896392849e7d DIST bson-3.0.4.tar.gz 49517 SHA256 10a34e681804abfde9a2c047d9fa4554e40aef28f0a7114b88f7324215041de4 SHA512 8a57ff6706af44ef22841fdd33cd8c9d2ea4fd94dfde9f4fe94fdb08d95d3249b96939866459294c8258d99f37ff3e0ab8ac16b53fad1db6ddb26506135a4008 WHIRLPOOL 07f81925049e23c5f8f75e08b3eb4594e0df4a890bc864674d19a3a291eca8a58f121b3d045d14c44f454753dc3d0be425ff140d3d0eb72bc2cd8a61734d08d8 DIST bson-3.2.0.tar.gz 50495 SHA256 a452bf4f77548697f36659413fa2c106e592d29b8259c285262a1db5c1ffae06 SHA512 258cd31e390cafb12b93d326686e2a08e55da44b458a68cbf5ce8ebc51a477844934a346a77914a9baf1004ca465b45d7399e7daab74b2b9e7389b7c23cbf777 WHIRLPOOL d8c192343dcabbf162d16dd4f19612ddeb43cdabe8e13559014db2ca2d7dda2c5df759631fba7f0f4ed7b5e2d76e7327dc4a46d695a792afbc84aaaf8f6b4489 DIST mongo-ruby-driver-1.12.0.tar.gz 360669 SHA256 84c87d26601c9bd91a6604bcb3630be50d239e471542f9b0a68379705dd03e11 SHA512 725110c527867379def85fde50b6825e94a320356f062e4403d9d55c223f2503676f83ae42916d6ab45afd90d30b2a4272519e070c4af2095c0965297fd72bb6 WHIRLPOOL c152aa579a0535707909560cc73fc878521aac95c034ec71bca6c2397754b5e057c1e7ca32f6b2b3393ce975f122e65926820cdde29aa5f5734fb9717bd980e0 -DIST mongo-ruby-driver-1.6.2.tar.gz 15485515 SHA256 ef6885ba66fce2df619d5543ef1699b584362fe37931e9e2121d974a67cb4a58 SHA512 ce537f2b819c072fddcb12dac66d81e9dc23a739b43211b65239d3264be9d4ac586813a18ca674abf75078639e3ee22dced8e88061e7c263b2381ea0d4e97b28 WHIRLPOOL ceb3ad9cb7b5cd1372d27a7962b60242166a37d31320e54f28c51b5f18e3a53cc08194dc2ec293c953a12a0936b1d8869f9338f4ca3a84fa09a847558acc361e diff --git a/dev-ruby/bson/bson-1.6.2-r1.ebuild b/dev-ruby/bson/bson-1.6.2-r1.ebuild deleted file mode 100644 index 95d89ebd6549..000000000000 --- a/dev-ruby/bson/bson-1.6.2-r1.ebuild +++ /dev/null @@ -1,111 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -# jruby → support needs to be written properly -USE_RUBY="ruby19 ruby20 ruby21" - -RUBY_FAKEGEM_TASK_DOC="moot" # we do it manually, but still declare it -RUBY_FAKEGEM_DOCDIR="html" -RUBY_FAKEGEM_EXTRADOC="" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -GITHUB_USER="mongodb" -GITHUB_PROJECT="mongo-ruby-driver" -RUBY_S="${GITHUB_USER}-${GITHUB_PROJECT}-*" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)" -HOMEPAGE="http://www.mongodb.org/" -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/tarball/${PV} -> ${GITHUB_PROJECT}-${PV}.tar.gz" - -LICENSE="APSL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="test doc" - -ruby_add_bdepend \ - "test? ( - dev-ruby/rake - dev-ruby/shoulda - dev-ruby/mocha - dev-ruby/test-unit:2 - ) - doc? ( dev-ruby/rdoc )" - -all_ruby_prepare() { - # remove the stuff that is actually part of dev-ruby/mongo - rm -rf {lib,bin}/mongo* -} - -each_ruby_configure() { - case ${RUBY} in - */ruby19|*/ruby20) - ${RUBY} -C ext/cbson extconf.rb || die "extconf.rb failed" - ;; - */jruby) - ${RUBY} -S rake build:java || die "rake build:java failed" - ;; - esac -} - -each_ruby_compile() { - case ${RUBY} in - */ruby19|*/ruby20) - emake -C ext/cbson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - mkdir -p lib/bson_ext - cp ext/cbson/*$(get_modname) lib/bson_ext || die - ;; - */jruby) - die "missing in ebuild" - ;; - esac -} - -all_ruby_compile() { - # Trying to get the Rakefile to build the sources is more trouble - # than it's worth, do it manually instead. - if use doc; then - rdoc --op html --inline-source lib/**/*.rb || die "rdoc failed" - fi -} - -each_ruby_test() { - case ${RUBY} in - */ruby19|*/ruby20) - C_EXT=true ${RUBY} -S rake test:bson || die "tests failed" - ;; - esac - - ${RUBY} -S rake test:bson || die "tests failed" -} - -each_ruby_install() { - # we have to set the library path here because the gemspec tries to - # load bson itself, and would fail without that. - RUBYLIB="lib" \ - each_fakegem_install - - # and now we create the simulated gem for bson_ext; we create a file - # bson_ext.rb within ext so that we don't have to change the - # bson_ext.gemspec file, and at the same time we ensure that bson - # gem is loaded when loading bson_ext. - dodir $(ruby_fakegem_gemsdir)/gems/bson_ext-${PV}/ext - cat - < "${D}/$(ruby_fakegem_gemsdir)/gems/bson_ext-${PV}/ext/bson_ext.rb" -require 'bson' -EOF - - RUBYLIB="lib" \ - RUBY_FAKEGEM_NAME=bson_ext \ - RUBY_FAKEGEM_GEMSPEC=bson_ext.gemspec \ - ruby_fakegem_install_gemspec -} - -pkg_postinst() { - elog "Unlike upstream setup, we do not split bson and bson_ext gem." - elog "This means that for all the supported targets, the C-based extension" - elog "is installed by this package, and is available transparently." -} diff --git a/dev-ruby/bson/bson-2.3.0.ebuild b/dev-ruby/bson/bson-2.3.0.ebuild deleted file mode 100644 index 3e7f35d657c1..000000000000 --- a/dev-ruby/bson/bson-2.3.0.ebuild +++ /dev/null @@ -1,69 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -# jruby → support needs to be written properly -USE_RUBY="ruby19 ruby20 ruby21 ruby22" - -RUBY_FAKEGEM_RECIPE_TEST="rspec" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -GITHUB_USER="mongodb" -GITHUB_PROJECT="bson-ruby" - -inherit multilib ruby-fakegem - -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)" -HOMEPAGE="http://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="2" -KEYWORDS="~amd64" -IUSE="test doc" - -ruby_add_bdepend \ - "test? ( - dev-ruby/rake - dev-ruby/shoulda - dev-ruby/mocha - dev-ruby/test-unit:2 - ) - doc? ( dev-ruby/rdoc )" - -all_ruby_prepare() { - # Remove bundler support - sed -i -e '/bundler/I s:^:#:' Rakefile || die - - # Remove project-specific rspec options - rm .rspec || die -} - -each_ruby_configure() { - case ${RUBY} in - */ruby19|*/ruby20|*/ruby21|*/ruby22) - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed" - ;; - */jruby) - ${RUBY} -S rake build:java || die "rake build:java failed" - ;; - esac -} - -each_ruby_compile() { - case ${RUBY} in - */ruby19|*/ruby20|*/ruby21|*/ruby22) - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/bson/*$(get_modname) lib/ || die - ;; - */jruby) - die "missing in ebuild" - ;; - esac -} -- cgit v1.2.3-65-gdbad