From 71eb08db7cf7e68d05f6d052d5abb74cd6bc8591 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Dec 2017 03:13:58 +0000 Subject: sys-apps/openrc : version bump (0.34.9 -> 0.34.11) --- sys-apps/openrc/Manifest | 2 +- sys-apps/openrc/openrc-0.34.11-r1.ebuild | 342 +++++++++++++++++++++++++++++++ sys-apps/openrc/openrc-0.34.9-r1.ebuild | 342 ------------------------------- 3 files changed, 343 insertions(+), 343 deletions(-) create mode 100644 sys-apps/openrc/openrc-0.34.11-r1.ebuild delete mode 100644 sys-apps/openrc/openrc-0.34.9-r1.ebuild (limited to 'sys-apps') diff --git a/sys-apps/openrc/Manifest b/sys-apps/openrc/Manifest index af7f7851..12c80929 100644 --- a/sys-apps/openrc/Manifest +++ b/sys-apps/openrc/Manifest @@ -1 +1 @@ -DIST openrc-0.34.9.tar.gz 227686 SHA256 53f044d51a92c8d2959ce1a229a8192d5e56d6c56e0402967f33903c7eea97c2 SHA512 861113e357a7a662b8995fedd8aa5ba50fdae8890a4dee5413062b7c81305e8a8345a99b12cf8c2faa24966cddd9943ab2e499274ad1ddb5c79538c5d55a4fb1 WHIRLPOOL c10882a7dd5e97ff8b137229335fac61e5fa7d2085ea3306a59a171147385ea5e3f8779f799560fac74aa42499ed4a8d5874dd68bd3fdc10bb7c1536c57c2cf4 +DIST openrc-0.34.11.tar.gz 228054 SHA256 4e7b7510c363e99622400feba4b009ec0e0b57dbb99fd4cc678a7b5d2036e00a SHA512 76245d31c6fe9e90e5e2f35ce918b915fc88c231674e0c99dc98b8f3fa120e794900eec9919a0ab029a081b206393246eccb9119a79c90ad6e39325d022928be WHIRLPOOL ac01e4cf632c4d24f3f520e341d5d7c37ea384b03d48e31c0d0f740942d91bbb52244171e9c2e9b1e0a4dcacedf1c55c94db3412f28bcefebe584f1f1e020c96 diff --git a/sys-apps/openrc/openrc-0.34.11-r1.ebuild b/sys-apps/openrc/openrc-0.34.11-r1.ebuild new file mode 100644 index 00000000..44e6b20b --- /dev/null +++ b/sys-apps/openrc/openrc-0.34.11-r1.ebuild @@ -0,0 +1,342 @@ +# 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="audit debug +dkms ncurses pam newnet 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 + ) + audit? ( sys-process/audit ) + kernel_linux? ( + sys-process/psmisc + !=sys-libs/libselinux-2.6 + ) + !