Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/couchdb: ChangeLog couchdb-1.5.0.ebuild couchdb-1.4.0.ebuild
Date: Sun, 02 Feb 2014 10:31:27
Message-Id: 20140202103124.3A2A82004C@flycatcher.gentoo.org
1 swift 14/02/02 10:31:24
2
3 Modified: ChangeLog couchdb-1.5.0.ebuild couchdb-1.4.0.ebuild
4 Log:
5 Depend on selinux-couchdb if SELinux is used (bug #499284)
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.88 dev-db/couchdb/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/ChangeLog?rev=1.88&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/ChangeLog?rev=1.88&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/ChangeLog?r1=1.87&r2=1.88
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v
19 retrieving revision 1.87
20 retrieving revision 1.88
21 diff -u -r1.87 -r1.88
22 --- ChangeLog 24 Dec 2013 12:53:12 -0000 1.87
23 +++ ChangeLog 2 Feb 2014 10:31:24 -0000 1.88
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-db/couchdb
26 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.87 2013/12/24 12:53:12 ago Exp $
28 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/ChangeLog,v 1.88 2014/02/02 10:31:24 swift Exp $
30 +
31 + 02 Feb 2014; Sven Vermeulen <swift@g.o> couchdb-1.4.0.ebuild,
32 + couchdb-1.5.0.ebuild:
33 + Fix bug #499284 - USE=selinux depend on couchdb policy
34
35 24 Dec 2013; Agostino Sarubbo <ago@g.o> couchdb-1.4.0.ebuild:
36 Stable for x86, wrt bug #490826
37
38
39
40 1.2 dev-db/couchdb/couchdb-1.5.0.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild?r1=1.1&r2=1.2
45
46 Index: couchdb-1.5.0.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- couchdb-1.5.0.ebuild 9 Nov 2013 10:29:16 -0000 1.1
53 +++ couchdb-1.5.0.ebuild 2 Feb 2014 10:31:24 -0000 1.2
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2013 Gentoo Foundation
56 +# Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild,v 1.1 2013/11/09 10:29:16 djc Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.5.0.ebuild,v 1.2 2014/02/02 10:31:24 swift Exp $
60
61 EAPI=5
62
63 @@ -13,13 +13,14 @@
64 LICENSE="Apache-2.0"
65 SLOT="0"
66 KEYWORDS="~amd64 ~ppc ~x86"
67 -IUSE="test"
68 +IUSE="selinux test"
69
70 RDEPEND=">=dev-libs/icu-4.3.1
71 dev-lang/erlang[ssl]
72 >=dev-libs/openssl-0.9.8j:0
73 >=net-misc/curl-7.18.2
74 - <dev-lang/spidermonkey-1.8.7"
75 + <dev-lang/spidermonkey-1.8.7
76 + selinux? ( sec-policy/selinux-couchdb )"
77
78 DEPEND="${RDEPEND}"
79 RESTRICT=test
80
81
82
83 1.5 dev-db/couchdb/couchdb-1.4.0.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild?rev=1.5&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild?rev=1.5&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild?r1=1.4&r2=1.5
88
89 Index: couchdb-1.4.0.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild,v
92 retrieving revision 1.4
93 retrieving revision 1.5
94 diff -u -r1.4 -r1.5
95 --- couchdb-1.4.0.ebuild 24 Dec 2013 12:53:12 -0000 1.4
96 +++ couchdb-1.4.0.ebuild 2 Feb 2014 10:31:24 -0000 1.5
97 @@ -1,6 +1,6 @@
98 -# Copyright 1999-2013 Gentoo Foundation
99 +# Copyright 1999-2014 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 -# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild,v 1.4 2013/12/24 12:53:12 ago Exp $
102 +# $Header: /var/cvsroot/gentoo-x86/dev-db/couchdb/couchdb-1.4.0.ebuild,v 1.5 2014/02/02 10:31:24 swift Exp $
103
104 EAPI=5
105
106 @@ -13,13 +13,14 @@
107 LICENSE="Apache-2.0"
108 SLOT="0"
109 KEYWORDS="amd64 ppc x86"
110 -IUSE="test"
111 +IUSE="selinux test"
112
113 RDEPEND=">=dev-libs/icu-4.3.1
114 dev-lang/erlang[ssl]
115 >=dev-libs/openssl-0.9.8j:0
116 >=net-misc/curl-7.18.2
117 - <dev-lang/spidermonkey-1.8.7"
118 + <dev-lang/spidermonkey-1.8.7
119 + selinux? ( sec-policy/selinux-couchdb )"
120
121 DEPEND="${RDEPEND}"
122 RESTRICT=test