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: Mon, 28 Dec 2020 08:51:06
Message-Id: 1609145458.f829616026bc33642093a4d945203dd65d9ec216.graaff@gentoo
1 commit: f829616026bc33642093a4d945203dd65d9ec216
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 08:50:30 2020 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 08:50:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8296160
7
8 dev-ruby/bson: cleanup
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/bson/Manifest | 3 ---
14 dev-ruby/bson/bson-4.7.1.ebuild | 43 -----------------------------------------
15 dev-ruby/bson/bson-4.8.2.ebuild | 43 -----------------------------------------
16 dev-ruby/bson/bson-4.9.2.ebuild | 43 -----------------------------------------
17 4 files changed, 132 deletions(-)
18
19 diff --git a/dev-ruby/bson/Manifest b/dev-ruby/bson/Manifest
20 index fc8ad82cb81..f0202da34ce 100644
21 --- a/dev-ruby/bson/Manifest
22 +++ b/dev-ruby/bson/Manifest
23 @@ -1,5 +1,2 @@
24 DIST bson-4.10.0.tar.gz 158673 BLAKE2B 64a2d608a7b5c048a646e15839be9a77b1203067b018b4cd25174a38c71aa9c7ccc8f95525d1656c76f725ca5b4162e2ce408603a97bbeb51798d4ac0f316bf7 SHA512 8ba561f602e81260ec929271d1275a8393c212948b737b3662ba36e1af0ca9f48904e5497d359ed49b323875b54fac4edf6ed2afdde2505aff7e702192d78f5d
25 -DIST bson-4.7.1.tar.gz 120690 BLAKE2B fbb6eeca2b339eaa80503294cefd1c97abb9f992ce1068bbf64a6ffa9239fabb6df4c982c90ab3522362c5bbe55bbaf479023a2f5f2e24ffb86a1dd8fae80db3 SHA512 75026ab81abf5f629200b008a3a8da38a594751c43335eb0c8e29bc94848d2dfce9479419de136b8176dde5d2cc9e66ceb5a7d2b52cfacdb1813a1c63871fa95
26 -DIST bson-4.8.2.tar.gz 153029 BLAKE2B bc058d06afecdfcaa029e525f8122bd4e647a432934cd2b7594721920e9f0b1d727a48fcf44ec14d2206a699ea6c24c872b46e821548a99ea66f9c7ce0600d98 SHA512 48b4fc7278cb8e0623acf42241ca3169a98f3a7f754c8af8f94b9046540843d22acafe18db4ba804636f3356dfe79d6c6843004ee980c327726851c28315776d
27 -DIST bson-4.9.2.tar.gz 155910 BLAKE2B 6c2b8356803f2b6975d5ea84ebf59815cb101eb0394c9fedc34d9e9405f20bc4d4691eb9e5167dfdc7cebad95121e752473d6f244ba4ead8d0c454e4f4f694e1 SHA512 d2619eb18e19b3686ad1c14ebbaebd6a08c8b87295c16091472d7a90e680530c146e95df77efb07a2d8248ebf8eefc0f3afdde38bbd8a814ca26fce2ab470baf
28 DIST bson-4.9.4.tar.gz 157187 BLAKE2B 58bc8293b53f19fb1f02a33b42845c935046c745222ac2474b055945e3d15dfee2be17dffc00faec976419ab51d6597414884520cb8de5a91470ea485b805b9d SHA512 0e1c2c14782d321df5056439dd9f2b2cfd61daa572a4921acb3d8afcf6c50ab679f4c06c82b8d40c0997876b9599cf609ddd77bf80c005028ad711f57d0a502c
29
30 diff --git a/dev-ruby/bson/bson-4.7.1.ebuild b/dev-ruby/bson/bson-4.7.1.ebuild
31 deleted file mode 100644
32 index 5e6f5007077..00000000000
33 --- a/dev-ruby/bson/bson-4.7.1.ebuild
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -# Copyright 1999-2020 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
41 -
42 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
43 -
44 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
47 -
48 -GITHUB_USER="mongodb"
49 -GITHUB_PROJECT="bson-ruby"
50 -
51 -inherit multilib ruby-fakegem
52 -
53 -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
54 -HOMEPAGE="https://www.mongodb.org/"
55 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
56 -RUBY_S="bson-ruby-${PV}"
57 -
58 -LICENSE="APSL-2"
59 -SLOT="4"
60 -KEYWORDS="~amd64"
61 -IUSE="test doc"
62 -
63 -all_ruby_prepare() {
64 - # Remove bundler support
65 - sed -i -e '/bundler/I s:^:#:' Rakefile || die
66 -
67 - # Remove project-specific rspec options
68 - rm .rspec || die
69 -}
70 -
71 -each_ruby_configure() {
72 - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
73 -}
74 -
75 -each_ruby_compile() {
76 - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
77 - cp ext/bson/*$(get_modname) lib/ || die
78 -}
79
80 diff --git a/dev-ruby/bson/bson-4.8.2.ebuild b/dev-ruby/bson/bson-4.8.2.ebuild
81 deleted file mode 100644
82 index 5e6f5007077..00000000000
83 --- a/dev-ruby/bson/bson-4.8.2.ebuild
84 +++ /dev/null
85 @@ -1,43 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=7
90 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
91 -
92 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
93 -
94 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
95 -
96 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
97 -
98 -GITHUB_USER="mongodb"
99 -GITHUB_PROJECT="bson-ruby"
100 -
101 -inherit multilib ruby-fakegem
102 -
103 -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
104 -HOMEPAGE="https://www.mongodb.org/"
105 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
106 -RUBY_S="bson-ruby-${PV}"
107 -
108 -LICENSE="APSL-2"
109 -SLOT="4"
110 -KEYWORDS="~amd64"
111 -IUSE="test doc"
112 -
113 -all_ruby_prepare() {
114 - # Remove bundler support
115 - sed -i -e '/bundler/I s:^:#:' Rakefile || die
116 -
117 - # Remove project-specific rspec options
118 - rm .rspec || die
119 -}
120 -
121 -each_ruby_configure() {
122 - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
123 -}
124 -
125 -each_ruby_compile() {
126 - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
127 - cp ext/bson/*$(get_modname) lib/ || die
128 -}
129
130 diff --git a/dev-ruby/bson/bson-4.9.2.ebuild b/dev-ruby/bson/bson-4.9.2.ebuild
131 deleted file mode 100644
132 index 5e6f5007077..00000000000
133 --- a/dev-ruby/bson/bson-4.9.2.ebuild
134 +++ /dev/null
135 @@ -1,43 +0,0 @@
136 -# Copyright 1999-2020 Gentoo Authors
137 -# Distributed under the terms of the GNU General Public License v2
138 -
139 -EAPI=7
140 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
141 -
142 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
143 -
144 -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
145 -
146 -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
147 -
148 -GITHUB_USER="mongodb"
149 -GITHUB_PROJECT="bson-ruby"
150 -
151 -inherit multilib ruby-fakegem
152 -
153 -DESCRIPTION="A Ruby BSON implementation for MongoDB. (Includes binary C-based extension.)"
154 -HOMEPAGE="https://www.mongodb.org/"
155 -SRC_URI="https://github.com/${GITHUB_USER}/${GITHUB_PROJECT}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
156 -RUBY_S="bson-ruby-${PV}"
157 -
158 -LICENSE="APSL-2"
159 -SLOT="4"
160 -KEYWORDS="~amd64"
161 -IUSE="test doc"
162 -
163 -all_ruby_prepare() {
164 - # Remove bundler support
165 - sed -i -e '/bundler/I s:^:#:' Rakefile || die
166 -
167 - # Remove project-specific rspec options
168 - rm .rspec || die
169 -}
170 -
171 -each_ruby_configure() {
172 - ${RUBY} -C ext/bson extconf.rb || die "extconf.rb failed"
173 -}
174 -
175 -each_ruby_compile() {
176 - emake -C ext/bson V=1 CFLAGS="${CFLAGS} -fPIC" archflag="${LDFLAGS}"
177 - cp ext/bson/*$(get_modname) lib/ || die
178 -}