From 548be3bc7636990da381b0c2c9d267a68ae94bde Mon Sep 17 00:00:00 2001 From: Zero_Chaos Date: Thu, 21 Jan 2010 15:42:44 +0000 Subject: [PATCH] always nice to include the ebuild.... --- sys-apps/openrc/openrc-0.6.0-r1.ebuild | 414 +++++++++++++++++++++++++ 1 file changed, 414 insertions(+) create mode 100644 sys-apps/openrc/openrc-0.6.0-r1.ebuild diff --git a/sys-apps/openrc/openrc-0.6.0-r1.ebuild b/sys-apps/openrc/openrc-0.6.0-r1.ebuild new file mode 100644 index 000000000..11fca3656 --- /dev/null +++ b/sys-apps/openrc/openrc-0.6.0-r1.ebuild @@ -0,0 +1,414 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/openrc/openrc-0.6.0-r1.ebuild,v 1.1 2010/01/20 16:37:07 williamh Exp $ + +EAPI="1" + +inherit eutils flag-o-matic multilib toolchain-funcs + +if [[ ${PV} == "9999" ]] ; then + EGIT_REPO_URI="git://roy.marples.name/openrc.git" + inherit git + KEYWORDS="" +else + SRC_URI="http://roy.marples.name/downloads/${PN}/${P}.tar.bz2" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +fi + +DESCRIPTION="OpenRC manages the services, startup and shutdown of a host" +HOMEPAGE="http://roy.marples.name/openrc" + +LICENSE="BSD-2" +SLOT="0" +IUSE="debug elibc_glibc ncurses pam unicode kernel_linux kernel_FreeBSD +pentoo" + +RDEPEND="virtual/init + kernel_FreeBSD? ( sys-process/fuser-bsd ) + elibc_glibc? ( >=sys-libs/glibc-2.5 ) + ncurses? ( sys-libs/ncurses ) + pam? ( virtual/pam ) + >=sys-apps/baselayout-2.0.0 + kernel_linux? ( !