diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-01-18 07:57:15 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-01-18 07:57:15 +0100 |
commit | 5905fa294b91ec0dd4bd7e18d917673b7adda369 (patch) | |
tree | 05229c98a0dec3738b427e3a3e2380bf2212f835 /dev-ruby/bson | |
parent | dev-ruby/syntax: add ruby25 (diff) | |
download | gentoo-5905fa294b91ec0dd4bd7e18d917673b7adda369.tar.gz gentoo-5905fa294b91ec0dd4bd7e18d917673b7adda369.tar.bz2 gentoo-5905fa294b91ec0dd4bd7e18d917673b7adda369.zip |
dev-ruby/bson: cleanup
Package-Manager: Portage-2.3.13, Repoman-2.3.3
Diffstat (limited to 'dev-ruby/bson')
-rw-r--r-- | dev-ruby/bson/Manifest | 3 | ||||
-rw-r--r-- | dev-ruby/bson/bson-4.1.1.ebuild | 44 | ||||
-rw-r--r-- | dev-ruby/bson/bson-4.2.0.ebuild | 44 | ||||
-rw-r--r-- | dev-ruby/bson/bson-4.2.1.ebuild | 44 |
4 files changed, 0 insertions, 135 deletions
diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest index 24ee330e6079..cd55abbbb60a 100644 --- a/dev-ruby/bson/Manifest +++ b/dev-ruby/bson/Manifest @@ -1,5 +1,2 @@ DIST bson-3.2.6.tar.gz 51846 BLAKE2B a714c4166f30df6376523fd500557905507c180c9b5d1042d9b6b03e03edd996ca46f0d043180786b97d81c289d51f29e7b9904aff903f7dbba5826e857357c9 SHA512 da8d7c4e50bd5387a50f0ef471f1d854e0a1bf3f109bb793b16c8e4d110f6b98cb37aee126176eccb097c5d7814360ef85e96be4aa4704226a8490984a5dd3f2 -DIST bson-4.1.1.tar.gz 55417 BLAKE2B 95acea1bafef79d39684897908d79176a9214bab7c0b18ec55f80b5d47f20474f50a3321525fdb94bc4856c6c32636a442d1920fa0aaa300d232040a9fd49023 SHA512 b98b568fe0a94e6430433a9bb57930c0a95c9b268d928a6fabb1ce6bd4343406e700de11db531f6a49bc270e449637c70ce0ad0a8f7f6cae7857f0ad627f1956 -DIST bson-4.2.0.tar.gz 91564 BLAKE2B a8b7189b2435f563734d372e57dd2744af039b8db84e840f8b04485da181872af90c0443d8c0ccbbf2c5f97dc7ee2e2b0ebb608c7bb7bf940e171a1eb1b5735a SHA512 890f6432545d807a678cf160068cf0ebb2287b78789d9bdb07b710b8baa056b2074c7d09c0e56612e40410ea217f63d3074cb28d9a4fada7916ff04f1900dc1d -DIST bson-4.2.1.tar.gz 91862 BLAKE2B ce4d54447d758901e9ec9906b2fc96d9d92a873f6459389db0055f32c8f842792402fdfa08b78e0e17f542f63b359497c51396ce17eecdd5771bbc087b41b417 SHA512 19ae538674d97b548c7b46e5cf8f3a971ebce8e3cfe3f1b1866527ed05a7b9599eeb637d126fcae8384606881ba88b513e166d299c90d61d6796053fe66fd51f DIST bson-4.2.2.tar.gz 96725 BLAKE2B 62c40df519e185665f0c42bc8ab6a2d8472d123397f1ed1403e40254944cd423e6cedbfa014a03f6c6ed8a7cde94f8c26d06e784b82ea55f17a97996915381d6 SHA512 4de8950271f5fdd5927eda290b6506248012cb8a932d65773ad53f1e3e4c67ea17575b559447d5eb6c9286f672439879dbc89aa0cded4ec2d0fa35c49da7a574 diff --git a/dev-ruby/bson/bson-4.1.1.ebuild b/dev-ruby/bson/bson-4.1.1.ebuild deleted file mode 100644 index 1648f0d000cc..000000000000 --- a/dev-ruby/bson/bson-4.1.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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="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 -} - -each_ruby_configure() { - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/bson/*$(get_modname) lib/ || die -} diff --git a/dev-ruby/bson/bson-4.2.0.ebuild b/dev-ruby/bson/bson-4.2.0.ebuild deleted file mode 100644 index 1648f0d000cc..000000000000 --- a/dev-ruby/bson/bson-4.2.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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="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 -} - -each_ruby_configure() { - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/bson/*$(get_modname) lib/ || die -} diff --git a/dev-ruby/bson/bson-4.2.1.ebuild b/dev-ruby/bson/bson-4.2.1.ebuild deleted file mode 100644 index a37b82a0715d..000000000000 --- a/dev-ruby/bson/bson-4.2.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby21 ruby22 ruby23" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -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="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 -} - -each_ruby_configure() { - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed" -} - -each_ruby_compile() { - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}" - cp ext/bson/*$(get_modname) lib/ || die -} |