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/semodule-utils/
Date: Sat, 09 Apr 2022 02:55:14
Message-Id: 1649472879.f06deedd86aef963efba0d4b05c1b5934d86a540.perfinion@gentoo
1 commit: f06deedd86aef963efba0d4b05c1b5934d86a540
2 Author: Jason Zaman <perfinion <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 9 01:50:09 2022 +0000
4 Commit: Jason Zaman <perfinion <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 9 02:54:39 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06deedd
7
8 sys-apps/semodule-utils: 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/semodule-utils/Manifest | 2 -
14 sys-apps/semodule-utils/semodule-utils-3.1.ebuild | 47 -----------------------
15 sys-apps/semodule-utils/semodule-utils-3.2.ebuild | 41 --------------------
16 3 files changed, 90 deletions(-)
17
18 diff --git a/sys-apps/semodule-utils/Manifest b/sys-apps/semodule-utils/Manifest
19 index 487545e2ad0b..567a7b4cef98 100644
20 --- a/sys-apps/semodule-utils/Manifest
21 +++ b/sys-apps/semodule-utils/Manifest
22 @@ -1,3 +1 @@
23 -DIST semodule-utils-3.1.tar.gz 14257 BLAKE2B c8c9a1ce7c9c4f53b1f4c728d16b149fdc284f4cff8b4fce0cb59b77d37d6d7e9bf2102c7177c4eaf94677af6147e42d8d0bd55c0bf3a358968d0162d5a6c65a SHA512 b92794bbfbce5834ee7f62fddb40b5506e9291e8fa7c5d669b2e281089b8f8dc40c4522ea287ac5deffdaee751442ba8e691e2ac45fdd378b60d5d6b2527d157
24 -DIST semodule-utils-3.2.tar.gz 14260 BLAKE2B 35c071c96071028d4a912a89b88d02672f1fb8c2d8d23c3cb472b607dad55acdf351ef870b4d52bb2bed7b816a199c18947afcd16e77b66268822288feb4af2a SHA512 f937647cc22f7ed719908bad64415d706fd97cf1dce484dbca2484b05b3295de40e31bec643b6caaf4e8be742b1f911428d393c5e2d1d0ae39a2a37fd3be9bc1
25 DIST semodule-utils-3.3.tar.gz 14268 BLAKE2B 5b03dd731c28e29b146e9f75fa7ce5151e58df1ea6598356b1ad9ee6846d2ebf7ceb57c740aa0ae4b94e0a7356180bd8e608d6a9543b48251e553036f2b2833e SHA512 76aa0c9322889c7de100f3c5789bdf27b7073827fe2af371bd50a4517baa8442f35e53f16a93227dce93da0ceb054bea7e5ee17a46fe05e06f3c2d9925cf59dc
26
27 diff --git a/sys-apps/semodule-utils/semodule-utils-3.1.ebuild b/sys-apps/semodule-utils/semodule-utils-3.1.ebuild
28 deleted file mode 100644
29 index 21cea74be5de..000000000000
30 --- a/sys-apps/semodule-utils/semodule-utils-3.1.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI="7"
37 -
38 -inherit toolchain-funcs
39 -
40 -MY_RELEASEDATE="20200710"
41 -SEPOL_VER="${PV}"
42 -SELNX_VER="${PV}"
43 -
44 -MY_P="${P//_/-}"
45 -IUSE=""
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 ~arm64 ~mips x86"
54 - S="${WORKDIR}/${MY_P}"
55 -fi
56 -
57 -DESCRIPTION="SELinux policy module utilities"
58 -HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
59 -
60 -LICENSE="GPL-2"
61 -SLOT="0"
62 -
63 -DEPEND=">=sys-libs/libsepol-${SEPOL_VER}:="
64 -
65 -RDEPEND="${DEPEND}"
66 -
67 -src_prepare() {
68 - default
69 -
70 - sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
71 -}
72 -
73 -src_compile() {
74 - emake CC="$(tc-getCC)"
75 -}
76 -
77 -src_install() {
78 - emake DESTDIR="${D}" install
79 -}
80
81 diff --git a/sys-apps/semodule-utils/semodule-utils-3.2.ebuild b/sys-apps/semodule-utils/semodule-utils-3.2.ebuild
82 deleted file mode 100644
83 index 5a5792a677bd..000000000000
84 --- a/sys-apps/semodule-utils/semodule-utils-3.2.ebuild
85 +++ /dev/null
86 @@ -1,41 +0,0 @@
87 -# Copyright 1999-2021 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI="7"
91 -
92 -inherit toolchain-funcs
93 -
94 -IUSE=""
95 -
96 -if [[ ${PV} == *9999 ]] ; then
97 - inherit git-r3
98 - EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git"
99 - S="${WORKDIR}/${P}/${PN}"
100 -else
101 - SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${PV}/${P}.tar.gz"
102 - KEYWORDS="amd64 arm arm64 ~mips x86"
103 -fi
104 -
105 -DESCRIPTION="SELinux policy module utilities"
106 -HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki"
107 -
108 -LICENSE="GPL-2"
109 -SLOT="0"
110 -
111 -DEPEND=">=sys-libs/libsepol-${PV}:="
112 -
113 -RDEPEND="${DEPEND}"
114 -
115 -src_prepare() {
116 - default
117 -
118 - sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
119 -}
120 -
121 -src_compile() {
122 - emake CC="$(tc-getCC)"
123 -}
124 -
125 -src_install() {
126 - emake DESTDIR="${D}" install
127 -}