summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-04-02 12:28:53 +0000
committerMichał Górny <mgorny@gentoo.org>2013-04-02 12:28:53 +0000
commit67a675922b4216b7300673249fae5d9bd4bc43fb (patch)
treea54ffab291745d49d700427e83628b3514c031c9 /sys-apps
parentVersion bump. (diff)
downloadgentoo-2-67a675922b4216b7300673249fae5d9bd4bc43fb.tar.gz
gentoo-2-67a675922b4216b7300673249fae5d9bd4bc43fb.tar.bz2
gentoo-2-67a675922b4216b7300673249fae5d9bd4bc43fb.zip
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!)
Diffstat (limited to 'sys-apps')
-rw-r--r--sys-apps/systemd/ChangeLog9
-rw-r--r--sys-apps/systemd/systemd-200-r1.ebuild (renamed from sys-apps/systemd/systemd-200.ebuild)8
-rw-r--r--sys-apps/systemd/systemd-9999.ebuild8
3 files changed, 16 insertions, 9 deletions
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 <mgorny@gentoo.org> +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 <mgorny@gentoo.org> systemd-200.ebuild,
systemd-9999.ebuild:
diff --git a/sys-apps/systemd/systemd-200.ebuild b/sys-apps/systemd/systemd-200-r1.ebuild
index 7d1ae508ecf5..522c8e8098a6 100644
--- a/sys-apps/systemd/systemd-200.ebuild
+++ b/sys-apps/systemd/systemd-200-r1.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-apps/systemd/systemd-200.ebuild,v 1.4 2013/03/31 21:18:56 mgorny Exp $
+# $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
@@ -123,11 +123,11 @@ src_install() {
dist_udevhwdb_DATA=
# keep udev working without initramfs, for openrc compat
- dodir /sbin
+ dodir /bin /sbin
mv "${D}"/usr/lib/systemd/systemd-udevd "${D}"/sbin/udevd || die
- mv "${D}"/usr/bin/udevadm "${D}"/sbin/udevadm || die
+ mv "${D}"/usr/bin/udevadm "${D}"/bin/udevadm || die
dosym ../../../sbin/udevd /usr/lib/systemd/systemd-udevd
- dosym ../../sbin/udevadm /usr/bin/udevadm
+ dosym ../../bin/udevadm /usr/bin/udevadm
# zsh completion
insinto /usr/share/zsh/site-functions
diff --git a/sys-apps/systemd/systemd-9999.ebuild b/sys-apps/systemd/systemd-9999.ebuild
index e6966a8b01f9..34fa3ff0c772 100644
--- a/sys-apps/systemd/systemd-9999.ebuild
+++ b/sys-apps/systemd/systemd-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-apps/systemd/systemd-9999.ebuild,v 1.38 2013/03/31 21:18:56 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.39 2013/04/02 12:28:53 mgorny Exp $
EAPI=5
@@ -153,11 +153,11 @@ src_install() {
dist_udevhwdb_DATA=
# keep udev working without initramfs, for openrc compat
- dodir /sbin
+ dodir /bin /sbin
mv "${D}"/usr/lib/systemd/systemd-udevd "${D}"/sbin/udevd || die
- mv "${D}"/usr/bin/udevadm "${D}"/sbin/udevadm || die
+ mv "${D}"/usr/bin/udevadm "${D}"/bin/udevadm || die
dosym ../../../sbin/udevd /usr/lib/systemd/systemd-udevd
- dosym ../../sbin/udevadm /usr/bin/udevadm
+ dosym ../../bin/udevadm /usr/bin/udevadm
# zsh completion
insinto /usr/share/zsh/site-functions