commit: fabbd34a7371567fceb750af00a318137b949d86 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 19:17:27 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 19:19:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fabbd34a
app-admin/selint: drop 1.2.0, EAPI=7-- Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> app-admin/selint/Manifest | 1 - app-admin/selint/selint-1.2.0.ebuild | 42 ------------------------------------ 2 files changed, 43 deletions(-) diff --git a/app-admin/selint/Manifest b/app-admin/selint/Manifest index fc9ed12aa925..4e8d4d20c33a 100644 --- a/app-admin/selint/Manifest +++ b/app-admin/selint/Manifest @@ -1,2 +1 @@ -DIST selint-1.2.0.tar.gz 306527 BLAKE2B 842d796d3beea327ac937b977123a9248f317f0ab88e8187ff5ef7b7da2efd9b6c4bccda2dc1fd4661691904f90f346df0120f9398733e62942e70bef5c3c5ab SHA512 e289cb0a25454b1fd5f5435e11f3d956e6c545bbbbe79b7a47d40681746d8eb66bb78bdb541f2629a4f23435853568a8e52d10e6f8dde8e8ddb03f4493ea7504 DIST selint-1.2.1.tar.gz 307680 BLAKE2B 792ab2f79bc449faa6f94c13ce86f805ef36ebd11873019b36ae5f3d7450017d699d046771fc8359442d8aa24b096e1767e78054b8b2173cab6ac9bf0bb30cad SHA512 2b790cb41cab7dddb34dc9b9365641ae94c22356e3e85b5319ec23090cba633ce09e05a9b97eaba8617208057971f8fbdc8bd360b32a1f7ad0178c11c8711888 diff --git a/app-admin/selint/selint-1.2.0.ebuild b/app-admin/selint/selint-1.2.0.ebuild deleted file mode 100644 index d8f4a20dbd0a..000000000000 --- a/app-admin/selint/selint-1.2.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Static code analysis of refpolicy style SELinux policy" -HOMEPAGE="https://github.com/TresysTechnology/selint/wiki" - -if [[ ${PV} == 9999 ]] ; then - inherit autotools git-r3 - EGIT_REPO_URI="https://github.com/TresysTechnology/selint.git" -else - SRC_URI="https://github.com/TresysTechnology/selint/releases/download/v${PV}/${P}.tar.gz" - KEYWORDS="amd64 ~arm x86" -fi - -LICENSE="Apache-2.0" -SLOT="0" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND=" - dev-libs/confuse:= - dev-libs/uthash - elibc_musl? ( sys-libs/fts-standalone )" - -DEPEND="${RDEPEND} - test? ( dev-libs/check )" - -src_prepare() { - [[ ${PV} == 9999 ]] && eautoreconf - - eapply_user -} - -src_configure() { - use elibc_musl && append-libs "-lfts" - - econf $(use_with test check) -}
