summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-02-21 12:18:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-02-21 12:18:06 +0000
commit1cd283f84ee8532615280626a337a9354c25ce5f (patch)
tree35e400100dfbdaf757b28262449a71ef978fabbd /sys-fs
parentdev-python/ipython: Version BUmp, tests fail with py3.3 https://github.com/ip... (diff)
downloadgentoo-2-1cd283f84ee8532615280626a337a9354c25ce5f.tar.gz
gentoo-2-1cd283f84ee8532615280626a337a9354c25ce5f.tar.bz2
gentoo-2-1cd283f84ee8532615280626a337a9354c25ce5f.zip
Try to make ChangeLog more readable, drop one extra doc that slipped through.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/udev/ChangeLog13
-rw-r--r--sys-fs/udev/udev-9999.ebuild5
2 files changed, 10 insertions, 8 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog
index 1b4459389334..a7be46b4ea03 100644
--- a/sys-fs/udev/ChangeLog
+++ b/sys-fs/udev/ChangeLog
@@ -1,13 +1,14 @@
# ChangeLog for sys-fs/udev
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.986 2014/02/21 12:00:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.987 2014/02/21 12:18:06 ssuominen Exp $
21 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
- Fix bash completion directory using bash-completion-r1.eclass. Install
- 99-default.link to /lib/systemd and move udevd binary there as well to follow
- suit. Remove reference to now non-existing 80-net-name-slot.rules from
- postinst message. Sort ./configure flags based on --help and only pass
- required --disable flags.
+ Use bash-completion-r1.eclass to determine directory for udevadm.
+ Since /lib/udev/rules.d/80-net-name-slot.rules was replaced with
+ /lib/systemd/network/99-default.link, start installing udevd as
+ systemd-udevd to it's original location at /lib/systemd too.
+ Sort configure flags based on ./configure --help and pass only
+ required --disable flags for ebuild readability.
16 Feb 2014; Samuli Suominen <ssuominen@gentoo.org> udev-9999.ebuild:
Check for CONFIG_FHANDLE wrt http://cgit.freedesktop.org/systemd/systemd/commi
diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild
index 99019cba41e4..3df891162f6b 100644
--- a/sys-fs/udev/udev-9999.ebuild
+++ b/sys-fs/udev/udev-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 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.263 2014/02/21 12:03:40 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.264 2014/02/21 12:18:06 ssuominen Exp $
EAPI=5
@@ -199,6 +199,7 @@ multilib_src_configure() {
--disable-libcryptsetup
--disable-qrencode
--disable-microhttpd
+ --disable-readahead
--disable-quotacheck
--disable-polkit
--disable-myhostname
@@ -375,7 +376,7 @@ multilib_src_install_all() {
prune_libtool_files --all
rm -f \
"${D}"/lib/udev/rules.d/99-systemd.rules \
- "${D}"/usr/share/doc/${PF}/LICENSE.*
+ "${D}"/usr/share/doc/${PF}/{LICENSE.*,sd-shutdown.h}
# see src_prepare() for content of these files
insinto /lib/udev/rules.d