Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sec-policy/selinux-base-policy: selinux-base-policy-2.20101213-r16.ebuild ChangeLog selinux-base-policy-2.20101213-r17.ebuild
Date: Sun, 03 Jul 2011 00:33:47
Message-Id: 20110703003335.5999D2004B@flycatcher.gentoo.org
1 blueness 11/07/03 00:33:35
2
3 Modified: selinux-base-policy-2.20101213-r16.ebuild ChangeLog
4 selinux-base-policy-2.20101213-r17.ebuild
5 Log:
6 Moved patchbundles out of , bug #370927
7
8 (Portage version: 2.1.9.42/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild?r1=1.2&r2=1.3
16
17 Index: selinux-base-policy-2.20101213-r16.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- selinux-base-policy-2.20101213-r16.ebuild 2 Jun 2011 12:06:45 -0000 1.2
24 +++ selinux-base-policy-2.20101213-r16.ebuild 3 Jul 2011 00:33:35 -0000 1.3
25 @@ -1,16 +1,22 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild,v 1.2 2011/06/02 12:06:45 blueness Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r16.ebuild,v 1.3 2011/07/03 00:33:35 blueness Exp $
30
31 EAPI="1"
32 IUSE="+peer_perms +open_perms +ubac"
33
34 inherit eutils
35
36 -PATCHBUNDLE="${FILESDIR}/patchbundle-${PF}.tar.bz2"
37 +#PATCHBUNDLE="${FILESDIR}/patchbundle-${PF}.tar.bz2"
38 +PATCHBUNDLE="${DISTDIR}/patchbundle-${PF}.tar.bz2"
39 +
40 DESCRIPTION="Gentoo base policy for SELinux"
41 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
42 -SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2"
43 +
44 +#SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2"
45 +SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2
46 + http://dev.gentoo.org/~blueness/patchbundle-selinux-base-policy/patchbundle-${PF}.tar.bz2"
47 +
48 LICENSE="GPL-2"
49 SLOT="0"
50
51
52
53
54 1.78 sec-policy/selinux-base-policy/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.78&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?rev=1.78&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog?r1=1.77&r2=1.78
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v
63 retrieving revision 1.77
64 retrieving revision 1.78
65 diff -u -r1.77 -r1.78
66 --- ChangeLog 30 Jun 2011 10:26:15 -0000 1.77
67 +++ ChangeLog 3 Jul 2011 00:33:35 -0000 1.78
68 @@ -1,6 +1,13 @@
69 # ChangeLog for sec-policy/selinux-base-policy
70 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.77 2011/06/30 10:26:15 blueness Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/ChangeLog,v 1.78 2011/07/03 00:33:35 blueness Exp $
73 +
74 + 03 Jul 2011; Anthony G. Basile <blueness@g.o>
75 + selinux-base-policy-2.20101213-r16.ebuild,
76 + selinux-base-policy-2.20101213-r17.ebuild,
77 + -files/patchbundle-selinux-base-policy-2.20101213-r16.tar.bz2,
78 + -files/patchbundle-selinux-base-policy-2.20101213-r17.tar.bz2:
79 + Moved patchbundles out of ${FILESDIR}, bug #370927
80
81 30 Jun 2011; Anthony G. Basile <blueness@g.o>
82 -selinux-base-policy-2.20101213-r11.ebuild,
83
84
85
86 1.2 sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild?r1=1.1&r2=1.2
91
92 Index: selinux-base-policy-2.20101213-r17.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- selinux-base-policy-2.20101213-r17.ebuild 30 Jun 2011 10:17:35 -0000 1.1
99 +++ selinux-base-policy-2.20101213-r17.ebuild 3 Jul 2011 00:33:35 -0000 1.2
100 @@ -1,16 +1,22 @@
101 # Copyright 1999-2011 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild,v 1.1 2011/06/30 10:17:35 blueness Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/sec-policy/selinux-base-policy/selinux-base-policy-2.20101213-r17.ebuild,v 1.2 2011/07/03 00:33:35 blueness Exp $
105
106 EAPI="1"
107 IUSE="+peer_perms +open_perms +ubac"
108
109 inherit eutils
110
111 -PATCHBUNDLE="${FILESDIR}/patchbundle-${PF}.tar.bz2"
112 +#PATCHBUNDLE="${FILESDIR}/patchbundle-${PF}.tar.bz2"
113 +PATCHBUNDLE="${DISTDIR}/patchbundle-${PF}.tar.bz2"
114 +
115 DESCRIPTION="Gentoo base policy for SELinux"
116 HOMEPAGE="http://www.gentoo.org/proj/en/hardened/selinux/"
117 -SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2"
118 +
119 +#SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2"
120 +SRC_URI="http://oss.tresys.com/files/refpolicy/refpolicy-${PV}.tar.bz2
121 + http://dev.gentoo.org/~blueness/patchbundle-selinux-base-policy/patchbundle-${PF}.tar.bz2"
122 +
123 LICENSE="GPL-2"
124 SLOT="0"