From 2dd80a93c9d9d7af24421389bafb5739c38e60b7 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Fri, 31 Dec 2021 22:32:48 -0600 Subject: sys-apps/openrc: remove several broken versions Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs --- sys-apps/openrc/openrc-0.44.9.ebuild | 158 ----------------------------------- 1 file changed, 158 deletions(-) delete mode 100644 sys-apps/openrc/openrc-0.44.9.ebuild (limited to 'sys-apps/openrc/openrc-0.44.9.ebuild') diff --git a/sys-apps/openrc/openrc-0.44.9.ebuild b/sys-apps/openrc/openrc-0.44.9.ebuild deleted file mode 100644 index 8ced74993f6f..000000000000 --- a/sys-apps/openrc/openrc-0.44.9.ebuild +++ /dev/null @@ -1,158 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic meson pam toolchain-funcs - -DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" -HOMEPAGE="https://github.com/openrc/openrc/" - -if [[ ${PV} =~ ^9{4,}$ ]]; then - EGIT_REPO_URI="https://github.com/OpenRC/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/OpenRC/openrc/archive/${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="audit bash debug ncurses pam newnet +netifrc selinux sysv-utils unicode" - -COMMON_DEPEND=" - ncurses? ( sys-libs/ncurses:0= ) - pam? ( sys-libs/pam ) - audit? ( sys-process/audit ) - sys-process/psmisc - !=sys-libs/libselinux-2.6 - ) - !