Gentoo Archives: gentoo-commits

From: "Mike Gilbert (floppym)" <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/mongo-c-driver: mongo-c-driver-0.8.1-r1.ebuild ChangeLog
Date: Thu, 27 Mar 2014 21:24:56
Message-Id: 20140327212449.431C82004F@flycatcher.gentoo.org
1 floppym 14/03/27 21:24:49
2
3 Modified: mongo-c-driver-0.8.1-r1.ebuild ChangeLog
4 Log:
5 Convert to python-any-r1, bug 505994.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
8
9 Revision Changes Path
10 1.2 dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: mongo-c-driver-0.8.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- mongo-c-driver-0.8.1-r1.ebuild 27 Mar 2014 17:05:08 -0000 1.1
23 +++ mongo-c-driver-0.8.1-r1.ebuild 27 Mar 2014 21:24:49 -0000 1.2
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild,v 1.1 2014/03/27 17:05:08 chainsaw Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/mongo-c-driver-0.8.1-r1.ebuild,v 1.2 2014/03/27 21:24:49 floppym Exp $
29
30 EAPI="5"
31 PYTHON_COMPAT=( python{2_6,2_7} )
32
33 -inherit base multilib python-r1
34 +inherit base multilib python-any-r1
35
36 DESCRIPTION="C Driver for MongoDB"
37 HOMEPAGE="http://www.mongodb.org/ https://github.com/mongodb/mongo-c-driver"
38 @@ -20,9 +20,15 @@
39 RESTRICT="test"
40
41 RDEPEND=""
42 -DEPEND="doc? ( dev-python/sphinx )"
43 +DEPEND="${PYTHON_DEPS}
44 + doc? ( $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]') )
45 +"
46 PATCHES=( "${FILESDIR}/${PV}-api-version.diff" )
47
48 +python_check_deps() {
49 + use !doc || has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
50 +}
51 +
52 src_unpack() {
53 unpack ${A}
54 mv *-${PN}-* "${S}"
55
56
57
58 1.8 dev-libs/mongo-c-driver/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.8&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?rev=1.8&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog?r1=1.7&r2=1.8
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v
67 retrieving revision 1.7
68 retrieving revision 1.8
69 diff -u -r1.7 -r1.8
70 --- ChangeLog 27 Mar 2014 17:05:08 -0000 1.7
71 +++ ChangeLog 27 Mar 2014 21:24:49 -0000 1.8
72 @@ -1,6 +1,9 @@
73 # ChangeLog for dev-libs/mongo-c-driver
74 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.7 2014/03/27 17:05:08 chainsaw Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/mongo-c-driver/ChangeLog,v 1.8 2014/03/27 21:24:49 floppym Exp $
77 +
78 + 27 Mar 2014; Mike Gilbert <floppym@g.o> mongo-c-driver-0.8.1-r1.ebuild:
79 + Convert to python-any-r1, bug 505994.
80
81 *mongo-c-driver-0.8.1-r1 (27 Mar 2014)