diff options
author | 2013-01-22 14:00:49 +0000 | |
---|---|---|
committer | 2013-01-22 14:00:49 +0000 | |
commit | 1f05046d97b548b6a85fbfdab44de46233e575da (patch) | |
tree | d6fc7ff0281d5724f908d4fc64b1013d7a6eb73e /sys-kernel | |
parent | bump (diff) | |
download | gentoo-2-1f05046d97b548b6a85fbfdab44de46233e575da.tar.gz gentoo-2-1f05046d97b548b6a85fbfdab44de46233e575da.tar.bz2 gentoo-2-1f05046d97b548b6a85fbfdab44de46233e575da.zip |
Version bump
(Portage version: 2.2.0_alpha155/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-kernel')
-rw-r--r-- | sys-kernel/mkinitcpio/ChangeLog | 17 | ||||
-rw-r--r-- | sys-kernel/mkinitcpio/files/mkinitcpio-udev-install.patch | 3 | ||||
-rw-r--r-- | sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r3.ebuild (renamed from sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r2.ebuild) | 2 |
3 files changed, 19 insertions, 3 deletions
diff --git a/sys-kernel/mkinitcpio/ChangeLog b/sys-kernel/mkinitcpio/ChangeLog index 2c142bb558bc..8d268bcb4370 100644 --- a/sys-kernel/mkinitcpio/ChangeLog +++ b/sys-kernel/mkinitcpio/ChangeLog @@ -1,6 +1,21 @@ # ChangeLog for sys-kernel/mkinitcpio # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mkinitcpio/ChangeLog,v 1.17 2013/01/21 11:23:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mkinitcpio/ChangeLog,v 1.18 2013/01/22 14:00:48 ssuominen Exp $ + + 22 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + -mkinitcpio-0.9.2-r2.ebuild: + old + +*mkinitcpio-0.9.2-r3 (22 Jan 2013) + + 22 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + +mkinitcpio-0.9.2-r3.ebuild, + files/mkinitcpio-udev-install.patch: + Version bump (straight to stable for this) + + 22 Jan 2013; Samuli Suominen <ssuominen@gentoo.org> + files/mkinitcpio-udev-install.patch: + Change path to udevadm wrt #453000, Comment #3 by Xi 21 Jan 2013; Agostino Sarubbo <ago@gentoo.org> mkinitcpio-0.9.2-r2.ebuild: Stable for x86, wrt bug #453000 diff --git a/sys-kernel/mkinitcpio/files/mkinitcpio-udev-install.patch b/sys-kernel/mkinitcpio/files/mkinitcpio-udev-install.patch index e07eea2a321d..0cabe3599861 100644 --- a/sys-kernel/mkinitcpio/files/mkinitcpio-udev-install.patch +++ b/sys-kernel/mkinitcpio/files/mkinitcpio-udev-install.patch @@ -5,8 +5,9 @@ add_file "/etc/udev/udev.conf" - add_binary /usr/lib/systemd/systemd-udevd /usr/bin/udevd +- add_binary /usr/bin/udevadm + add_binary /sbin/udevd /usr/bin/udevd - add_binary /usr/bin/udevadm ++ add_binary /bin/udevadm for rules in 50-udev-default.rules 60-persistent-storage.rules 80-drivers.rules; do - add_file "/usr/lib/udev/rules.d/$rules" diff --git a/sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r2.ebuild b/sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r3.ebuild index 455a66ab7eb2..42e317f59fae 100644 --- a/sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r2.ebuild +++ b/sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r3.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-kernel/mkinitcpio/mkinitcpio-0.9.2-r2.ebuild,v 1.4 2013/01/21 11:23:22 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/mkinitcpio/mkinitcpio-0.9.2-r3.ebuild,v 1.1 2013/01/22 14:00:48 ssuominen Exp $ EAPI=4 |