# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-29-r1.ebuild,v 1.2 2011/06/24 20:56:01 mgorny Exp $ EAPI=4 inherit autotools-utils bash-completion linux-info pam systemd DESCRIPTION="System and service manager for Linux" HOMEPAGE="http://www.freedesktop.org/wiki/Software/systemd" SRC_URI="http://www.freedesktop.org/software/systemd/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="acl audit cryptsetup gtk pam plymouth selinux tcpd" COMMON_DEPEND=">=sys-apps/dbus-1.4.10 >=sys-fs/udev-172 >=sys-apps/util-linux-2.19 sys-libs/libcap sys-devel/gettext acl? ( virtual/acl ) audit? ( >=sys-process/audit-2 ) cryptsetup? ( sys-fs/cryptsetup ) gtk? ( dev-libs/dbus-glib >=dev-libs/glib-2.26 x11-libs/gtk+:2 >=x11-libs/libnotify-0.7 ) pam? ( virtual/pam ) plymouth? ( sys-boot/plymouth ) selinux? ( sys-libs/libselinux ) tcpd? ( sys-apps/tcp-wrappers )" # Vala-0.10 doesn't work with libnotify 0.7.1 VALASLOT="0.12" # A little higher than upstream requires # but I had real trouble with 2.6.37 and systemd. MINKV="2.6.38" # dbus, udev versions because of systemd units # blocker on old packages to avoid collisions with above # openrc blocker to avoid udev rules starting openrc scripts RDEPEND="${COMMON_DEPEND} !!sys-apps/systemd-dbus !!sys-apps/systemd-udev !