Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Sun, 14 Apr 2019 10:51:17
Message-Id: 1555239063.aa9121112d35af67372871321d3b9cdb74ae7f8b.ultrabug@gentoo
1 commit: aa9121112d35af67372871321d3b9cdb74ae7f8b
2 Author: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 14 10:51:03 2019 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 14 10:51:03 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa912111
7
8 dev-db/mongodb: drop old version
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Alexys Jacob <ultrabug <AT> gentoo.org>
12
13 dev-db/mongodb/Manifest | 1 -
14 dev-db/mongodb/mongodb-3.6.10.ebuild | 164 -----------------------------------
15 2 files changed, 165 deletions(-)
16
17 diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
18 index a5ba18a55e8..8973a8e60e3 100644
19 --- a/dev-db/mongodb/Manifest
20 +++ b/dev-db/mongodb/Manifest
21 @@ -1,5 +1,4 @@
22 DIST mongodb-src-r3.4.16.tar.gz 40093657 BLAKE2B 7123444dbdd0b2ad3adfb3391e0177d33c1b6c6a4ea83027821c564faad047a736e52926bc15c58bef59c18282436e913fd3bc9963705e030da01356f83ea367 SHA512 e22eb1fe2a832fed8305200614988c5ecfd619cee44fe2263bffa151732c0e26584084e64065dbc65152be6e5c1767a538193770359bea92f3703c72239075db
23 -DIST mongodb-src-r3.6.10.tar.gz 40562421 BLAKE2B c4fbb9e9586350503df84b344e5c0e05176e681f50a0e96551f157c81c85b71e45c235f0788c1886aa5b6b79fa452afa1a6e8de4acfbfe4c4a0ae62379599f86 SHA512 e0833885a2b1fc14d99749304bd83931a9016039fa32826f9961653601975474f37003eb40fbe8cc5b09644ea447cdc59ccf63110b527d51d4c772cfff88804f
24 DIST mongodb-src-r3.6.11.tar.gz 40581959 BLAKE2B 86244472ce8cff5180d8833a3415dd8a43fb5c76545034822989d5be90f45ed0ef1d43cb726be1e53241255491a7a516e6f90b1c1218ad10cf4ead4557311088 SHA512 e74af9f2f40ab0e2c20b135db3f0ce17825cfe5da912ff8edb2902226abb662a6cf87038ea57df73b06b4961ba71aa78fffd542153eb30c4ea2729d642b1091d
25 DIST mongodb-src-r3.6.12.tar.gz 40847074 BLAKE2B 45cc0ec4858fa4c17fb86449e6feaf11df32fd55f8a642031ce9be967127d608842cdc64e0a335af67ab3942a233d905b0778782e54dfe4c5d2ad58b828745ca SHA512 173112a05234e06ef4b6c26a092b285b4d12618b3f131fc2b73bd152c11ec42db11cb003566efefce0c98df87a520d0515a3bb1982ffdb27827cd032b1bb3f68
26 DIST mongodb-src-r3.6.8.tar.gz 40428295 BLAKE2B cc02f73cfb49fb38ccabaad5a02610ce73fc41895ce944e48669e254bcbc70c8872a1bd7f8e04371fae4fcd9af2466fd8550367dd1d1da5cee50b86fc5023bf2 SHA512 c981f3269be3bafb59aa89d36c39a801fd7007b60db6c09b4616a559aaf8e50b34cabbdac2b59f23552c0a5112913fba468f7e2ed9a5f4daa3702dcffdf34999
27
28 diff --git a/dev-db/mongodb/mongodb-3.6.10.ebuild b/dev-db/mongodb/mongodb-3.6.10.ebuild
29 deleted file mode 100644
30 index 5806eaa2e2e..00000000000
31 --- a/dev-db/mongodb/mongodb-3.6.10.ebuild
32 +++ /dev/null
33 @@ -1,164 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python2_7 )
40 -
41 -SCONS_MIN_VERSION="2.5.0"
42 -CHECKREQS_DISK_BUILD="2400M"
43 -CHECKREQS_DISK_USR="512M"
44 -CHECKREQS_MEMORY="1024M"
45 -
46 -inherit check-reqs flag-o-matic multiprocessing pax-utils python-single-r1 scons-utils systemd toolchain-funcs user
47 -
48 -MY_P=${PN}-src-r${PV/_rc/-rc}
49 -
50 -DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
51 -HOMEPAGE="https://www.mongodb.com"
52 -SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
53 -
54 -LICENSE="Apache-2.0 SSPL-1"
55 -SLOT="0"
56 -KEYWORDS="~amd64"
57 -IUSE="debug kerberos libressl lto mms-agent ssl test +tools"
58 -
59 -RDEPEND=">=app-arch/snappy-1.1.3
60 - >=dev-cpp/yaml-cpp-0.5.3:=
61 - >=dev-libs/boost-1.60:=[threads(+)]
62 - >=dev-libs/libpcre-8.41[cxx]
63 - dev-libs/snowball-stemmer
64 - net-libs/libpcap
65 - >=sys-libs/zlib-1.2.8:=
66 - kerberos? ( dev-libs/cyrus-sasl[kerberos] )
67 - mms-agent? ( app-admin/mms-agent )
68 - ssl? (
69 - !libressl? ( >=dev-libs/openssl-1.0.1g:0= )
70 - libressl? ( dev-libs/libressl:0= )
71 - )"
72 -DEPEND="${RDEPEND}
73 - ${PYTHON_DEPS}
74 - dev-python/cheetah[${PYTHON_USEDEP}]
75 - dev-python/pyyaml[${PYTHON_USEDEP}]
76 - virtual/python-typing[${PYTHON_USEDEP}]
77 - sys-libs/ncurses:0=
78 - sys-libs/readline:0=
79 - debug? ( dev-util/valgrind )
80 - test? (
81 - dev-python/pymongo[${PYTHON_USEDEP}]
82 - )"
83 -PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )"
84 -
85 -PATCHES=(
86 - "${FILESDIR}/${PN}-3.4.7-no-boost-check.patch"
87 - "${FILESDIR}/${PN}-3.6.1-fix-scons.patch"
88 - "${FILESDIR}/${PN}-3.6.1-no-compass.patch"
89 -)
90 -
91 -S="${WORKDIR}/${MY_P}"
92 -
93 -pkg_pretend() {
94 - if [[ -n ${REPLACING_VERSIONS} ]]; then
95 - if ver_test "$REPLACING_VERSIONS" -lt 3.4; then
96 - ewarn "To upgrade from a version earlier than the 3.4-series, you must"
97 - ewarn "successively upgrade major releases until you have upgraded"
98 - ewarn "to 3.4-series. Then upgrade to 3.6 series."
99 - else
100 - ewarn "Be sure to set featureCompatibilityVersion to 3.4 before upgrading."
101 - fi
102 - fi
103 -}
104 -
105 -pkg_setup() {
106 - enewgroup mongodb
107 - enewuser mongodb -1 -1 /var/lib/${PN} mongodb
108 -
109 - python-single-r1_pkg_setup
110 -}
111 -
112 -src_prepare() {
113 - default
114 -
115 - # remove bundled libs
116 - rm -r src/third_party/{boost-*,pcre-*,scons-*,snappy-*,yaml-cpp-*,zlib-*} || die
117 -
118 - # remove compass
119 - rm -r src/mongo/installer/compass || die
120 -}
121 -
122 -src_configure() {
123 - # https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source
124 - # --use-system-icu fails tests
125 - # --use-system-tcmalloc is strongly NOT recommended:
126 - scons_opts=(
127 - CC="$(tc-getCC)"
128 - CXX="$(tc-getCXX)"
129 -
130 - --disable-warnings-as-errors
131 - --use-system-boost
132 - --use-system-pcre
133 - --use-system-snappy
134 - --use-system-stemmer
135 - --use-system-yaml
136 - --use-system-zlib
137 - )
138 -
139 - use debug && scons_opts+=( --dbg=on )
140 - use kerberos && scons_opts+=( --use-sasl-client )
141 - use lto && scons_opts+=( --lto=on )
142 - use ssl && scons_opts+=( --ssl )
143 -
144 - # respect mongoDB upstream's basic recommendations
145 - # see bug #536688 and #526114
146 - if ! use debug; then
147 - filter-flags '-m*'
148 - filter-flags '-O?'
149 - fi
150 -
151 - default
152 -}
153 -
154 -src_compile() {
155 - escons "${scons_opts[@]}" core tools
156 -}
157 -
158 -# FEATURES="test -usersandbox" emerge dev-db/mongodb
159 -src_test() {
160 - "${EPYTHON}" ./buildscripts/resmoke.py --dbpathPrefix=test --suites core --jobs=$(makeopts_jobs) || die "Tests failed"
161 -}
162 -
163 -src_install() {
164 - escons "${scons_opts[@]}" --nostrip install --prefix="${ED}"/usr
165 -
166 - doman debian/mongo*.1
167 - dodoc README docs/building.md
168 -
169 - newinitd "${FILESDIR}/${PN}.initd-r3" ${PN}
170 - newconfd "${FILESDIR}/${PN}.confd-r3" ${PN}
171 - newinitd "${FILESDIR}/mongos.initd-r3" mongos
172 - newconfd "${FILESDIR}/mongos.confd-r3" mongos
173 -
174 - insinto /etc
175 - newins "${FILESDIR}/${PN}.conf-r3" ${PN}.conf
176 - newins "${FILESDIR}/mongos.conf-r2" mongos.conf
177 -
178 - systemd_dounit "${FILESDIR}/${PN}.service"
179 -
180 - insinto /etc/logrotate.d/
181 - newins "${FILESDIR}/${PN}.logrotate" ${PN}
182 -
183 - # see bug #526114
184 - pax-mark emr "${ED}"/usr/bin/{mongo,mongod,mongos}
185 -
186 - local x
187 - for x in /var/{lib,log}/${PN}; do
188 - diropts -m0750 -o mongodb -g mongodb
189 - keepdir "${x}"
190 - done
191 -}
192 -
193 -pkg_postinst() {
194 - ewarn "Make sure to read the release notes and follow the upgrade process:"
195 - ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/"
196 - ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/#upgrade-procedures"
197 -}