Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-nds/rpcbind: ChangeLog rpcbind-0.2.0.ebuild
Date: Wed, 28 Dec 2011 15:56:41
Message-Id: 20111228155631.E85EC2004B@flycatcher.gentoo.org
1 swift 11/12/28 15:56:31
2
3 Modified: ChangeLog rpcbind-0.2.0.ebuild
4 Log:
5 Adding USE=selinux triggered dependency on selinux-rpcbind
6
7 (Portage version: 2.1.10.41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.17 net-nds/rpcbind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/ChangeLog?r1=1.16&r2=1.17
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- ChangeLog 21 Sep 2011 08:18:29 -0000 1.16
23 +++ ChangeLog 28 Dec 2011 15:56:31 -0000 1.17
24 @@ -1,6 +1,9 @@
25 # ChangeLog for net-nds/rpcbind
26 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.16 2011/09/21 08:18:29 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/ChangeLog,v 1.17 2011/12/28 15:56:31 swift Exp $
29 +
30 + 28 Dec 2011; <swift@g.o> rpcbind-0.2.0.ebuild:
31 + Add selinux dependency for selinux-rpcbind
32
33 21 Sep 2011; Michał Górny <mgorny@g.o> rpcbind-9999.ebuild:
34 Migrate to git-2.
35
36
37
38 1.12 net-nds/rpcbind/rpcbind-0.2.0.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.12&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?rev=1.12&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild?r1=1.11&r2=1.12
43
44 Index: rpcbind-0.2.0.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v
47 retrieving revision 1.11
48 retrieving revision 1.12
49 diff -u -r1.11 -r1.12
50 --- rpcbind-0.2.0.ebuild 2 Sep 2011 20:10:55 -0000 1.11
51 +++ rpcbind-0.2.0.ebuild 28 Dec 2011 15:56:31 -0000 1.12
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2011 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.11 2011/09/02 20:10:55 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/net-nds/rpcbind/rpcbind-0.2.0.ebuild,v 1.12 2011/12/28 15:56:31 swift Exp $
57
58 EAPI="2"
59
60 @@ -20,9 +20,10 @@
61
62 LICENSE="BSD"
63 SLOT="0"
64 -IUSE=""
65 +IUSE="selinux"
66
67 -RDEPEND="net-libs/libtirpc"
68 +RDEPEND="net-libs/libtirpc
69 + selinux? ( sec-policy/selinux-rpcbind )"
70 DEPEND="${RDEPEND}
71 dev-util/pkgconfig"