Gentoo Archives: gentoo-commits

From: Alexys Jacob <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/mongo-tools/
Date: Thu, 04 Aug 2016 14:42:24
Message-Id: 1470321727.57d58ea7dd8c2affb234dc0f0d013b693cf49911.ultrabug@gentoo
1 commit: 57d58ea7dd8c2affb234dc0f0d013b693cf49911
2 Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 4 14:40:48 2016 +0000
4 Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 4 14:42:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57d58ea7
7
8 app-admin/mongo-tools: version bump, drop old
9
10 Package-Manager: portage-2.2.27
11
12 app-admin/mongo-tools/Manifest | 3 +-
13 app-admin/mongo-tools/mongo-tools-3.2.4.ebuild | 53 ----------------------
14 ...tools-3.2.5.ebuild => mongo-tools-3.2.8.ebuild} | 0
15 3 files changed, 1 insertion(+), 55 deletions(-)
16
17 diff --git a/app-admin/mongo-tools/Manifest b/app-admin/mongo-tools/Manifest
18 index e9143f2..228d679 100644
19 --- a/app-admin/mongo-tools/Manifest
20 +++ b/app-admin/mongo-tools/Manifest
21 @@ -1,4 +1,3 @@
22 DIST mongo-tools-3.0.10.tar.gz 2185555 SHA256 2bd5c984ca8b745b33aeb1e1a8118acd675bc5a408845eb3bb0b70c4fa680d71 SHA512 36d57150f4fb331149a2a7cbcde54253316cf3c5bc8ab195584c057c35b30d5acfabcafa25d314d378388254ac5a0ce75d0d8867e344fb7006593319ce9d028c WHIRLPOOL a6961a1fccb7ba353616fe4bfbe182c6a076f13c23492f4d06d274a0ff4d3f09a811413f77a2353b20801462b3a72f74073e38b8b1b4f4e3abf0026774dbcea2
23 DIST mongo-tools-3.0.12.tar.gz 2196136 SHA256 390d6842e83463943383ba7a6d6b8feb050fd170f8003aef46037722693734d0 SHA512 2954972b999d8eb87ff7ce65697740fc5893d5caa24234309f1d182109f627a5cce9b22d9da1154af74606725269c48ded8361b9f3bf171a10aed9ad7b33dda8 WHIRLPOOL 13e1e433f242be3ec9cea259bb3ae70220d1b7feccaf722ce31d9c1a0b30a8aef0c945e1147662acab22b3d7c1c719055fda6dfc9c605d205ceb227d639f6598
24 -DIST mongo-tools-3.2.4.tar.gz 2229852 SHA256 9d52028fb2be6a6e0a779aa73587c52ccd5fa59b258e26e5c2c3fce167599138 SHA512 d34ad87bb2a53c9df0124c26a4c200236aa889c7a5bd09a3b535acd4b18c5757018e78813fa04b48b359004eb9097853b49fd359617e71f66e41ef71da01c222 WHIRLPOOL 1711091062a89f14c0fbf9dedd15567c0018af7028fab053622f4bdcc87b23e1784275901c19605418989e4802ff011dd87ddc7c26723318aafe59df4c079d35
25 -DIST mongo-tools-3.2.5.tar.gz 2499471 SHA256 d58ab20b0007f550060c5c57fff0661488d473151e6f7f10b9895e859a625797 SHA512 b7bb5fe5425b269611cedd6f7d9253998d00fb3bd7b26bac5d614f4ee861bbeca806da12c41b475cf8e72954a0634503a9d1b625a0bdbd52b61149616014ab49 WHIRLPOOL 08c1080f843cecda815ab8b0140cce386287d988461647876e7f5b02b9ed3c62873b8aa67c0eebd6a377383235b1f919e95af6aaf6f8ed102a84ac74897ccd96
26 +DIST mongo-tools-3.2.8.tar.gz 2500291 SHA256 8c147ecec459dd16f3a9f7ad74627fb31375183e145723b84d9ce10a30eafbfb SHA512 5b791fc8f377826d466871fb9108a3c6ea59eeba12ad98e7b39ad2ebc8bdb48263a6a46ee64e4c56ba38230d463ad779440b7f4a8ad36db0e0bc61d0abbf7204 WHIRLPOOL 2b8640615eb0e309124d1434d5a9ef93955986767dca2b2c0b1407d8a36734777d83f9db9f424282d04bccbfe6cb08854384789112e36cb70e3007d889b452d4
27
28 diff --git a/app-admin/mongo-tools/mongo-tools-3.2.4.ebuild b/app-admin/mongo-tools/mongo-tools-3.2.4.ebuild
29 deleted file mode 100644
30 index 0a92d4b..0000000
31 --- a/app-admin/mongo-tools/mongo-tools-3.2.4.ebuild
32 +++ /dev/null
33 @@ -1,53 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -inherit eutils
41 -
42 -MY_PV=${PV/_rc/-rc}
43 -MY_P=${PN}-r${MY_PV}
44 -
45 -DESCRIPTION="A high-performance, open source, schema-free document-oriented database"
46 -HOMEPAGE="http://www.mongodb.org"
47 -SRC_URI="https://github.com/mongodb/mongo-tools/archive/r${MY_PV}.tar.gz -> mongo-tools-${MY_PV}.tar.gz"
48 -
49 -LICENSE="Apache-2.0"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="sasl ssl"
53 -
54 -# Maintainer note:
55 -# openssl DEPEND constraint, see:
56 -# https://github.com/mongodb/mongo-tools/issues/11
57 -
58 -RDEPEND="!<dev-db/mongodb-3.0.0"
59 -DEPEND="${RDEPEND}
60 - dev-lang/go:=
61 - sasl? ( dev-libs/cyrus-sasl )
62 - ssl? ( dev-libs/openssl )"
63 -
64 -S=${WORKDIR}/${MY_P}
65 -
66 -src_prepare() {
67 - epatch "${FILESDIR}/${PN}-3.0.0-build.patch"
68 -}
69 -
70 -src_compile() {
71 - local myconf
72 -
73 - if use sasl; then
74 - myconf="${myconf} sasl"
75 - fi
76 -
77 - if use ssl; then
78 - myconf="${myconf} ssl"
79 - fi
80 -
81 - ./build.sh ${myconf}
82 -}
83 -
84 -src_install() {
85 - dobin bin/*
86 -}
87
88 diff --git a/app-admin/mongo-tools/mongo-tools-3.2.5.ebuild b/app-admin/mongo-tools/mongo-tools-3.2.8.ebuild
89 similarity index 100%
90 rename from app-admin/mongo-tools/mongo-tools-3.2.5.ebuild
91 rename to app-admin/mongo-tools/mongo-tools-3.2.8.ebuild