Gentoo Archives: gentoo-commits

From: Jason Zaman <perfinion@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/policycoreutils/
Date: Sat, 09 Feb 2019 11:49:09
Message-Id: 1549712878.284bd4850721b6db49fa87b046271acc6920d043.perfinion@gentoo
1 commit: 284bd4850721b6db49fa87b046271acc6920d043
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 9 11:28:44 2019 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 11:47:58 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=284bd485
7
8 sys-apps/policycoreutils: update live ebuild
9
10 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sys-apps/policycoreutils/policycoreutils-9999.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-apps/policycoreutils/policycoreutils-9999.ebuild b/sys-apps/policycoreutils/policycoreutils-9999.ebuild
17 index 26e0853930f..09b451dfda9 100644
18 --- a/sys-apps/policycoreutils/policycoreutils-9999.ebuild
19 +++ b/sys-apps/policycoreutils/policycoreutils-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -9,7 +9,7 @@ inherit multilib python-r1 toolchain-funcs bash-completion-r1
27
28 MY_P="${P//_/-}"
29
30 -MY_RELEASEDATE="20180524"
31 +MY_RELEASEDATE="20190125"
32 EXTRAS_VER="1.36"
33 SEMNG_VER="${PV}"
34 SELNX_VER="${PV}"
35 @@ -29,7 +29,7 @@ if [[ ${PV} == 9999 ]]; then
36 S2="${WORKDIR}/policycoreutils-extra"
37 S="${S1}"
38 else
39 - SRC_URI="https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/${MY_RELEASEDATE}/${MY_P}.tar.gz
40 + SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz
41 https://dev.gentoo.org/~perfinion/distfiles/policycoreutils-extra-${EXTRAS_VER}.tar.bz2"
42 KEYWORDS="~amd64 ~arm64 ~mips ~x86"
43 S1="${WORKDIR}/${MY_P}"