Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base/
Date: Sat, 20 Apr 2019 23:27:16
Message-Id: 1555748620.5a52527eff95ab73ec3d1418019a9cc318db3726.perfinion@gentoo
1 commit: 5a52527eff95ab73ec3d1418019a9cc318db3726
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 20 08:20:19 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 20 08:23:40 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a52527e
7
8 sec-policy/selinux-base: move patches to my dev space
9
10 Swift is retiring so move the SRC_URI for all the patches to
11 dev.gentoo.org/~perfinion/patches/ instead.
12
13 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
14 Package-Manager: Portage-2.3.62, Repoman-2.3.11
15
16 sec-policy/selinux-base/selinux-base-2.20180114-r1.ebuild | 4 ++--
17 sec-policy/selinux-base/selinux-base-2.20180114-r2.ebuild | 4 ++--
18 sec-policy/selinux-base/selinux-base-2.20180114-r3.ebuild | 4 ++--
19 sec-policy/selinux-base/selinux-base-2.20180701-r1.ebuild | 4 ++--
20 sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild | 4 ++--
21 sec-policy/selinux-base/selinux-base-2.20190201-r1.ebuild | 2 +-
22 sec-policy/selinux-base/selinux-base-9999.ebuild | 4 ++--
23 7 files changed, 13 insertions(+), 13 deletions(-)
24
25 diff --git a/sec-policy/selinux-base/selinux-base-2.20180114-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20180114-r1.ebuild
26 index 17235751cf3..5c86e23535c 100644
27 --- a/sec-policy/selinux-base/selinux-base-2.20180114-r1.ebuild
28 +++ b/sec-policy/selinux-base/selinux-base-2.20180114-r1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI="6"
35 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
36 inherit git-r3
37 else
38 SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2
39 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
40 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
41
42 KEYWORDS="amd64 -arm ~arm64 ~mips x86"
43 fi
44
45 diff --git a/sec-policy/selinux-base/selinux-base-2.20180114-r2.ebuild b/sec-policy/selinux-base/selinux-base-2.20180114-r2.ebuild
46 index 17235751cf3..5c86e23535c 100644
47 --- a/sec-policy/selinux-base/selinux-base-2.20180114-r2.ebuild
48 +++ b/sec-policy/selinux-base/selinux-base-2.20180114-r2.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2018 Gentoo Foundation
51 +# Copyright 1999-2019 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="6"
55 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
56 inherit git-r3
57 else
58 SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2
59 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
60 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
61
62 KEYWORDS="amd64 -arm ~arm64 ~mips x86"
63 fi
64
65 diff --git a/sec-policy/selinux-base/selinux-base-2.20180114-r3.ebuild b/sec-policy/selinux-base/selinux-base-2.20180114-r3.ebuild
66 index b779ed9e7cf..b4344907d54 100644
67 --- a/sec-policy/selinux-base/selinux-base-2.20180114-r3.ebuild
68 +++ b/sec-policy/selinux-base/selinux-base-2.20180114-r3.ebuild
69 @@ -1,4 +1,4 @@
70 -# Copyright 1999-2018 Gentoo Foundation
71 +# Copyright 1999-2019 Gentoo Authors
72 # Distributed under the terms of the GNU General Public License v2
73
74 EAPI="6"
75 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
76 inherit git-r3
77 else
78 SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2
79 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
80 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
81
82 KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
83 fi
84
85 diff --git a/sec-policy/selinux-base/selinux-base-2.20180701-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20180701-r1.ebuild
86 index 4cfcbe775ba..020f30cfb94 100644
87 --- a/sec-policy/selinux-base/selinux-base-2.20180701-r1.ebuild
88 +++ b/sec-policy/selinux-base/selinux-base-2.20180701-r1.ebuild
89 @@ -1,4 +1,4 @@
90 -# Copyright 1999-2018 Gentoo Foundation
91 +# Copyright 1999-2019 Gentoo Authors
92 # Distributed under the terms of the GNU General Public License v2
93
94 EAPI="6"
95 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
96 inherit git-r3
97 else
98 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
99 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
100 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
101
102 KEYWORDS="amd64 -arm ~arm64 ~mips x86"
103 fi
104
105 diff --git a/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild b/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild
106 index 32e8fed4269..942ea13d67f 100644
107 --- a/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild
108 +++ b/sec-policy/selinux-base/selinux-base-2.20180701-r2.ebuild
109 @@ -1,4 +1,4 @@
110 -# Copyright 1999-2018 Gentoo Authors
111 +# Copyright 1999-2019 Gentoo Authors
112 # Distributed under the terms of the GNU General Public License v2
113
114 EAPI="6"
115 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
116 inherit git-r3
117 else
118 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
119 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
120 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
121
122 KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
123 fi
124
125 diff --git a/sec-policy/selinux-base/selinux-base-2.20190201-r1.ebuild b/sec-policy/selinux-base/selinux-base-2.20190201-r1.ebuild
126 index e34c4523afe..942ea13d67f 100644
127 --- a/sec-policy/selinux-base/selinux-base-2.20190201-r1.ebuild
128 +++ b/sec-policy/selinux-base/selinux-base-2.20190201-r1.ebuild
129 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
130 inherit git-r3
131 else
132 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
133 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
134 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
135
136 KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
137 fi
138
139 diff --git a/sec-policy/selinux-base/selinux-base-9999.ebuild b/sec-policy/selinux-base/selinux-base-9999.ebuild
140 index 000ddea14dd..942ea13d67f 100644
141 --- a/sec-policy/selinux-base/selinux-base-9999.ebuild
142 +++ b/sec-policy/selinux-base/selinux-base-9999.ebuild
143 @@ -1,4 +1,4 @@
144 -# Copyright 1999-2018 Gentoo Foundation
145 +# Copyright 1999-2019 Gentoo Authors
146 # Distributed under the terms of the GNU General Public License v2
147
148 EAPI="6"
149 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then
150 inherit git-r3
151 else
152 SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2
153 - https://dev.gentoo.org/~swift/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
154 + https://dev.gentoo.org/~perfinion/patches/selinux-base-policy/patchbundle-selinux-base-policy-${PVR}.tar.bz2"
155
156 KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86"
157 fi