Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/bson/
Date: Thu, 28 Oct 2021 05:20:21
Message-Id: 1635398140.a9be13052139bf68594524ea54ab5cf80a0745d5.graaff@gentoo
1 commit: a9be13052139bf68594524ea54ab5cf80a0745d5
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 28 05:15:40 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 28 05:15:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9be1305
7
8 dev-ruby/bson: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bson/Manifest | 2 --
14 dev-ruby/bson/bson-4.10.0.ebuild | 43 ----------------------------------------
15 dev-ruby/bson/bson-4.9.4.ebuild | 43 ----------------------------------------
16 3 files changed, 88 deletions(-)
17
18 diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
19 index 08463c3c011..698796f9405 100644
20 --- a/dev-ruby/bson/Manifest
21 +++ b/dev-ruby/bson/Manifest
22 @@ -1,3 +1 @@
23 -DIST bson-4.10.0.tar.gz 158673 BLAKE2B 64a2d608a7b5c048a646e15839be9a77b1203067b018b4cd25174a38c71aa9c7ccc8f95525d1656c76f725ca5b4162e2ce408603a97bbeb51798d4ac0f316bf7 SHA512 8ba561f602e81260ec929271d1275a8393c212948b737b3662ba36e1af0ca9f48904e5497d359ed49b323875b54fac4edf6ed2afdde2505aff7e702192d78f5d
24 DIST bson-4.12.0.tar.gz 161250 BLAKE2B 060c33e4192ca433287a007351e13a3de187782675d56b0b90d5dfbf4546821f483348caaab1afa0cb715b20be53028a486f9b18ee8405afc4eeebcfc91c2b53 SHA512 b91619473ba8d4f10fa2a104e26f70d49991e164dd3dc72335bf53f39be6c30dff853cae0185285bc41985ec05717a074992e40ae9b6520d09c0aeb9e0b6992d
25 -DIST bson-4.9.4.tar.gz 157187 BLAKE2B 58bc8293b53f19fb1f02a33b42845c935046c745222ac2474b055945e3d15dfee2be17dffc00faec976419ab51d6597414884520cb8de5a91470ea485b805b9d SHA512 0e1c2c14782d321df5056439dd9f2b2cfd61daa572a4921acb3d8afcf6c50ab679f4c06c82b8d40c0997876b9599cf609ddd77bf80c005028ad711f57d0a502c
26
27 diff --git a/dev-ruby/bson/bson-4.10.0.ebuild b/dev-ruby/bson/bson-4.10.0.ebuild
28 deleted file mode 100644
29 index 197700a3e46..00000000000
30 --- a/dev-ruby/bson/bson-4.10.0.ebuild
31 +++ /dev/null
32 @@ -1,43 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -USE_RUBY="ruby25 ruby26 ruby27"
38 -
39 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
40 -
41 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
42 -
43 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
44 -
45 -GITHUB_USER="mongodb"
46 -GITHUB_PROJECT="bson-ruby"
47 -
48 -inherit multilib ruby-fakegem
49 -
50 -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
51 -HOMEPAGE="https://www.mongodb.org/"
52 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
53 -RUBY_S="bson-ruby-${PV}"
54 -
55 -LICENSE="APSL-2"
56 -SLOT="4"
57 -KEYWORDS="~amd64"
58 -IUSE="test doc"
59 -
60 -all_ruby_prepare() {
61 - # Remove bundler support
62 - sed -i -e '/bundler/I s:^:#:' Rakefile || die
63 -
64 - # Remove project-specific rspec options
65 - rm .rspec || die
66 -}
67 -
68 -each_ruby_configure() {
69 - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
70 -}
71 -
72 -each_ruby_compile() {
73 - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
74 - cp ext/bson/*$(get_modname) lib/ || die
75 -}
76
77 diff --git a/dev-ruby/bson/bson-4.9.4.ebuild b/dev-ruby/bson/bson-4.9.4.ebuild
78 deleted file mode 100644
79 index 197700a3e46..00000000000
80 --- a/dev-ruby/bson/bson-4.9.4.ebuild
81 +++ /dev/null
82 @@ -1,43 +0,0 @@
83 -# Copyright 1999-2020 Gentoo Authors
84 -# Distributed under the terms of the GNU General Public License v2
85 -
86 -EAPI=7
87 -USE_RUBY="ruby25 ruby26 ruby27"
88 -
89 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
90 -
91 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
92 -
93 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
94 -
95 -GITHUB_USER="mongodb"
96 -GITHUB_PROJECT="bson-ruby"
97 -
98 -inherit multilib ruby-fakegem
99 -
100 -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
101 -HOMEPAGE="https://www.mongodb.org/"
102 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
103 -RUBY_S="bson-ruby-${PV}"
104 -
105 -LICENSE="APSL-2"
106 -SLOT="4"
107 -KEYWORDS="~amd64"
108 -IUSE="test doc"
109 -
110 -all_ruby_prepare() {
111 - # Remove bundler support
112 - sed -i -e '/bundler/I s:^:#:' Rakefile || die
113 -
114 - # Remove project-specific rspec options
115 - rm .rspec || die
116 -}
117 -
118 -each_ruby_configure() {
119 - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
120 -}
121 -
122 -each_ruby_compile() {
123 - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
124 - cp ext/bson/*$(get_modname) lib/ || die
125 -}