Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mongodb/
Date: Fri, 26 Oct 2018 13:18:25
Message-Id: 1540559883.6cd0c1018a0c7cf818d30ea84142d3f2e2497ffd.whissi@gentoo
1 commit: 6cd0c1018a0c7cf818d30ea84142d3f2e2497ffd
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 26 07:15:00 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 13:18:03 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cd0c101
7
8 dev-db/mongodb: bump to 4.0.3
9
10 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Closes: https://github.com/gentoo/gentoo/pull/10124
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 dev-db/mongodb/Manifest | 1 +
16 dev-db/mongodb/mongodb-4.0.3.ebuild | 163 ++++++++++++++++++++++++++++++++++++
17 2 files changed, 164 insertions(+)
18
19 diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
20 index 19ed35186ab..b7d6a5f9d12 100644
21 --- a/dev-db/mongodb/Manifest
22 +++ b/dev-db/mongodb/Manifest
23 @@ -3,3 +3,4 @@ DIST mongodb-src-r3.4.10.tar.gz 39959937 BLAKE2B f14f081525f694b939bc21f8cb6364c
24 DIST mongodb-src-r3.4.16.tar.gz 40093657 BLAKE2B 7123444dbdd0b2ad3adfb3391e0177d33c1b6c6a4ea83027821c564faad047a736e52926bc15c58bef59c18282436e913fd3bc9963705e030da01356f83ea367 SHA512 e22eb1fe2a832fed8305200614988c5ecfd619cee44fe2263bffa151732c0e26584084e64065dbc65152be6e5c1767a538193770359bea92f3703c72239075db
25 DIST mongodb-src-r3.6.8.tar.gz 40428295 BLAKE2B cc02f73cfb49fb38ccabaad5a02610ce73fc41895ce944e48669e254bcbc70c8872a1bd7f8e04371fae4fcd9af2466fd8550367dd1d1da5cee50b86fc5023bf2 SHA512 c981f3269be3bafb59aa89d36c39a801fd7007b60db6c09b4616a559aaf8e50b34cabbdac2b59f23552c0a5112913fba468f7e2ed9a5f4daa3702dcffdf34999
26 DIST mongodb-src-r4.0.2.tar.gz 49328232 BLAKE2B 0e56392de5b8cd59c49c38469ed427c52dbd91cd64b3c97da6809c0f849198f836896b8ef24a06e7ff84a65a7986b76df2ca4ffeafe76d8afe0e031ad25ecf5a SHA512 171422ee028ebc279bb2cf20c78a3ce89a6cc15abf0955ac20a6c67f1aae577bf99ca4363fc428dba6ae0250b97f95d2fc51ca7f4a4505e8c38c9a11ca249800
27 +DIST mongodb-src-r4.0.3.tar.gz 49435646 BLAKE2B 1663823d48ec6d93b30b4d68a09bab164291530fd4966fcdd07ffbaceaf25d9fc5c7480d0d794fdd374fa3a2d11f19d87556cf0c47198a13f9d8fb5ccf7f0343 SHA512 c77a01d8d16322514f42030c46a0aa9cedb90f186375222eeb31648060265006b5e929bdde6ca8e7ecd71018f7c19f5bade463d98db0f053d586ffc8adc99550
28
29 diff --git a/dev-db/mongodb/mongodb-4.0.3.ebuild b/dev-db/mongodb/mongodb-4.0.3.ebuild
30 new file mode 100644
31 index 00000000000..98aa398f9f4
32 --- /dev/null
33 +++ b/dev-db/mongodb/mongodb-4.0.3.ebuild
34 @@ -0,0 +1,163 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=6
39 +
40 +PYTHON_COMPAT=( python2_7 )
41 +
42 +SCONS_MIN_VERSION="2.5.0"
43 +CHECKREQS_DISK_BUILD="2400M"
44 +CHECKREQS_DISK_USR="512M"
45 +CHECKREQS_MEMORY="1024M"
46 +
47 +inherit check-reqs eapi7-ver flag-o-matic multiprocessing pax-utils python-single-r1 scons-utils systemd toolchain-funcs user
48 +
49 +MY_P=${PN}-src-r${PV/_rc/-rc}
50 +
51 +DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
52 +HOMEPAGE="https://www.mongodb.com"
53 +SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
54 +
55 +LICENSE="AGPL-3 Apache-2.0"
56 +SLOT="0"
57 +KEYWORDS="~amd64"
58 +IUSE="debug kerberos libressl mms-agent ssl test +tools"
59 +
60 +RDEPEND=">=app-arch/snappy-1.1.3
61 + >=dev-cpp/yaml-cpp-0.5.3:=
62 + >=dev-libs/boost-1.60:=[threads(+)]
63 + >=dev-libs/libpcre-8.41[cxx]
64 + dev-libs/snowball-stemmer
65 + net-libs/libpcap
66 + >=sys-libs/zlib-1.2.11:=
67 + kerberos? ( dev-libs/cyrus-sasl[kerberos] )
68 + mms-agent? ( app-admin/mms-agent )
69 + ssl? (
70 + !libressl? ( >=dev-libs/openssl-1.0.1g:0= )
71 + libressl? ( dev-libs/libressl:0= )
72 + )"
73 +DEPEND="${RDEPEND}
74 + ${PYTHON_DEPS}
75 + dev-python/cheetah[${PYTHON_USEDEP}]
76 + dev-python/pyyaml[${PYTHON_USEDEP}]
77 + virtual/python-typing[${PYTHON_USEDEP}]
78 + sys-libs/ncurses:0=
79 + sys-libs/readline:0=
80 + debug? ( dev-util/valgrind )
81 + test? (
82 + dev-python/pymongo[${PYTHON_USEDEP}]
83 + )"
84 +PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )"
85 +
86 +PATCHES=(
87 + "${FILESDIR}/${PN}-3.4.7-no-boost-check.patch"
88 + "${FILESDIR}/${PN}-3.6.1-fix-scons.patch"
89 + "${FILESDIR}/${PN}-4.0.0-no-compass.patch"
90 +)
91 +
92 +S=${WORKDIR}/${MY_P}
93 +
94 +pkg_pretend() {
95 + if [[ -n ${REPLACING_VERSIONS} ]]; then
96 + if ver_test "$REPLACING_VERSIONS" -lt 3.6; then
97 + ewarn "To upgrade from a version earlier than the 3.6-series, you must"
98 + ewarn "successively upgrade major releases until you have upgraded"
99 + ewarn "to 3.6-series. Then upgrade to 4.0 series."
100 + else
101 + ewarn "Be sure to set featureCompatibilityVersion to 3.6 before upgrading."
102 + fi
103 + fi
104 +}
105 +
106 +pkg_setup() {
107 + enewgroup mongodb
108 + enewuser mongodb -1 -1 /var/lib/${PN} mongodb
109 +
110 + python-single-r1_pkg_setup
111 +}
112 +
113 +src_prepare() {
114 + default
115 +
116 + # remove bundled libs
117 + rm -r src/third_party/{boost-*,pcre-*,scons-*,snappy-*,yaml-cpp-*,zlib-*} || die
118 +
119 + # remove compass
120 + rm -r src/mongo/installer/compass || die
121 +}
122 +
123 +src_configure() {
124 + # https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source
125 + # --use-system-icu fails tests
126 + # --use-system-tcmalloc is strongly NOT recommended:
127 + scons_opts=(
128 + CC="$(tc-getCC)"
129 + CXX="$(tc-getCXX)"
130 +
131 + --disable-warnings-as-errors
132 + --use-system-boost
133 + --use-system-pcre
134 + --use-system-snappy
135 + --use-system-stemmer
136 + --use-system-yaml
137 + --use-system-zlib
138 + )
139 +
140 + use debug && scons_opts+=( --dbg=on )
141 + use kerberos && scons_opts+=( --use-sasl-client )
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 +}