Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-vnstatd: selinux-vnstatd-9999.ebuild ChangeLog
Date: Sat, 01 Nov 2014 16:15:28
Message-Id: 20141101161338.D5B219401@oystercatcher.gentoo.org
1 swift 14/11/01 16:13:38
2
3 Modified: selinux-vnstatd-9999.ebuild ChangeLog
4 Log:
5 Add KEYWORDS logic in -9999 ebuilds for ease of copying
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 0x2EDD52403B68AF47)
8
9 Revision Changes Path
10 1.3 sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild?r1=1.2&r2=1.3
15
16 Index: selinux-vnstatd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- selinux-vnstatd-9999.ebuild 8 Aug 2014 18:49:50 -0000 1.2
23 +++ selinux-vnstatd-9999.ebuild 1 Nov 2014 16:13:38 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild,v 1.2 2014/08/08 18:49:50 swift Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/selinux-vnstatd-9999.ebuild,v 1.3 2014/11/01 16:13:38 swift Exp $
29 EAPI="5"
30
31 IUSE=""
32 @@ -10,4 +10,8 @@
33
34 DESCRIPTION="SELinux policy for vnstatd"
35
36 -KEYWORDS=""
37 +if [[ $PV == 9999* ]] ; then
38 + KEYWORDS=""
39 +else
40 + KEYWORDS="~amd64 ~x86"
41 +fi
42
43
44
45 1.44 sec-policy/selinux-vnstatd/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?rev=1.44&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?rev=1.44&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog?r1=1.43&r2=1.44
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v
54 retrieving revision 1.43
55 retrieving revision 1.44
56 diff -u -r1.43 -r1.44
57 --- ChangeLog 22 Aug 2014 17:40:00 -0000 1.43
58 +++ ChangeLog 1 Nov 2014 16:13:38 -0000 1.44
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sec-policy/selinux-vnstatd
61 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v 1.43 2014/08/22 17:40:00 swift Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-vnstatd/ChangeLog,v 1.44 2014/11/01 16:13:38 swift Exp $
64 +
65 + 01 Nov 2014; Sven Vermeulen <swift@g.o> selinux-vnstatd-9999.ebuild:
66 + Add KEYWORDS logic in -9999 ebuilds for ease of copying
67
68 22 Aug 2014; Sven Vermeulen <swift@g.o>
69 selinux-vnstatd-2.20140311-r5.ebuild: