* [gentoo-commits] gentoo-x86 commit in dev-db/mongodb: mongodb-2.0.7-r1.ebuild mongodb-2.0.8-r1.ebuild mongodb-2.0.7-r2.ebuild ChangeLog mongodb-2.0.8-r2.ebuild
@ 2013-03-05 14:08 Alexys Jacob (ultrabug)
0 siblings, 0 replies; only message in thread
From: Alexys Jacob (ultrabug) @ 2013-03-05 14:08 UTC (permalink / raw
To: gentoo-commits
ultrabug 13/03/05 14:08:39
Modified: mongodb-2.0.7-r1.ebuild mongodb-2.0.8-r1.ebuild
mongodb-2.0.7-r2.ebuild ChangeLog
mongodb-2.0.8-r2.ebuild
Log:
install the mongoclient shared library wrt #457694
(Portage version: 2.1.11.54/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path
1.3 dev-db/mongodb/mongodb-2.0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild?r1=1.2&r2=1.3
Index: mongodb-2.0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mongodb-2.0.7-r1.ebuild 22 Nov 2012 03:45:06 -0000 1.2
+++ mongodb-2.0.7-r1.ebuild 5 Mar 2013 14:08:39 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild,v 1.2 2012/11/22 03:45:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r1.ebuild,v 1.3 2013/03/05 14:08:39 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@@ -36,7 +36,7 @@
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
- scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
+ scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
1.2 dev-db/mongodb/mongodb-2.0.8-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild?r1=1.1&r2=1.2
Index: mongodb-2.0.8-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb-2.0.8-r1.ebuild 28 Nov 2012 11:23:52 -0000 1.1
+++ mongodb-2.0.8-r1.ebuild 5 Mar 2013 14:08:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild,v 1.1 2012/11/28 11:23:52 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r1.ebuild,v 1.2 2013/03/05 14:08:39 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@@ -36,7 +36,7 @@
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
- scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
+ scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
1.3 dev-db/mongodb/mongodb-2.0.7-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild?r1=1.2&r2=1.3
Index: mongodb-2.0.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mongodb-2.0.7-r2.ebuild 22 Nov 2012 03:45:06 -0000 1.2
+++ mongodb-2.0.7-r2.ebuild 5 Mar 2013 14:08:39 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild,v 1.2 2012/11/22 03:45:06 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.7-r2.ebuild,v 1.3 2013/03/05 14:08:39 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@@ -36,7 +36,7 @@
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
- scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
+ scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
1.57 dev-db/mongodb/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 2 Feb 2013 19:04:05 -0000 1.56
+++ ChangeLog 5 Mar 2013 14:08:39 -0000 1.57
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/mongodb
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.56 2013/02/02 19:04:05 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/ChangeLog,v 1.57 2013/03/05 14:08:39 ultrabug Exp $
+
+ 05 Mar 2013; Ultrabug <ultrabug@gentoo.org> mongodb-2.0.7-r1.ebuild,
+ mongodb-2.0.7-r2.ebuild, mongodb-2.0.8-r1.ebuild, mongodb-2.0.8-r2.ebuild:
+ install the mongoclient shared library wrt #457694 for 2.0.x versions thx to
+ Balint SZENTE
*mongodb-2.2.3 (02 Feb 2013)
1.2 dev-db/mongodb/mongodb-2.0.8-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild?r1=1.1&r2=1.2
Index: mongodb-2.0.8-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongodb-2.0.8-r2.ebuild 28 Nov 2012 11:23:52 -0000 1.1
+++ mongodb-2.0.8-r2.ebuild 5 Mar 2013 14:08:39 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild,v 1.1 2012/11/28 11:23:52 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mongodb/mongodb-2.0.8-r2.ebuild,v 1.2 2013/03/05 14:08:39 ultrabug Exp $
EAPI=4
SCONS_MIN_VERSION="1.2.0"
@@ -36,7 +36,7 @@
enewgroup mongodb
enewuser mongodb -1 -1 /var/lib/${PN} mongodb
- scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX)"
+ scons_opts=" --cc=$(tc-getCC) --cxx=$(tc-getCXX) --sharedclient"
scons_opts+=" --use-system-pcre"
scons_opts+=" --use-system-snappy"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-05 14:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 14:08 [gentoo-commits] gentoo-x86 commit in dev-db/mongodb: mongodb-2.0.7-r1.ebuild mongodb-2.0.8-r1.ebuild mongodb-2.0.7-r2.ebuild ChangeLog mongodb-2.0.8-r2.ebuild Alexys Jacob (ultrabug)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox