From e17c05237bcaa258d160eebc39959bbbaea8fc21 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sun, 17 Aug 2014 18:15:19 +0000 Subject: Version bump, bug #481182 tracks changes (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x30C46538) --- sys-apps/openrc/ChangeLog | 7 +- sys-apps/openrc/openrc-0.13.ebuild | 319 +++++++++++++++++++++++++++++++++++++ 2 files changed, 325 insertions(+), 1 deletion(-) create mode 100644 sys-apps/openrc/openrc-0.13.ebuild (limited to 'sys-apps') diff --git a/sys-apps/openrc/ChangeLog b/sys-apps/openrc/ChangeLog index 0d0f09e83c15..59dd3408e538 100644 --- a/sys-apps/openrc/ChangeLog +++ b/sys-apps/openrc/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/openrc # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.303 2014/08/12 01:22:44 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/ChangeLog,v 1.304 2014/08/17 18:15:19 williamh Exp $ + +*openrc-0.13 (17 Aug 2014) + + 17 Aug 2014; William Hubbs +openrc-0.13.ebuild: + Version bump, bug #481182 tracks changes 12 Aug 2014; William Hubbs openrc-9999.ebuild: install feature removal schedule diff --git a/sys-apps/openrc/openrc-0.13.ebuild b/sys-apps/openrc/openrc-0.13.ebuild new file mode 100644 index 000000000000..19f5137a3581 --- /dev/null +++ b/sys-apps/openrc/openrc-0.13.ebuild @@ -0,0 +1,319 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.13.ebuild,v 1.1 2014/08/17 18:15:19 williamh Exp $ + +EAPI=5 + +inherit eutils flag-o-matic multilib pam toolchain-funcs + +DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" +HOMEPAGE="http://www.gentoo.org/proj/en/base/openrc/" + +if [[ ${PV} == "9999" ]]; then + EGIT_REPO_URI="git://github.com/OpenRC/${PN}.git" + inherit git-r3 +else + SRC_URI="http://dev.gentoo.org/~williamh/dist/${P}.tar.bz2" + 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="debug elibc_glibc ncurses pam newnet prefix +netifrc selinux static-libs + tools unicode kernel_linux kernel_FreeBSD" + +COMMON_DEPEND=">=sys-apps/baselayout-2.1-r1 + kernel_FreeBSD? ( || ( >=sys-freebsd/freebsd-ubin-9.0_rc sys-process/fuser-bsd ) ) + elibc_glibc? ( >=sys-libs/glibc-2.5 ) + ncurses? ( sys-libs/ncurses ) + pam? ( sys-auth/pambase ) + tools? ( dev-lang/perl ) + kernel_linux? ( + sys-process/psmisc + ) + selinux? ( sec-policy/selinux-base-policy + sec-policy/selinux-openrc + sys-libs/libselinux ) + !