Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/
Date: Fri, 26 Oct 2018 13:18:26
Message-Id: 1540559880.2c843c86be4d7c1f8c1c697aa759eb12b86c9bba.whissi@gentoo
1 commit: 2c843c86be4d7c1f8c1c697aa759eb12b86c9bba
2 Author: Tomas Mozes <hydrapolic <AT> gmail <DOT> com>
3 AuthorDate: Fri Oct 26 07:09:11 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 26 13:18:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c843c86
7
8 app-admin/mongo-tools: 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 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 app-admin/mongo-tools/Manifest | 1 +
15 app-admin/mongo-tools/mongo-tools-4.0.3.ebuild | 64 ++++++++++++++++++++++++++
16 2 files changed, 65 insertions(+)
17
18 diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
19 index 122c15cbe0d..2c0f74ff36b 100644
20 --- a/app-admin/mongo-tools/Manifest
21 +++ b/app-admin/mongo-tools/Manifest
22 @@ -3,3 +3,4 @@ DIST mongo-tools-3.4.10.tar.gz 4719399 BLAKE2B 8165248bf58f2ea2b02e365a3609c72b7
23 DIST mongo-tools-3.4.16.tar.gz 4697191 BLAKE2B 2e9a0e7dc8016d3e7d7c7f8d0cf80a97d3d199603c0b8b791df5a0d79d418ffaa232eee694047a7ca11fa7623023b4123becd437cfe3dec11e26cd525720bcad SHA512 b40c6dee75d860de1da73faf79f5f68c098ce7c80681486c66fff04a937474dcede91c7be907a8e36033b3898f7499e8f53271944c0df3360756c27361efb6f5
24 DIST mongo-tools-3.6.8.tar.gz 4723878 BLAKE2B a1693024d60f69d25c268eaaa30a478b1e4c0042c5fb7a3fd6252ed00aef2fee3fba94516fe825165a1a57887ed38e4fbce488c48ddd4f45349f0b7a1b244020 SHA512 359e8ce2d847d005d48ff12bc2e8af73213d81cd1521d2b5b5ac94792468218248bebbe808e1bd8fd49234eab8480608f294c1b63f317aed58f456b84ef17dcf
25 DIST mongo-tools-4.0.2.tar.gz 10872395 BLAKE2B 6d02a51677509abb5a00f7f4f324a2c979d7e55ebd55754023c80e51e9e8121bea84692574739f83882c0426074c0a3a5c5df2cb8cba58ee80c06e5a75504a8d SHA512 45971d96c512a920c40052f0d11097e88db137e975125de375a63e8f0eefbe22ae5252d239455c60e12ef65e0abce7a658dfb9dda0cbcc153718bb6711cf5e43
26 +DIST mongo-tools-4.0.3.tar.gz 10874727 BLAKE2B 3e5d07b8ae797d0876b68a3018806e91a30758415aaa236423648a77f5e0d475848060516ee0da91a8448813a12a685410b93bf219b8180beb91f448e329a532 SHA512 cbe74b3fdebd0d4f6be6e3acf7f55f5f1a551b0ad1a23d82782643d2a9eb9ea4b7e0133985485b8c5a88c1fea26595e3ed9c759f1f63b578b6472d850154d67b
27
28 diff --git a/app-admin/mongo-tools/mongo-tools-4.0.3.ebuild b/app-admin/mongo-tools/mongo-tools-4.0.3.ebuild
29 new file mode 100644
30 index 00000000000..5cf7cbaadac
31 --- /dev/null
32 +++ b/app-admin/mongo-tools/mongo-tools-4.0.3.ebuild
33 @@ -0,0 +1,64 @@
34 +# Copyright 1999-2018 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +MY_PV=${PV/_rc/-rc}
40 +MY_P=${PN}-r${MY_PV}
41 +
42 +DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
43 +HOMEPAGE="https://www.mongodb.com"
44 +SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> mongo-tools-${MY_PV}.tar.gz"
45 +
46 +LICENSE="Apache-2.0"
47 +SLOT="0"
48 +KEYWORDS="~amd64"
49 +IUSE="sasl ssl"
50 +
51 +RDEPEND="!<dev-db/mongodb-3.0.0"
52 +DEPEND="${RDEPEND}
53 + dev-lang/go:=
54 + net-libs/libpcap
55 + sasl? ( dev-libs/cyrus-sasl )
56 + ssl? ( dev-libs/openssl:0= )"
57 +
58 +# Do not complain about CFLAGS etc since go projects do not use them.
59 +QA_FLAGS_IGNORED='.*'
60 +
61 +S=${WORKDIR}/${MY_P}
62 +
63 +src_prepare() {
64 + default
65 +
66 + # 1) ensure we use bash wrt #582906
67 + # 2) do not substitute version because it uses git
68 + sed -e 's@/bin/sh@/bin/bash@g' \
69 + -e '/^sed/,+3d' \
70 + -e '/^stty/d' \
71 + -e '/^mv/d' \
72 + -i build.sh || die
73 +
74 + # build pie to avoid text relocations wrt #582854
75 + # skip on ppc64 wrt #610984
76 + if ! use ppc64; then
77 + sed -i 's/\(go build\)/\1 -buildmode=pie/g' build.sh || die
78 + fi
79 +}
80 +
81 +src_compile() {
82 + local myconf=()
83 +
84 + if use sasl; then
85 + myconf+=(sasl)
86 + fi
87 +
88 + if use ssl; then
89 + myconf+=(ssl)
90 + fi
91 +
92 + ./build.sh "${myconf[@]}" || die "build failed"
93 +}
94 +
95 +src_install() {
96 + dobin bin/*
97 +}