* [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.7.1.ebuild ChangeLog
@ 2013-01-21 13:28 Alexys Jacob (ultrabug)
0 siblings, 0 replies; 4+ messages in thread
From: Alexys Jacob (ultrabug) @ 2013-01-21 13:28 UTC (permalink / raw
To: gentoo-commits
ultrabug 13/01/21 13:28:54
Modified: ChangeLog
Added: mongo-c-driver-0.7.1.ebuild
Log:
Version bump fix #449120
(Portage version: 2.1.11.41/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
Revision Changes Path
1.3 dev-libs/mongo-c-driver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?r1=1.2&r2=1.3
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog 29 Oct 2012 10:00:12 -0000 1.2
+++ ChangeLog 21 Jan 2013 13:28:54 -0000 1.3
@@ -1,6 +1,11 @@
# ChangeLog for dev-libs/mongo-c-driver
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.2 2012/10/29 10:00:12 ultrabug Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.3 2013/01/21 13:28:54 ultrabug Exp $
+
+*mongo-c-driver-0.7.1 (21 Jan 2013)
+
+ 21 Jan 2013; Ultrabug <ultrabug@gentoo.org> +mongo-c-driver-0.7.1.ebuild:
+ Version bump fix #449120
29 Oct 2012; Ultrabug <ultrabug@gentoo.org> metadata.xml:
Add myself as maintainer to keep track of this ebuild.
1.1 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.1&content-type=text/plain
Index: mongo-c-driver-0.7.1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.1 2013/01/21 13:28:54 ultrabug Exp $
EAPI="4"
PYTHON_DEPEND="2"
inherit multilib python
DESCRIPTION="C Driver for MongoDB"
HOMEPAGE="http://www.mongodb.org/ https://github.com/mongodb/mongo-c-driver"
SRC_URI="https://github.com/mongodb/${PN}/tarball/v${PV/_/} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc static-libs"
# tests fails to build
RESTRICT="test"
RDEPEND=""
DEPEND="doc? ( dev-python/sphinx )"
pkg_setup() {
python_set_active_version 2
}
src_unpack() {
unpack ${A}
mv *-${PN}-* "${S}"
}
src_compile() {
emake
use doc && make -C docs/source/sphinx html
}
src_install() {
emake install \
INSTALL_LIBRARY_PATH="${D}/usr/$(get_libdir)" \
INSTALL_INCLUDE_PATH="${D}/usr/include"
use static-libs || find "${ED}" -name '*.a' -exec rm -f {} +
use doc && dohtml -r docs/source/sphinx/build/html/*
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.7.1.ebuild ChangeLog
@ 2013-02-03 19:32 Agostino Sarubbo (ago)
0 siblings, 0 replies; 4+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-02-03 19:32 UTC (permalink / raw
To: gentoo-commits
ago 13/02/03 19:32:52
Modified: mongo-c-driver-0.7.1.ebuild ChangeLog
Log:
Add ~ppc, wrt bug #453414
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?r1=1.1&r2=1.2
Index: mongo-c-driver-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mongo-c-driver-0.7.1.ebuild 21 Jan 2013 13:28:54 -0000 1.1
+++ mongo-c-driver-0.7.1.ebuild 3 Feb 2013 19:32:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.1 2013/01/21 13:28:54 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.2 2013/02/03 19:32:52 ago Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc static-libs"
# tests fails to build
1.4 dev-libs/mongo-c-driver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 21 Jan 2013 13:28:54 -0000 1.3
+++ ChangeLog 3 Feb 2013 19:32:52 -0000 1.4
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/mongo-c-driver
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.3 2013/01/21 13:28:54 ultrabug Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.4 2013/02/03 19:32:52 ago Exp $
+
+ 03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mongo-c-driver-0.7.1.ebuild:
+ Add ~ppc, wrt bug #453414
*mongo-c-driver-0.7.1 (21 Jan 2013)
@@ -16,4 +19,3 @@
+mongo-c-driver-0.6.ebuild, +metadata.xml:
Initial commit. Thanks to Johan Bergstrom <bugs@bergstroem.nu> who will
proxy-maintain it. Bug #436746
-
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.7.1.ebuild ChangeLog
@ 2013-10-25 14:24 Jeroen Roovers (jer)
0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers (jer) @ 2013-10-25 14:24 UTC (permalink / raw
To: gentoo-commits
jer 13/10/25 14:24:44
Modified: mongo-c-driver-0.7.1.ebuild ChangeLog
Log:
Marked ~hppa too.
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.3 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?r1=1.2&r2=1.3
Index: mongo-c-driver-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mongo-c-driver-0.7.1.ebuild 3 Feb 2013 19:32:52 -0000 1.2
+++ mongo-c-driver-0.7.1.ebuild 25 Oct 2013 14:24:43 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.2 2013/02/03 19:32:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.3 2013/10/25 14:24:43 jer Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="doc static-libs"
# tests fails to build
1.5 dev-libs/mongo-c-driver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 3 Feb 2013 19:32:52 -0000 1.4
+++ ChangeLog 25 Oct 2013 14:24:43 -0000 1.5
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/mongo-c-driver
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.4 2013/02/03 19:32:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.5 2013/10/25 14:24:43 jer Exp $
+
+ 25 Oct 2013; Jeroen Roovers <jer@gentoo.org> mongo-c-driver-0.7.1.ebuild:
+ Marked ~hppa too.
03 Feb 2013; Agostino Sarubbo <ago@gentoo.org> mongo-c-driver-0.7.1.ebuild:
Add ~ppc, wrt bug #453414
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.7.1.ebuild ChangeLog
@ 2014-06-14 9:57 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 4+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14 9:57 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/06/14 09:57:35
Modified: mongo-c-driver-0.7.1.ebuild ChangeLog
Log:
x86 stable wrt bug #503410
(Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.4 dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild?r1=1.3&r2=1.4
Index: mongo-c-driver-0.7.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mongo-c-driver-0.7.1.ebuild 25 Oct 2013 14:24:43 -0000 1.3
+++ mongo-c-driver-0.7.1.ebuild 14 Jun 2014 09:57:35 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.3 2013/10/25 14:24:43 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.7.1.ebuild,v 1.4 2014/06/14 09:57:35 phajdan.jr Exp $
EAPI="4"
PYTHON_DEPEND="2"
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc x86"
IUSE="doc static-libs"
# tests fails to build
1.10 dev-libs/mongo-c-driver/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 28 Mar 2014 13:30:16 -0000 1.9
+++ ChangeLog 14 Jun 2014 09:57:35 -0000 1.10
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/mongo-c-driver
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.9 2014/03/28 13:30:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.10 2014/06/14 09:57:35 phajdan.jr Exp $
+
+ 14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ mongo-c-driver-0.7.1.ebuild:
+ x86 stable wrt bug #503410
28 Mar 2014; Jeroen Roovers <jer@gentoo.org> mongo-c-driver-0.8.1-r1.ebuild:
Respect CC.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-06-14 9:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-03 19:32 [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.7.1.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-06-14 9:57 PaweA Hajdan (phajdan.jr)
2013-10-25 14:24 Jeroen Roovers (jer)
2013-01-21 13:28 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