From: "Alexys Jacob" <ultrabug@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/ultrabug:master commit in: dev-db/mongodb/
Date: Tue, 3 Mar 2015 15:27:28 +0000 (UTC) [thread overview]
Message-ID: <1425396444.5666e59c4a607e95f54f8d4263beb8cc8efa71e8.ultrabug@gentoo> (raw)
commit: 5666e59c4a607e95f54f8d4263beb8cc8efa71e8
Author: Ultrabug <ultrabug <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 3 15:27:24 2015 +0000
Commit: Alexys Jacob <ultrabug <AT> gentoo <DOT> org>
CommitDate: Tue Mar 3 15:27:24 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/ultrabug.git;a=commit;h=5666e59c
fix file collision when upgrading from mongo 2.6
dev-db/mongodb/Manifest | 2 +-
dev-db/mongodb/mongodb-3.0.0.ebuild | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/dev-db/mongodb/Manifest b/dev-db/mongodb/Manifest
index 8496b50..1d18edc 100644
--- a/dev-db/mongodb/Manifest
+++ b/dev-db/mongodb/Manifest
@@ -8,5 +8,5 @@ AUX mongos.conf-r2 648 SHA256 d1bf479cee999b4e59e5100c134cd3e7af4bb126342418100c
AUX mongos.confd-r2 546 SHA256 1378a880ffde0efae213ac6d6d4bbe2181c92fbb06535a58c2dab06ef88ee8e3 SHA512 30e208690b5f28bd0442b7ed302d9be991aedd27203f24e5849201d33291ad7f0f9153ae3a00b55697d79a45c40d7b3792ff45f0c24ef2cf4e88222f88ea1400 WHIRLPOOL 68b8eed779e19261c4d13ebd6be8c11b6df94e748bb8f03d632ecbfc5fcd151a693e51c5a4ad4f0af9439d07dedafc29bd9b86b5a532bad48d570fca73002987
AUX mongos.initd-r2 766 SHA256 673c0662c0638a77cb5f630605a828a6191abd0c4e9bd295b43d7b4aefeb2e1a SHA512 620062890f13bee96a1ff3b1c6900b8e08358481aae7476187eddee8f56f89e4a3d4351df88c9264fdf5e773f57e1c28337b6086a33fa97246005bfd027e0b6d WHIRLPOOL 74094c383596a1c24ced57aea1943ec86e6c98dad3a615fbf9bfc59969aaee2571c7f99a44de879864466fba9efd780f7187a5a95da04faf094f0ce3cd8031f7
DIST mongodb-src-r3.0.0.tar.gz 25590862 SHA256 c1fdbb6bbc33eafedc4aa363be2b3cdf1eea8b8eb618d25131c5a30def24aad9 SHA512 e9a50066754500d53b2e825bc9c4e7ccb692ce45a852b1ff52ba6cd2bbcbd826efea4c1018c68821bb4070a01335db0e19fd35f09f1eee6ba89d52bb96c228a7 WHIRLPOOL e933f5b1c38780ea4ef0fcfa7a188e3871484b768ab42aec881561dd543365946b7c7c9ed56b084112cf237f0dfc6da7760217c6b2c0f0b38609e9ac50a8720b
-EBUILD mongodb-3.0.0.ebuild 3933 SHA256 ced112c2b0b42621ad2dbafa0e6978c4f6abd67389137a5fd4698d712cf74ae2 SHA512 95429a9bff4d6913c2c7d24aa1aa82e5e5dd6d4946eeb6fbc7dc4bf69fc5d5e8b6b01e628b56ce4508da37bb35a6198a4225976b47fa11b4c05dcbb1fca9a231 WHIRLPOOL 4d265f4c351957697cc23baf1bce4e12656e851c4634bfbeb8d38a39ba3e52c7221afb1e296c112fe6d2a94cba922c98aa8ad92d44fadc75d542c07cd3763ad0
+EBUILD mongodb-3.0.0.ebuild 3931 SHA256 a27721c6ff6e66e3bb8120fe1a334b23d8fed3cf0cf074eae9b2ca5381900b3c SHA512 e85de37965a9f8a2b84844820fe28537a6a795616f9c465de334ab3863dd1fbc5c68b86c8d3e97a9bbddcaaf3f342483aad1438079c31167355191aa695caad5 WHIRLPOOL c6d488297dde738d4d26baf45b88cdfe209ba6d3508e4bed95a171d7bb4f805dfe3a0df0855d561fef9b22b3821138754faea708bb84f52c4b1e79b404839c0f
MISC metadata.xml 1213 SHA256 e075011c04c3f1e03af1cf4c671cb77b8133cfbdb611e69a00535c81b97009cd SHA512 3b73629af9bacdc1164530b7fb6f2df09b22d3f653cbfbc1bcc2c10affb24128ca972619fa2164e3c3af728c4aac1ae2b150e7e2918f264aaa0cdbe1c60f44ca WHIRLPOOL 35c5870bc4cc70e7103cbaf0a358f25ef307bc52284d51d31436bb6c7ebd0fbdac62f7963f9d38b8065fea18b8c6c46dafa067726166cea14641449da16b3923
diff --git a/dev-db/mongodb/mongodb-3.0.0.ebuild b/dev-db/mongodb/mongodb-3.0.0.ebuild
index 91e12ad..fa1e2c8 100644
--- a/dev-db/mongodb/mongodb-3.0.0.ebuild
+++ b/dev-db/mongodb/mongodb-3.0.0.ebuild
@@ -21,7 +21,7 @@ SLOT="0"
KEYWORDS=""
IUSE="debug kerberos mms-agent ssl static-libs +tools"
-PDEPEND=""
+PDEPEND="tools? ( =app-admin/mongo-tools-${PV} )"
RDEPEND="
app-arch/snappy
>=dev-cpp/yaml-cpp-0.5.1
@@ -32,8 +32,7 @@ RDEPEND="
net-libs/libpcap
>=sys-devel/gcc-4.8.2:*
mms-agent? ( app-admin/mms-agent )
- ssl? ( >=dev-libs/openssl-1.0.1g )
- tools? ( =app-admin/mongo-tools-${PV} )"
+ ssl? ( >=dev-libs/openssl-1.0.1g )"
DEPEND="${RDEPEND}
sys-libs/ncurses
sys-libs/readline
next reply other threads:[~2015-03-03 15:27 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-03 15:27 Alexys Jacob [this message]
-- strict thread matches above, loose matches on Subject: below --
2015-03-17 11:50 [gentoo-commits] dev/ultrabug:master commit in: dev-db/mongodb/ Alexys Jacob
2015-03-03 15:27 git@oystercatcher mirror+tproxy
2015-03-02 14:19 Alexys Jacob
2015-03-02 13:33 Alexys Jacob
2014-05-14 9:19 Alexys Jacob
2014-01-21 11:13 Alexys Jacob
2013-12-24 13:49 Alexys Jacob
2013-01-18 11:17 Alexys Jacob
2011-04-12 16:44 Alexys Jacob
2011-04-12 14:54 Alexys Jacob
2011-04-12 9:14 Alexys Jacob
2011-04-11 14:54 Alexys Jacob
2011-04-11 14:32 Alexys Jacob
2011-04-10 20:11 Alexys Jacob
2011-04-08 8:02 Alexys Jacob
2011-04-08 8:02 Alexys Jacob
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425396444.5666e59c4a607e95f54f8d4263beb8cc8efa71e8.ultrabug@gentoo \
--to=ultrabug@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox