diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-08 12:28:41 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2013-02-08 12:28:41 +0000 |
commit | 0b7535156243417bc7c0ece497b5a823e3b25c3c (patch) | |
tree | 27f21d008c6106b1c0e82a718c513218179c7b5b /sys-fs/udev | |
parent | Add ~ppc, wrt bug #455960 (diff) | |
download | gentoo-2-0b7535156243417bc7c0ece497b5a823e3b25c3c.tar.gz gentoo-2-0b7535156243417bc7c0ece497b5a823e3b25c3c.tar.bz2 gentoo-2-0b7535156243417bc7c0ece497b5a823e3b25c3c.zip |
Remove systemd-daemon targets. Allow parallel building again.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r-- | sys-fs/udev/ChangeLog | 12 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 25 |
2 files changed, 13 insertions, 24 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 10d9156e7ce1..2174e453082d 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,12 +1,14 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.822 2013/02/08 11:55:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.823 2013/02/08 12:28:41 ssuominen Exp $ 08 Feb 2013; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild: - Update live ebuild to use new --root switch from git for hwdb --update. - Remove target systemd-install-hook (and udev-confdirs) to match current git. - This will mean content of /usr/lib/systemd/system/sysinit.target.wants/ is - not installed with udev anymore. + Remove multiple targets that installed systemd files since libudev and + libgudev doesn't link against libsystemd-daemon anymore. Unfortunately + this will mean content of /usr/lib/systemd/system/sysinit.target.wants/ + went away because the new target install-target-wants-hook would install + too much of unrelated systemd files. + Use --root switch for udevadm hwdb --update. *udev-197-r8 (07 Feb 2013) diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 47471512341a..d37bcde5a6a6 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.173 2013/02/08 11:55:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.174 2013/02/08 12:28:41 ssuominen Exp $ EAPI=4 @@ -251,7 +251,6 @@ src_compile() systemd-udevd udevadm libudev.la - libsystemd-daemon.la ata_id cdrom_id collect @@ -259,10 +258,6 @@ src_compile() v4l_id accelerometer mtd_probe - man/sd_is_fifo.3 - man/sd_notify.3 - man/sd_listen_fds.3 - man/sd-daemon.3 man/udev.7 man/udevadm.8 man/systemd-udevd.8 @@ -281,8 +276,8 @@ src_compile() src_install() { - local lib_LTLIBRARIES="libsystemd-daemon.la libudev.la" \ - pkgconfiglib_DATA="src/libsystemd-daemon/libsystemd-daemon.pc src/libudev/libudev.pc" + local lib_LTLIBRARIES="libudev.la" \ + pkgconfiglib_DATA="src/libudev/libudev.pc" local targets=( install-libLTLIBRARIES @@ -307,8 +302,6 @@ src_install() install-typelibsDATA install-dist_docDATA libudev-install-hook - libsystemd-daemon-install-hook - install-pkgincludeHEADERS ) if use gudev @@ -322,14 +315,9 @@ src_install() rootlibexec_PROGRAMS=systemd-udevd bin_PROGRAMS=udevadm lib_LTLIBRARIES="${lib_LTLIBRARIES}" - MANPAGES="man/sd-daemon.3 man/sd_notify.3 man/sd_listen_fds.3 \ - man/sd_is_fifo.3 man/sd_booted.3 man/udev.7 man/udevadm.8 \ + MANPAGES="man/udev.7 man/udevadm.8 \ man/systemd-udevd.service.8" - MANPAGES_ALIAS="man/sd_is_socket.3 man/sd_is_socket_unix.3 \ - man/sd_is_socket_inet.3 man/sd_is_mq.3 man/sd_notifyf.3 \ - man/SD_LISTEN_FDS_START.3 man/SD_EMERG.3 man/SD_ALERT.3 \ - man/SD_CRIT.3 man/SD_ERR.3 man/SD_WARNING.3 man/SD_NOTICE.3 \ - man/SD_INFO.3 man/SD_DEBUG.3 man/systemd-udevd.8" + MANPAGES_ALIAS="man/systemd-udevd.8" dist_systemunit_DATA="units/systemd-udevd-control.socket \ units/systemd-udevd-kernel.socket" nodist_systemunit_DATA="units/systemd-udevd.service \ @@ -337,9 +325,8 @@ src_install() units/systemd-udev-settle.service" pkgconfiglib_DATA="${pkgconfiglib_DATA}" systemunitdir="$(systemd_get_unitdir)" - pkginclude_HEADERS="src/systemd/sd-daemon.h" ) - emake -j1 DESTDIR="${D}" "${targets[@]}" + emake DESTDIR="${D}" "${targets[@]}" if use doc then emake -C docs/libudev DESTDIR="${D}" install |