commit:     7dd8927ea2c2b25e828734e40d9571e4597f74c4
Author:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 29 22:37:19 2023 +0000
Commit:     Kenton Groombridge <concord <AT> gentoo <DOT> org>
CommitDate: Thu Mar 30 00:08:11 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd8927e

app-admin/setools: drop 4.4.0-r2

Signed-off-by: Kenton Groombridge <concord <AT> gentoo.org>

 app-admin/setools/setools-4.4.0-r2.ebuild | 55 -------------------------------
 1 file changed, 55 deletions(-)

diff --git a/app-admin/setools/setools-4.4.0-r2.ebuild 
b/app-admin/setools/setools-4.4.0-r2.ebuild
deleted file mode 100644
index 88109fb61e5a..000000000000
--- a/app-admin/setools/setools-4.4.0-r2.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{9..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Policy Analysis Tools for SELinux"
-HOMEPAGE="https://github.com/SELinuxProject/setools/wiki";
-
-if [[ ${PV} == 9999 ]] ; then
-       inherit git-r3
-       EGIT_REPO_URI="https://github.com/SELinuxProject/setools.git";
-else
-       
SRC_URI="https://github.com/SELinuxProject/setools/releases/download/${PV}/${P}.tar.bz2";
-       KEYWORDS="amd64 arm arm64 x86"
-fi
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-IUSE="test infoflow X"
-RESTRICT="!test? ( test )"
-S="${WORKDIR}/${PN}"
-
-RDEPEND="${PYTHON_DEPS}
-       dev-python/setuptools
-       >=sys-libs/libsepol-3.2:=
-       >=sys-libs/libselinux-3.2:=
-       infoflow? ( >=dev-python/networkx-2.0[${PYTHON_USEDEP}] )
-       X? (
-               dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-       )"
-DEPEND="${RDEPEND}"
-BDEPEND=">=dev-python/cython-0.27
-       dev-python/setuptools
-       test? (
-               >=dev-python/networkx-2.0[${PYTHON_USEDEP}]
-               sys-apps/checkpolicy
-       )"
-
-python_prepare_all() {
-       sed -i "s/'-Werror', //" "${S}"/setup.py || die "failed to remove 
Werror"
-       sed -i "s@^lib_dirs = .*@lib_dirs = ['${ROOT:-/}usr/$(get_libdir)']@" 
"${S}"/setup.py || \
-               die "failed to set lib_dirs"
-
-       local PATCHES=( 
"${FILESDIR}"/0001-__init__.py-Make-NetworkX-dep-optional.patch )
-       use X || PATCHES+=( "${FILESDIR}"/setools-4.4.0-remove-gui.patch )
-       distutils-r1_python_prepare_all
-}
-
-python_test() {
-       esetup.py test
-}

Reply via email to