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, 09 Apr 2022 02:55:12
Message-Id: 1649472876.b22e8be7b7af04a1b089d8505a4de038dd438e3c.perfinion@gentoo
1 commit: b22e8be7b7af04a1b089d8505a4de038dd438e3c
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 01:46:54 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:54:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b22e8be7
7
8 sys-apps/secilc: Drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>
12
13 sys-apps/secilc/Manifest | 2 --
14 sys-apps/secilc/secilc-3.1.ebuild | 39 ---------------------------------------
15 sys-apps/secilc/secilc-3.2.ebuild | 33 ---------------------------------
16 3 files changed, 74 deletions(-)
17
18 diff --git a/sys-apps/secilc/Manifest b/sys-apps/secilc/Manifest
19 index ec5816a6040a..323fe32e0e87 100644
20 --- a/sys-apps/secilc/Manifest
21 +++ b/sys-apps/secilc/Manifest
22 @@ -1,3 +1 @@
23 -DIST secilc-3.1.tar.gz 176631 BLAKE2B e79818580d2a788d672574ebd77349f0c59b678d2be628479f517412ca876fa225ba0dd63ef3200ed15ff693cd5f4cb4ff537d81666fef3a008ba4b3a7577e0c SHA512 79e3e4910178af49ea164d620aa997adb21dd18581c054a4023dd9116ec9dd203bd12989ef308aa1d253b47fcd251ee2b99c26e143d1db3de22a7f374ff38e0b
24 -DIST secilc-3.2.tar.gz 179384 BLAKE2B 89a02ceeaeb221eb5e819f6c6f09cd7e4675971d1870850867f0e258e3cf089c048a2976016c8200cffcb7904aae01d7e9d6a0c086a2a33fb08020df10b92059 SHA512 ef60aaaba3a9b4d8da496ae80203a8c9595dc2f97f767432f6b3323395fda65293540ed9574e8d7d3f40854c3ad38a95a7b96939b6c689f02a3d04834b81ca45
25 DIST secilc-3.3.tar.gz 181205 BLAKE2B ffccf2e6ea416f6e5a8270a488c6c6ed01b607af20fffed129f5d9b9957f2ab16e90a3fdbd57b597f1195987edf6a2ca1ae561cca62d176a01878fe24900f4b9 SHA512 11b2b6a56d588a71d8cc5b2e69e76579ddd3ea20e036bbfdbeefd8ed64a6dca3c8f963509a96231eb21807a195ec24e4807ef52dc2218ee0410ee0828ad77fa8
26
27 diff --git a/sys-apps/secilc/secilc-3.1.ebuild b/sys-apps/secilc/secilc-3.1.ebuild
28 deleted file mode 100644
29 index 37dbc1b714b9..000000000000
30 --- a/sys-apps/secilc/secilc-3.1.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -inherit toolchain-funcs
38 -
39 -MY_P="${P//_/-}"
40 -MY_RELEASEDATE="20200710"
41 -
42 -SEPOL_VER="${PV}"
43 -
44 -DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
45 -HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
46 -
47 -if [[ ${PV} == 9999 ]]; then
48 - inherit git-r3
49 - EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
50 - S="${WORKDIR}/${MY_P}/${PN}"
51 -else
52 - SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_RELEASEDATE}/${MY_P}.tar.gz"
53 - KEYWORDS="amd64 ~arm x86"
54 - S="${WORKDIR}/${MY_P}"
55 -fi
56 -
57 -LICENSE="GPL-2"
58 -SLOT="0"
59 -
60 -DEPEND=">=sys-libs/libsepol-${SEPOL_VER}"
61 -RDEPEND="${DEPEND}"
62 -BDEPEND="app-text/xmlto"
63 -
64 -# tests are not meant to be run outside of the
65 -# full SELinux userland repo
66 -RESTRICT="test"
67 -
68 -src_compile() {
69 - tc-export CC
70 - default
71 -}
72
73 diff --git a/sys-apps/secilc/secilc-3.2.ebuild b/sys-apps/secilc/secilc-3.2.ebuild
74 deleted file mode 100644
75 index 8058954b003d..000000000000
76 --- a/sys-apps/secilc/secilc-3.2.ebuild
77 +++ /dev/null
78 @@ -1,33 +0,0 @@
79 -# Copyright 1999-2021 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI="7"
83 -inherit toolchain-funcs
84 -
85 -DESCRIPTION="SELinux Common Intermediate Language (CIL) Compiler"
86 -HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
87 -
88 -if [[ ${PV} == 9999 ]]; then
89 - inherit git-r3
90 - EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
91 - S="${WORKDIR}/${P}/${PN}"
92 -else
93 - SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz"
94 - KEYWORDS="amd64 arm arm64 x86"
95 -fi
96 -
97 -LICENSE="GPL-2"
98 -SLOT="0"
99 -
100 -DEPEND=">=sys-libs/libsepol-${PV}"
101 -RDEPEND="${DEPEND}"
102 -BDEPEND="app-text/xmlto"
103 -
104 -# tests are not meant to be run outside of the
105 -# full SELinux userland repo
106 -RESTRICT="test"
107 -
108 -src_compile() {
109 - tc-export CC
110 - default
111 -}