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 Jun 2020 23:00:49
Message-Id: 1593212388.6e77ced55caa0c35a620da739fe088b5c175dcad.whissi@gentoo
1 commit: 6e77ced55caa0c35a620da739fe088b5c175dcad
2 Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 24 10:17:25 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 26 22:59:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e77ced5
7
8 dev-db/mongodb: bump to 4.0.19
9
10 Package-Manager: Portage-2.3.102, Repoman-2.3.23
11 Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 dev-db/mongodb/Manifest | 1 +
15 dev-db/mongodb/mongodb-4.0.19.ebuild | 173 +++++++++++++++++++++++++++++++++++
16 2 files changed, 174 insertions(+)
17
18 diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
19 index b3d4665e812..e0116fc3986 100644
20 --- a/dev-db/mongodb/Manifest
21 +++ b/dev-db/mongodb/Manifest
22 @@ -2,5 +2,6 @@ DIST mongodb-src-r3.6.13.tar.gz 40853787 BLAKE2B de9621de4f570d569df5cfe026ea5da
23 DIST mongodb-src-r3.6.17.tar.gz 40932592 BLAKE2B 94bbb943fd929318a2b32344cb4574243ad234d1cd14ffef864d7fd2d60841866fd5a1966eae8f14266a9648deb62b7b55386d41338b515d5e6849e980143d42 SHA512 b4d9e9bfc7ff886532641058c99da29420d1aa472cb4cf2b254e0fd0af5ecc72ac8bf28dcd55ab738b799b00132ffacddd154dea37ccfbf459c7cc603c2582e0
24 DIST mongodb-src-r4.0.12.tar.gz 49937644 BLAKE2B 81044a6d68be6420d30fb2d7386ff29871a696cad94ce5977c1aba60c2ce80e18ccb86492c1947a359ef124332ea82ac3cb0fb73a68f51904a008fdf911aa055 SHA512 802eaf57d56c5e8e217344f10104a201acb6f5abef0065fc1bb8e6ceef13fe489b7ae46ed0d55b5bad50fe3579860b1c1471d224b51b0f15f968278cb5f6a47a
25 DIST mongodb-src-r4.0.16.tar.gz 50091501 BLAKE2B a383f9fef8e5b2ceda9646dfc4f4f46bc3bee66be45e94a846b1a7ce859826273812d4ce11aa96d1766071bf5fb422771bf2176350145deae99e64e59c164e38 SHA512 90458dea29a4c9a3078e1f13ffd2163911bf5a5f42884553ad9b3c2a2fafea2f73e506640c78f55f27bc16551582ad22244437356b89786fef383ce4b24bb617
26 +DIST mongodb-src-r4.0.19.tar.gz 50126414 BLAKE2B 2691e2a9c8833ff9a086b28fd137bc8e8f10d58570117657c7cc01edbf61568ae62f58440d72e8711de98b9fc6868c1095b4ee88eb7b0eb63ea45ce19e842edd SHA512 57032a009ea7e79de4cac496a2d1266b83b99cc45eb9f1169be2fcdca1ed2003a659ceedf9eafbd4aa7fc5b3b0513066a5d712af7666cee5a897b2a2d7dd30cb
27 DIST mongodb-src-r4.2.3.tar.gz 61565615 BLAKE2B 695310a497e57f1c735f175f5b321c93cda376ec734bb08d4cabbd562a865b327f529560220be9c22f571cc70af333a77f0116f04c7f7e3a40f275ab53ab1bf9 SHA512 60e9091cfab4a189a937dfa7ce232eb6ead2ca192c916579f4fb5da2040aa340ae9de0ea8c7a4ccb0edcfdbdf6e666144657f171c3f23c0a62bccf27cd351c69
28 DIST mongodb-src-r4.2.6.tar.gz 61671088 BLAKE2B 7f2b6240b05639d2bbe37ea148cbb225b30813879f71a5fc3c135ef7debd58edf75abe925d00f9ff96dc6a75a525b4504e25254b0046326069c05bb1dfd60827 SHA512 117c910807a8363aab6b899b436a4b06564b6e53abfa7f0fe6e01c1e242401ab5a3634d9edc5e0a5e2d548a480c90b70ac492eb199b3f2476d9045a78e376af8
29
30 diff --git a/dev-db/mongodb/mongodb-4.0.19.ebuild b/dev-db/mongodb/mongodb-4.0.19.ebuild
31 new file mode 100644
32 index 00000000000..65121949247
33 --- /dev/null
34 +++ b/dev-db/mongodb/mongodb-4.0.19.ebuild
35 @@ -0,0 +1,173 @@
36 +# Copyright 1999-2020 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=7
40 +
41 +PYTHON_COMPAT=( python2_7 )
42 +
43 +SCONS_MIN_VERSION="2.5.0"
44 +CHECKREQS_DISK_BUILD="2400M"
45 +CHECKREQS_DISK_USR="512M"
46 +CHECKREQS_MEMORY="1024M"
47 +
48 +inherit check-reqs flag-o-matic multiprocessing pax-utils python-any-r1 scons-utils systemd toolchain-funcs
49 +
50 +MY_P=${PN}-src-r${PV/_rc/-rc}
51 +
52 +DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
53 +HOMEPAGE="https://www.mongodb.com"
54 +SRC_URI="https://fastdl.mongodb.org/src/${MY_P}.tar.gz"
55 +
56 +LICENSE="Apache-2.0 SSPL-1"
57 +SLOT="0"
58 +KEYWORDS="~amd64"
59 +IUSE="debug kerberos libressl lto mms-agent ssl test +tools"
60 +RESTRICT="!test? ( test )"
61 +
62 +RDEPEND="acct-group/mongodb
63 + acct-user/mongodb
64 + >=app-arch/snappy-1.1.3
65 + >=dev-cpp/yaml-cpp-0.5.3:=
66 + >=dev-libs/boost-1.60:=[threads(+)]
67 + >=dev-libs/libpcre-8.41[cxx]
68 + dev-libs/snowball-stemmer
69 + net-libs/libpcap
70 + >=sys-libs/zlib-1.2.11:=
71 + kerberos? ( dev-libs/cyrus-sasl[kerberos] )
72 + mms-agent? ( app-admin/mms-agent )
73 + ssl? (
74 + !libressl? ( >=dev-libs/openssl-1.0.1g:0= )
75 + libressl? ( dev-libs/libressl:0= )
76 + )"
77 +DEPEND="${RDEPEND}
78 + ${PYTHON_DEPS}
79 + $(python_gen_any_dep '
80 + test? ( dev-python/pymongo[${PYTHON_USEDEP}] )
81 + >=dev-util/scons-2.5.0[${PYTHON_USEDEP}]
82 + dev-python/cheetah[${PYTHON_USEDEP}]
83 + dev-python/pyyaml[${PYTHON_USEDEP}]
84 + dev-python/typing[${PYTHON_USEDEP}]
85 + ')
86 + sys-libs/ncurses:0=
87 + sys-libs/readline:0=
88 + debug? ( dev-util/valgrind )"
89 +PDEPEND="tools? ( >=app-admin/mongo-tools-${PV} )"
90 +
91 +PATCHES=(
92 + "${FILESDIR}/${PN}-3.6.1-fix-scons.patch"
93 + "${FILESDIR}/${PN}-4.0.0-no-compass.patch"
94 + "${FILESDIR}/${PN}-4.0.12-boost-1.71-cxxabi-include.patch"
95 +)
96 +
97 +S="${WORKDIR}/${MY_P}"
98 +
99 +pkg_pretend() {
100 + if [[ -n ${REPLACING_VERSIONS} ]]; then
101 + if ver_test "$REPLACING_VERSIONS" -lt 3.6; then
102 + ewarn "To upgrade from a version earlier than the 3.6-series, you must"
103 + ewarn "successively upgrade major releases until you have upgraded"
104 + ewarn "to 3.6-series. Then upgrade to 4.0 series."
105 + else
106 + ewarn "Be sure to set featureCompatibilityVersion to 3.6 before upgrading."
107 + fi
108 + fi
109 +}
110 +
111 +python_check_deps() {
112 + if use test; then
113 + has_version "dev-python/pymongo[${PYTHON_USEDEP}]" ||
114 + return 1
115 + fi
116 +
117 + has_version ">=dev-util/scons-2.5.0[${PYTHON_USEDEP}]" &&
118 + has_version "dev-python/cheetah[${PYTHON_USEDEP}]" &&
119 + has_version "dev-python/pyyaml[${PYTHON_USEDEP}]" &&
120 + has_version "dev-python/typing[${PYTHON_USEDEP}]"
121 +}
122 +
123 +src_prepare() {
124 + default
125 +
126 + # remove bundled libs
127 + rm -r src/third_party/{boost-*,pcre-*,scons-*,snappy-*,yaml-cpp-*,zlib-*} || die
128 +
129 + # remove compass
130 + rm -r src/mongo/installer/compass || die
131 +}
132 +
133 +src_configure() {
134 + # https://github.com/mongodb/mongo/wiki/Build-Mongodb-From-Source
135 + # --use-system-icu fails tests
136 + # --use-system-tcmalloc is strongly NOT recommended:
137 + scons_opts=(
138 + CC="$(tc-getCC)"
139 + CXX="$(tc-getCXX)"
140 +
141 + --disable-warnings-as-errors
142 + --use-system-boost
143 + --use-system-pcre
144 + --use-system-snappy
145 + --use-system-stemmer
146 + --use-system-yaml
147 + --use-system-zlib
148 + )
149 +
150 + use debug && scons_opts+=( --dbg=on )
151 + use kerberos && scons_opts+=( --use-sasl-client )
152 + use lto && scons_opts+=( --lto=on )
153 + use ssl && scons_opts+=( --ssl )
154 +
155 + # respect mongoDB upstream's basic recommendations
156 + # see bug #536688 and #526114
157 + if ! use debug; then
158 + filter-flags '-m*'
159 + filter-flags '-O?'
160 + fi
161 +
162 + default
163 +}
164 +
165 +src_compile() {
166 + escons "${scons_opts[@]}" core tools
167 +}
168 +
169 +# FEATURES="test -usersandbox" emerge dev-db/mongodb
170 +src_test() {
171 + "${EPYTHON}" ./buildscripts/resmoke.py --dbpathPrefix=test --suites core --jobs=$(makeopts_jobs) || die "Tests failed"
172 +}
173 +
174 +src_install() {
175 + escons "${scons_opts[@]}" --nostrip install --prefix="${ED}"/usr
176 +
177 + doman debian/mongo*.1
178 + dodoc README docs/building.md
179 +
180 + newinitd "${FILESDIR}/${PN}.initd-r3" ${PN}
181 + newconfd "${FILESDIR}/${PN}.confd-r3" ${PN}
182 + newinitd "${FILESDIR}/mongos.initd-r3" mongos
183 + newconfd "${FILESDIR}/mongos.confd-r3" mongos
184 +
185 + insinto /etc
186 + newins "${FILESDIR}/${PN}.conf-r3" ${PN}.conf
187 + newins "${FILESDIR}/mongos.conf-r2" mongos.conf
188 +
189 + systemd_dounit "${FILESDIR}/${PN}.service"
190 +
191 + insinto /etc/logrotate.d/
192 + newins "${FILESDIR}/${PN}.logrotate" ${PN}
193 +
194 + # see bug #526114
195 + pax-mark emr "${ED}"/usr/bin/{mongo,mongod,mongos}
196 +
197 + local x
198 + for x in /var/{lib,log}/${PN}; do
199 + diropts -m0750 -o mongodb -g mongodb
200 + keepdir "${x}"
201 + done
202 +}
203 +
204 +pkg_postinst() {
205 + ewarn "Make sure to read the release notes and follow the upgrade process:"
206 + ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/"
207 + ewarn " https://docs.mongodb.com/manual/release-notes/$(ver_cut 1-2)/#upgrade-procedures"
208 +}