From 351bdb27fc041435144b39e022d9830c140ebd3a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Jan 2021 17:30:09 +0000 Subject: sys-apps/openrc : revision bump --- .../openrc/files/openrc-disable-cgroupsv2.patch | 12 - sys-apps/openrc/openrc-0.42.1-r5.ebuild | 252 --------------------- sys-apps/openrc/openrc-0.42.1-r6.ebuild | 251 ++++++++++++++++++++ 3 files changed, 251 insertions(+), 264 deletions(-) delete mode 100644 sys-apps/openrc/files/openrc-disable-cgroupsv2.patch delete mode 100644 sys-apps/openrc/openrc-0.42.1-r5.ebuild create mode 100644 sys-apps/openrc/openrc-0.42.1-r6.ebuild (limited to 'sys-apps') diff --git a/sys-apps/openrc/files/openrc-disable-cgroupsv2.patch b/sys-apps/openrc/files/openrc-disable-cgroupsv2.patch deleted file mode 100644 index 900ad4b1..00000000 --- a/sys-apps/openrc/files/openrc-disable-cgroupsv2.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur a/etc/rc.conf b/etc/rc.conf ---- a/etc/rc.conf 2017-10-10 19:38:12.000000000 +0100 -+++ b/etc/rc.conf 2017-10-22 09:24:59.365825762 +0100 -@@ -196,7 +196,7 @@ - # cgroups version 1 on /sys/fs/cgroup. - # "legacy" mounts cgroups version 1 on /sys/fs/cgroup - # "unified" mounts cgroups version 2 on /sys/fs/cgroup --#rc_cgroup_mode="hybrid" -+rc_cgroup_mode="legacy" - - # This is a list of controllers which should be enabled for cgroups version 2. - # If hybrid mode is being used, controllers listed here will not be diff --git a/sys-apps/openrc/openrc-0.42.1-r5.ebuild b/sys-apps/openrc/openrc-0.42.1-r5.ebuild deleted file mode 100644 index 621ae08e..00000000 --- a/sys-apps/openrc/openrc-0.42.1-r5.ebuild +++ /dev/null @@ -1,252 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic pam toolchain-funcs usr-ldscript - -DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" -HOMEPAGE="https://github.com/openrc/openrc/" - -if [[ ${PV} == "9999" ]]; then - EGIT_REPO_URI="https://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 ~riscv ~s390 ~sh ~sparc ~x86" -fi - -LICENSE="BSD-2" -SLOT="0" -IUSE="+apparmor audit bash debug +dkms elogind +entropy ncurses pam newnet prefix +netifrc selinux +splash static-libs sysv-utils unicode" - -COMMON_DEPEND=" - apparmor? ( - sys-apps/apparmor - sys-apps/apparmor-utils - sec-policy/apparmor-profiles - ) - ncurses? ( sys-libs/ncurses:0= ) - pam? ( - sys-auth/pambase - sys-libs/pam - ) - audit? ( sys-process/audit ) - dkms? ( sys-kernel/dkms ) - elogind? ( sys-auth/elogind ) - entropy? ( sys-apps/haveged ) - sys-process/psmisc - !=sys-libs/libselinux-2.6 - ) - splash? ( sys-boot/plymouth-openrc-plugin ) - !