From 67a675922b4216b7300673249fae5d9bd4bc43fb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Tue, 2 Apr 2013 12:28:53 +0000 Subject: Move udevadm temporarily to /bin as that is the official sys-fs/udev location for longer time than I expected. (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!) --- sys-apps/systemd/ChangeLog | 9 +- sys-apps/systemd/systemd-200-r1.ebuild | 247 +++++++++++++++++++++++++++++++++ sys-apps/systemd/systemd-200.ebuild | 247 --------------------------------- sys-apps/systemd/systemd-9999.ebuild | 8 +- 4 files changed, 259 insertions(+), 252 deletions(-) create mode 100644 sys-apps/systemd/systemd-200-r1.ebuild delete mode 100644 sys-apps/systemd/systemd-200.ebuild (limited to 'sys-apps') diff --git a/sys-apps/systemd/ChangeLog b/sys-apps/systemd/ChangeLog index 3173cd8f0bd2..a5e65eabf121 100644 --- a/sys-apps/systemd/ChangeLog +++ b/sys-apps/systemd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-apps/systemd # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.110 2013/03/31 21:18:56 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.111 2013/04/02 12:28:53 mgorny Exp $ + +*systemd-200-r1 (02 Apr 2013) + + 02 Apr 2013; Michał Górny +systemd-200-r1.ebuild, + -systemd-200.ebuild, systemd-9999.ebuild: + Move udevadm temporarily to /bin as that is the official sys-fs/udev location + for longer time than I expected. 31 Mar 2013; Michał Górny systemd-200.ebuild, systemd-9999.ebuild: diff --git a/sys-apps/systemd/systemd-200-r1.ebuild b/sys-apps/systemd/systemd-200-r1.ebuild new file mode 100644 index 000000000000..522c8e8098a6 --- /dev/null +++ b/sys-apps/systemd/systemd-200-r1.ebuild @@ -0,0 +1,247 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200-r1.ebuild,v 1.1 2013/04/02 12:28:53 mgorny Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit autotools-utils linux-info multilib pam python-single-r1 systemd toolchain-funcs udev user + +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.xz" + +LICENSE="GPL-2 LGPL-2.1 MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +IUSE="acl audit cryptsetup doc gcrypt gudev http + introspection +kmod lzma pam python qrcode selinux static-libs + tcpd vanilla xattr" + +MINKV="2.6.39" + +COMMON_DEPEND=">=sys-apps/dbus-1.6.8-r1 + >=sys-apps/util-linux-2.20 + sys-libs/libcap + acl? ( sys-apps/acl ) + audit? ( >=sys-process/audit-2 ) + cryptsetup? ( >=sys-fs/cryptsetup-1.4.2 ) + gcrypt? ( >=dev-libs/libgcrypt-1.4.5 ) + gudev? ( >=dev-libs/glib-2 ) + http? ( net-libs/libmicrohttpd ) + introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) + kmod? ( >=sys-apps/kmod-12 ) + lzma? ( app-arch/xz-utils ) + pam? ( virtual/pam ) + python? ( ${PYTHON_DEPS} ) + qrcode? ( media-gfx/qrencode ) + selinux? ( sys-libs/libselinux ) + tcpd? ( sys-apps/tcp-wrappers ) + xattr? ( sys-apps/attr )" + +# baselayout-2.2 has /run +RDEPEND="${COMMON_DEPEND} + >=sys-apps/baselayout-2.2 + || ( + >=sys-apps/util-linux-2.22 +