From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31234138334 for ; Sat, 20 Apr 2019 23:27:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB724E0ABF; Sat, 20 Apr 2019 23:20:33 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE37CE0AB6 for ; Sat, 20 Apr 2019 23:20:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBE28341FCB for ; Sat, 20 Apr 2019 08:24:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5DB385B7 for ; Sat, 20 Apr 2019 08:24:53 +0000 (UTC) From: "Jason Zaman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jason Zaman" Message-ID: <1555748622.1f47aaf9fb2942f28e561ba97e7e426a48211bd4.perfinion@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sec-policy/selinux-base-policy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild sec-policy/selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild X-VCS-Directories: sec-policy/selinux-base-policy/ X-VCS-Committer: perfinion X-VCS-Committer-Name: Jason Zaman X-VCS-Revision: 1f47aaf9fb2942f28e561ba97e7e426a48211bd4 X-VCS-Branch: master Date: Sat, 20 Apr 2019 08:24:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 78762619-17ab-4ffd-9af0-6734fe0a4d9a X-Archives-Hash: 2bc5be03e3e0f62a9b7f718260a834dc commit: 1f47aaf9fb2942f28e561ba97e7e426a48211bd4 Author: Jason Zaman gentoo org> AuthorDate: Sat Apr 20 08:23:08 2019 +0000 Commit: Jason Zaman gentoo org> CommitDate: Sat Apr 20 08:23:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f47aaf9 sec-policy/selinux-base-policy: move patches to my dev space Swift is retiring so move the SRC_URI for all the patches to dev.gentoo.org/~perfinion/patches/ instead. Signed-off-by: Jason Zaman gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 .../selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild | 4 ++-- .../selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild | 4 ++-- .../selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild | 4 ++-- .../selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild | 4 ++-- .../selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild | 4 ++-- .../selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild | 2 +- sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild | 4 ++-- 7 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild index a72df4c245a..f912f538e6e 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="amd64 -arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild index 64fe2748029..168222b8066 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="amd64 -arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild index b2976ccee54..2ec944121ac 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180114-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://raw.githubusercontent.com/wiki/TresysTechnology/refpolicy/files/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild index 898b28a71b8..edafab22ce1 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="amd64 -arm ~arm64 ~mips x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild index 58046fa74ff..6905e0f1486 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20180701-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild index 5da851fdae6..6905e0f1486 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-2.20190201-r1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi diff --git a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild index f68a3519c79..6905e0f1486 100644 --- a/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild +++ b/sec-policy/selinux-base-policy/selinux-base-policy-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]]; then inherit git-r3 else SRC_URI="https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_${PV/./_}/refpolicy-${PV}.tar.bz2 - https://dev.gentoo.org/~swift/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" + https://dev.gentoo.org/~perfinion/patches/${PN}/patchbundle-${PN}-${PVR}.tar.bz2" KEYWORDS="~amd64 -arm ~arm64 ~mips ~x86" fi