commit:     b8247f2bb4971d1b3525bdcc25e5b316909676ef
Author:     Filip Kobierski <fkobi <AT> pm <DOT> me>
AuthorDate: Tue Jul 30 13:09:57 2024 +0000
Commit:     Jason Zaman <perfinion <AT> gentoo <DOT> org>
CommitDate: Mon Aug 12 01:20:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8247f2b

sys-apps/mcstrans: drop 3.5

Signed-off-by: Filip Kobierski <fkobi <AT> pm.me>
Signed-off-by: Jason Zaman <perfinion <AT> gentoo.org>

 sys-apps/mcstrans/Manifest            |  1 -
 sys-apps/mcstrans/mcstrans-3.5.ebuild | 52 -----------------------------------
 2 files changed, 53 deletions(-)

diff --git a/sys-apps/mcstrans/Manifest b/sys-apps/mcstrans/Manifest
index d137545f5461..61ae8187f494 100644
--- a/sys-apps/mcstrans/Manifest
+++ b/sys-apps/mcstrans/Manifest
@@ -1,3 +1,2 @@
-DIST mcstrans-3.5.tar.gz 45091 BLAKE2B 
c6604075a6b37d7bf10e2daee40d9f034a26c5d56b81973cbc3b39621bdf5e2cb1d5906e91942e09ff077a14facafcc2464995675d8df31930707033fac5db90
 SHA512 
f4d3b04750e197c6abd31f1642af4b53a4fe0e968952a7ade992909f903d7486c1e72733963453563fcbc9745273c8238f169f520550df1470e7f6e4d6e56665
 DIST mcstrans-3.6.tar.gz 42199 BLAKE2B 
0f1b4ed212994037b062c42887e2629ae7374e0cbbd79692588ce164440eafddc6d7ab15d58f6064d68781a5a8fd614c9cfa734c4dbe1d3fea1dbb0f8191ddc1
 SHA512 
2c01a70741675faa41e8a9243f3cf08b558e568d7ae343874ff9c269473ba2748d42e0b45871d82d6c9b01bf71547835d547683f1aa5a8cf626708c7c69569fc
 DIST mcstrans-3.7.tar.gz 42501 BLAKE2B 
b1112a5098a6681ade55e9fada8b0e4629bda8ff4334242b570bc042113204374bd2ca72face7fd7bc0958981a3c39284fa953a02e0860c4101e966f77f7e49a
 SHA512 
51483ce4fd0b0a4bcba0d52eb418aa56104732888782f32c27a855c167cdb267de22eeb414ad8c6b2e733620c3e59db39646136c97f7bcb8901ce12fed44583a

diff --git a/sys-apps/mcstrans/mcstrans-3.5.ebuild 
b/sys-apps/mcstrans/mcstrans-3.5.ebuild
deleted file mode 100644
index 641549bb91e3..000000000000
--- a/sys-apps/mcstrans/mcstrans-3.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-
-inherit toolchain-funcs
-
-MY_PV="${PV//_/-}"
-MY_P="${PN}-${MY_PV}"
-
-DESCRIPTION="SELinux context translation to human readable names"
-HOMEPAGE="https://github.com/SELinuxProject/selinux/wiki";
-
-if [[ ${PV} == *9999 ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/SELinuxProject/selinux.git";
-       S="${WORKDIR}/${P}/${PN}"
-else
-       
SRC_URI="https://github.com/SELinuxProject/selinux/releases/download/${MY_PV}/${MY_P}.tar.gz";
-       KEYWORDS="amd64 arm arm64 ~mips x86"
-       S="${WORKDIR}/${MY_P}"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=">=sys-libs/libsepol-${PV}:=[static-libs(+)]
-       >=sys-libs/libselinux-${PV}:=
-       dev-libs/libpcre2:=
-       >=sys-libs/libcap-1.10-r10:="
-
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-       default
-
-       sed -i 's/-Werror//g' "${S}"/*/Makefile || die "Failed to remove Werror"
-}
-
-src_compile() {
-       tc-export CC
-       default
-}
-
-src_install() {
-       emake DESTDIR="${D}" install
-
-       rm -rf "${D}/etc/rc.d" || die
-
-       newinitd "${FILESDIR}/mcstransd.init" mcstransd
-}

Reply via email to