From b22f686ce6402cac14e2fad5c90533d4eb746dbf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 18 Jul 2019 22:42:25 +0100 Subject: sys-apps/openrc : revision bump --- sys-apps/openrc/openrc-0.34.11-r9.ebuild | 384 +++++++++++++++++++++++++++++++ 1 file changed, 384 insertions(+) create mode 100644 sys-apps/openrc/openrc-0.34.11-r9.ebuild (limited to 'sys-apps/openrc/openrc-0.34.11-r9.ebuild') diff --git a/sys-apps/openrc/openrc-0.34.11-r9.ebuild b/sys-apps/openrc/openrc-0.34.11-r9.ebuild new file mode 100644 index 00000000..f4358c55 --- /dev/null +++ b/sys-apps/openrc/openrc-0.34.11-r9.ebuild @@ -0,0 +1,384 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit flag-o-matic pam toolchain-funcs + +DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" +HOMEPAGE="https://github.com/openrc/openrc/" + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd" +fi + +LICENSE="BSD-2" +SLOT="0" +IUSE="+apparmor audit debug +dkms elogind ncurses pam newnet +plugin prefix +netifrc selinux +settingsd static-libs + unicode kernel_linux kernel_FreeBSD" + +COMMON_DEPEND="kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) + ncurses? ( sys-libs/ncurses:0= ) + pam? ( + sys-auth/pambase + virtual/pam + ) + apparmor? ( sys-apps/apparmor + sys-apps/apparmor-utils + sec-policy/apparmor-profiles + ) + audit? ( sys-process/audit ) + dkms? ( sys-kernel/dkms ) + elogind? ( sys-auth/elogind ) + kernel_linux? ( + sys-process/psmisc + !=sys-libs/libselinux-2.6 + ) + !