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/secilc/
Date: Sat, 03 Apr 2021 04:19:46
Message-Id: 1617423331.2b55250a66d6f8f2ce5b5a11875986a121d63c55.perfinion@gentoo
1 commit: 2b55250a66d6f8f2ce5b5a11875986a121d63c55
2 Author: Jonathan Davies <jpds <AT> protonmail <DOT> com>
3 AuthorDate: Thu Mar 18 01:00:37 2021 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 3 04:15:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b55250a
7
8 sys-apps/secilc: Sync live ebuild.
9
10 Signed-off-by: Jonathan Davies <jpds <AT> protonmail.com>
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-apps/secilc/secilc-9999.ebuild | 12 +++---------
14 1 file changed, 3 insertions(+), 9 deletions(-)
15
16 diff --git a/sys-apps/secilc/secilc-9999.ebuild b/sys-apps/secilc/secilc-9999.ebuild
17 index 0642e837b99..c7694587c83 100644
18 --- a/sys-apps/secilc/secilc-9999.ebuild
19 +++ b/sys-apps/secilc/secilc-9999.ebuild
20 @@ -4,28 +4,22 @@
21 EAPI="7"
22 inherit toolchain-funcs
23
24 -MY_P="${P//_/-}"
25 -MY_RELEASEDATE="20200710"
26 -
27 -SEPOL_VER="${PV}"
28 -
29 DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
30 HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
31
32 if [[ ${PV} == 9999 ]]; then
33 inherit git-r3
34 EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
35 - S="${WORKDIR}/${MY_P}/${PN}"
36 + S="${WORKDIR}/${P}/${PN}"
37 else
38 - SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz"
39 + SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz"
40 KEYWORDS="~amd64 ~x86"
41 - S="${WORKDIR}/${MY_P}"
42 fi
43
44 LICENSE="GPL-2"
45 SLOT="0"
46
47 -DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
48 +DEPEND=">=sys-libs/libsepol-${PV}"
49 RDEPEND="${DEPEND}"
50 BDEPEND="app-text/xmlto"