From 2b9164ff6d1041aefe9af711847dec54b5e1d166 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 29 Nov 2021 10:58:35 -0600 Subject: sys-apps/openrc: 0.44.9 bump This is going straight to stable because it contains several build fixes for selinux, crypt and pam. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: William Hubbs --- sys-apps/openrc/openrc-0.44.9.ebuild | 157 +++++++++++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create 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 new file mode 100644 index 000000000000..4e57ae57a034 --- /dev/null +++ b/sys-apps/openrc/openrc-0.44.9.ebuild @@ -0,0 +1,157 @@ +# 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 + ) + !