diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2005-10-25 21:22:02 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2005-10-25 21:22:02 +0000 |
commit | 48d86b7681242f87879981cfa2afacd0e6416701 (patch) | |
tree | 19a4f2ae9a254b99f9d3a8f7b7130777b8ea8f5b /sys-fs | |
parent | removed old versions of udev from the tree (diff) | |
download | gentoo-2-48d86b7681242f87879981cfa2afacd0e6416701.tar.gz gentoo-2-48d86b7681242f87879981cfa2afacd0e6416701.tar.bz2 gentoo-2-48d86b7681242f87879981cfa2afacd0e6416701.zip |
remove more old versions of udev from the tree
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udev/files/digest-udev-045 | 1 | ||||
-rw-r--r-- | sys-fs/udev/files/digest-udev-056 | 1 | ||||
-rw-r--r-- | sys-fs/udev/files/digest-udev-058 | 1 | ||||
-rw-r--r-- | sys-fs/udev/files/digest-udev-068 | 1 | ||||
-rw-r--r-- | sys-fs/udev/udev-045.ebuild | 148 | ||||
-rw-r--r-- | sys-fs/udev/udev-056.ebuild | 169 | ||||
-rw-r--r-- | sys-fs/udev/udev-058.ebuild | 182 | ||||
-rw-r--r-- | sys-fs/udev/udev-068.ebuild | 212 |
9 files changed, 5 insertions, 716 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index b5c6c4b1bd4e..481c3410fe4a 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.151 2005/10/25 21:19:28 gregkh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.152 2005/10/25 21:22:01 gregkh Exp $ + + 25 Oct 2005; Greg Kroah-Hartman <gregkh@gentoo.org> -udev-045.ebuild, + -udev-056.ebuild, -udev-058.ebuild, -udev-068.ebuild: + remove more old versions of udev from the tree 25 Oct 2005; Greg Kroah-Hartman <gregkh@gentoo.org> -files/udev-070-gcc2.patch, -udev-030.ebuild, -udev-059.ebuild, diff --git a/sys-fs/udev/files/digest-udev-045 b/sys-fs/udev/files/digest-udev-045 deleted file mode 100644 index 42c5642fc4a5..000000000000 --- a/sys-fs/udev/files/digest-udev-045 +++ /dev/null @@ -1 +0,0 @@ -MD5 d870db0f8093529704fc40fe7dd40914 udev-045.tar.bz2 381832 diff --git a/sys-fs/udev/files/digest-udev-056 b/sys-fs/udev/files/digest-udev-056 deleted file mode 100644 index 7b02fd3d4d89..000000000000 --- a/sys-fs/udev/files/digest-udev-056 +++ /dev/null @@ -1 +0,0 @@ -MD5 30fb3a320e74ff0c49c15ecaa6e37a4c udev-056.tar.bz2 480230 diff --git a/sys-fs/udev/files/digest-udev-058 b/sys-fs/udev/files/digest-udev-058 deleted file mode 100644 index 77a6ce0411e9..000000000000 --- a/sys-fs/udev/files/digest-udev-058 +++ /dev/null @@ -1 +0,0 @@ -MD5 03be2f56cc13c7f24b0ebf296166d48a udev-058.tar.bz2 422019 diff --git a/sys-fs/udev/files/digest-udev-068 b/sys-fs/udev/files/digest-udev-068 deleted file mode 100644 index 73b469f5a36f..000000000000 --- a/sys-fs/udev/files/digest-udev-068 +++ /dev/null @@ -1 +0,0 @@ -MD5 fd9db7375dae81e8aa634414b5ede0d6 udev-068.tar.bz2 447117 diff --git a/sys-fs/udev/udev-045.ebuild b/sys-fs/udev/udev-045.ebuild deleted file mode 100644 index 5df8e595f4cc..000000000000 --- a/sys-fs/udev/udev-045.ebuild +++ /dev/null @@ -1,148 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-045.ebuild,v 1.9 2005/03/26 07:50:30 josejx Exp $ - -inherit eutils - -DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="arm alpha amd64 hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="static selinux" - -DEPEND="virtual/libc - sys-apps/hotplug-base" -RDEPEND="${DEPEND} - >=sys-apps/baselayout-1.8.6.12-r3" -# We need some changes for devfs type layout -PROVIDE="virtual/dev-manager" - -if use static -then - USE_KLIBC=true -else - USE_KLIBC=false -fi -export USE_KLIBC - - -pkg_setup() { - [ "${USE_KLIBC}" = "true" ] && check_KV - - return 0 -} - -src_unpack() { - unpack ${A} - - cd ${S} - - # patches go here... - # epatch ${FILESDIR}/${P}-udev_add_c-gcc295-compat.patch - - # No need to clutter the logs ... - sed -ie '/^DEBUG/ c\DEBUG = false' Makefile - # Do not use optimization flags from the package - sed -ie 's|$(OPTIMIZATION)||g' Makefile - - # Make sure there is no sudden changes to udev.rules.gentoo - # (more for my own needs than anything else ...) - if [ "`md5sum < "${S}/etc/udev/udev.rules.gentoo"`" != \ - "66caa522b82290d8f4a7f89f1160b8e4 -" ] - then - echo - eerror "udev.rules.gentoo has been updated, please validate!" - die "udev.rules.gentoo has been updated, please validate!" - fi -} - -src_compile() { - local myconf= - local extras="extras/scsi_id extras/volume_id" - - if (use selinux) - then - myconf="${myconf} USE_SELINUX=true" - fi - - # Do not work with emake - make EXTRAS="${extras}" \ - udevdir="/dev/" \ - ${myconf} || die -} - -src_install() { - dobin udevinfo - dobin udevtest - into / - dosbin udev - dosbin udevd - dosbin udevsend - dosbin wait_for_sysfs - dosbin extras/scsi_id/scsi_id - dosbin extras/volume_id/udev_volume_id - dosym /sbin/udev /sbin/udevstart - - exeinto /etc/udev/scripts - doexe extras/ide-devfs.sh - doexe extras/scsi-devfs.sh - doexe extras/cdsymlinks.sh - - insinto /etc/udev - newins ${FILESDIR}/udev.conf.post_024 udev.conf - doins extras/cdsymlinks.conf - - # For devfs style layout - insinto /etc/udev/rules.d/ - newins etc/udev/udev.rules.gentoo 50-udev.rules - - # Our own custom udev.permissions - insinto /etc/udev/permissions.d/ - newins etc/udev/udev.permissions.gentoo 50-udev.permissions - insinto /etc - doins extras/scsi_id/scsi_id.config - - # set up symlinks in /etc/hotplug.d/default - dodir /etc/hotplug.d/default - dosym ../../../sbin/udevsend /etc/hotplug.d/default/10-udev.hotplug - dosym ../../../sbin/wait_for_sysfs /etc/hotplug.d/default/05-wait_for_sysfs.hotplug - - # set up the /etc/dev.d directory tree - dodir /etc/dev.d/default - dodir /etc/dev.d/net - exeinto /etc/dev.d/net - doexe etc/dev.d/net/hotplug.dev - - doman *.8 - doman extras/scsi_id/scsi_id.8 - - dodoc COPYING ChangeLog FAQ HOWTO-udev_for_dev README TODO - dodoc docs/{overview,udev-OLS2003.pdf,udev_vs_devfs,RFC-dev.d} - newdoc extras/volume_id/README README_volume_id -} - -pkg_preinst() { - if [ -f "${ROOT}/etc/udev/udev.config" -a \ - ! -f "${ROOT}/etc/udev/udev.rules" ] - then - mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules - fi - - # delete the old udev.hotplug symlink if it is present - if [ -f "${ROOT}/etc/hotplug.d/default/udev.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/udev.hotplug - fi -} - -pkg_postinst() { - if [ "${ROOT}" = "/" -a -n "`pidof udevd`" ] - then - killall -15 udevd &>/dev/null - sleep 1 - killall -9 udevd &>/dev/null - fi -} diff --git a/sys-fs/udev/udev-056.ebuild b/sys-fs/udev/udev-056.ebuild deleted file mode 100644 index 72690a29ae2f..000000000000 --- a/sys-fs/udev/udev-056.ebuild +++ /dev/null @@ -1,169 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-056.ebuild,v 1.10 2005/07/09 16:21:40 swegener Exp $ - -inherit eutils - -DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" -IUSE="static selinux" - -DEPEND="virtual/libc - sys-apps/hotplug-base" -RDEPEND="${DEPEND} - >=sys-apps/baselayout-1.8.6.12-r3" -# We need some changes for devfs type layout -PROVIDE="virtual/dev-manager" - -if use static -then - USE_KLIBC=true -else - USE_KLIBC=false -fi -export USE_KLIBC - - -pkg_setup() { - [ "${USE_KLIBC}" = "true" ] && check_KV - - return 0 -} - -src_unpack() { - unpack ${A} - - cd ${S} - - # patches go here... - #epatch ${FILESDIR}/${P}-udev_volume_id.patch - - # No need to clutter the logs ... - sed -ie '/^DEBUG/ c\DEBUG = false' Makefile - # Do not use optimization flags from the package - sed -ie 's|$(OPTIMIZATION)||g' Makefile - - # Make sure there is no sudden changes to udev.rules.gentoo - # (more for my own needs than anything else ...) - if [ "`md5sum < "${S}/etc/udev/gentoo/udev.rules"`" != \ - "a0515c1a31de0ac6b1b6d8a49f39b43c -" ] - then - echo - eerror "gentoo/udev.rules has been updated, please validate!" - die "gentoo/udev.rules has been updated, please validate!" - fi -} - -src_compile() { - local myconf= - local extras="extras/scsi_id extras/volume_id" - - use selinux && myconf="${myconf} USE_SELINUX=true" - - # Not everyone has full $CHOST-{ld,ar,etc...} yet - local mycross="" - type -p ${CHOST}-ar && mycross=${CHOST}- - - # Do not work with emake - make \ - EXTRAS="${extras}" \ - udevdir="/dev/" \ - CROSS=${mycross} \ - ${myconf} || die -} - -src_install() { - dobin udevinfo - dobin udevtest - into / - dosbin udev - dosbin udevd - dosbin udevsend - dosbin udevstart - dosbin extras/scsi_id/scsi_id - dosbin extras/volume_id/udev_volume_id - - exeinto /etc/udev/scripts - doexe extras/ide-devfs.sh - doexe extras/scsi-devfs.sh - doexe extras/cdsymlinks.sh - doexe extras/dvb.sh - - insinto /etc/udev - newins ${FILESDIR}/udev.conf.post_050 udev.conf - doins extras/cdsymlinks.conf - - # For devfs style layout - insinto /etc/udev/rules.d/ - newins etc/udev/gentoo/udev.rules 50-udev.rules - - # Our own custom udev.permissions - #insinto /etc/udev/permissions.d/ - #newins etc/udev/gentoo/udev.permissions 50-udev.permissions - - # scsi_id configuration - insinto /etc - doins extras/scsi_id/scsi_id.config - - # set up symlinks in /etc/hotplug.d/default - dodir /etc/hotplug.d/default - dosym ../../../sbin/udevsend /etc/hotplug.d/default/10-udev.hotplug - - # set up the /etc/dev.d directory tree - dodir /etc/dev.d/default - dodir /etc/dev.d/net - exeinto /etc/dev.d/net - doexe etc/dev.d/net/hotplug.dev - - doman *.8 - doman extras/scsi_id/scsi_id.8 - - dodoc COPYING ChangeLog FAQ HOWTO-udev_for_dev README TODO - dodoc docs/{overview,udev-OLS2003.pdf,udev_vs_devfs,RFC-dev.d,libsysfs.txt} - dodoc docs/persistent_naming/* docs/writing_udev_rules/* - - newdoc extras/volume_id/README README_volume_id -} - -pkg_preinst() { - if [ -f "${ROOT}/etc/udev/udev.config" -a \ - ! -f "${ROOT}/etc/udev/udev.rules" ] - then - mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules - fi - - # delete the old udev.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/udev.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/udev.hotplug - fi - - # delete the old wait_for_sysfs.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug - fi -} - -pkg_postinst() { - if [ "${ROOT}" = "/" -a -n "`pidof udevd`" ] - then - killall -15 udevd &>/dev/null - sleep 1 - killall -9 udevd &>/dev/null - fi - - ewarn "Note: If you are upgrading from a version of udev prior to 046" - ewarn " and you rely on the output of udevinfo for anything, please" - ewarn " either run 'udevstart' now, or reboot, in order to get a" - ewarn " up-to-date udev database." - - einfo "For more information on udev on Gentoo, writing udev rules, and" - einfo " fixing known issues visit:" - einfo " http://www.gentoo.org/doc/en/udev-guide.xml" -} diff --git a/sys-fs/udev/udev-058.ebuild b/sys-fs/udev/udev-058.ebuild deleted file mode 100644 index 496c14418945..000000000000 --- a/sys-fs/udev/udev-058.ebuild +++ /dev/null @@ -1,182 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-058.ebuild,v 1.13 2005/07/13 15:18:31 agriffis Exp $ - -inherit eutils - -DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86" -IUSE="static selinux" - -DEPEND="sys-apps/hotplug-base" -RDEPEND="${DEPEND} - >=sys-apps/baselayout-1.8.6.12-r3" -# We need some changes for devfs type layout -PROVIDE="virtual/dev-manager" - -if use static -then - USE_KLIBC=true -else - USE_KLIBC=false -fi -export USE_KLIBC - - -pkg_setup() { - [ "${USE_KLIBC}" = "true" ] && check_KV - - return 0 -} - -src_unpack() { - unpack ${A} - - cd ${S} - - # patches go here... - #epatch ${FILESDIR}/${P}-udev_volume_id.patch - - # No need to clutter the logs ... - sed -ie '/^DEBUG/ c\DEBUG = false' Makefile - # Do not use optimization flags from the package - sed -ie 's|$(OPTIMIZATION)||g' Makefile - - # Make sure there is no sudden changes to udev.rules.gentoo - # (more for my own needs than anything else ...) - if [ "`md5sum < "${S}/etc/udev/gentoo/udev.rules"`" != \ - "a0515c1a31de0ac6b1b6d8a49f39b43c -" ] - then - echo - eerror "gentoo/udev.rules has been updated, please validate!" - die "gentoo/udev.rules has been updated, please validate!" - fi -} - -src_compile() { - local myconf= - local extras="extras/scsi_id extras/volume_id" - - use selinux && myconf="${myconf} USE_SELINUX=true" - - # Not everyone has full $CHOST-{ld,ar,etc...} yet - local mycross="" - type -p ${CHOST}-ar && mycross=${CHOST}- - - # Do not work with emake - make \ - EXTRAS="${extras}" \ - udevdir="/dev/" \ - CROSS=${mycross} \ - ${myconf} || die -} - -src_install() { - dobin udevinfo - dobin udevtest - into / - dosbin udev - dosbin udevd - dosbin udevsend - dosbin udevstart - dosbin extras/scsi_id/scsi_id - dosbin extras/volume_id/udev_volume_id - - exeinto /etc/udev/scripts - doexe extras/ide-devfs.sh - doexe extras/scsi-devfs.sh - doexe extras/cdsymlinks.sh - doexe extras/dvb.sh - - insinto /etc/udev - newins ${FILESDIR}/udev.conf.post_050 udev.conf - doins extras/cdsymlinks.conf - - # For devfs style layout - insinto /etc/udev/rules.d/ - newins etc/udev/gentoo/udev.rules 50-udev.rules - - # Our own custom udev.permissions - #insinto /etc/udev/permissions.d/ - #newins etc/udev/gentoo/udev.permissions 50-udev.permissions - - # scsi_id configuration - insinto /etc - doins extras/scsi_id/scsi_id.config - - # set up symlinks in /etc/hotplug.d/default - dodir /etc/hotplug.d/default - dosym ../../../sbin/udevsend /etc/hotplug.d/default/10-udev.hotplug - - # set up the /etc/dev.d directory tree - dodir /etc/dev.d/default - dodir /etc/dev.d/net - exeinto /etc/dev.d/net - doexe etc/dev.d/net/hotplug.dev - - doman *.8 - doman extras/scsi_id/scsi_id.8 - - dodoc COPYING ChangeLog FAQ HOWTO-udev_for_dev README TODO RELEASE-NOTES - dodoc docs/{overview,udev_vs_devfs,RFC-dev.d,libsysfs.txt} - dodoc docs/persistent_naming/* docs/writing_udev_rules/* - - newdoc extras/volume_id/README README_volume_id -} - -pkg_preinst() { - if [ -f "${ROOT}/etc/udev/udev.config" -a \ - ! -f "${ROOT}/etc/udev/udev.rules" ] - then - mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules - fi - - # delete the old udev.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/udev.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/udev.hotplug - fi - - # delete the old wait_for_sysfs.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug - fi -} - -pkg_postinst() { - if [ "${ROOT}" = "/" -a -n "`pidof udevd`" ] - then - killall -15 udevd &>/dev/null - sleep 1 - killall -9 udevd &>/dev/null - fi - - # people want reminders, I'll give them reminders. Odds are they will - # just ignore them anyway... - ewarn "Note: If you are upgrading from a version of udev prior to 046" - ewarn " and you rely on the output of udevinfo for anything, please" - ewarn " either run 'udevstart' now, or reboot, in order to get a" - ewarn " up-to-date udev database." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 050" - ewarn " and you had written some custom permissions rules, please" - ewarn " realize that the permission rules are now part of the main" - ewarn " udev rules files and are not stand-alone anymore. This means" - ewarn " you need to rewrite them." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 057" - ewarn " and you have written custom rules, and rely on the etc/dev.d/" - ewarn " functionality, please read the RELEASE-NOTES file for details" - ewarn " on what has changed with this feature, and how to change your" - ewarn " rules to work properly." - - einfo "For more information on udev on Gentoo, writing udev rules, and" - einfo " fixing known issues visit:" - einfo " http://www.gentoo.org/doc/en/udev-guide.xml" -} diff --git a/sys-fs/udev/udev-068.ebuild b/sys-fs/udev/udev-068.ebuild deleted file mode 100644 index ea12cd355577..000000000000 --- a/sys-fs/udev/udev-068.ebuild +++ /dev/null @@ -1,212 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-068.ebuild,v 1.9 2005/09/12 14:34:02 azarah Exp $ - -inherit eutils flag-o-matic - -DESCRIPTION="Linux dynamic and persistent device naming support (aka userspace devfs)" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc x86" -IUSE="static selinux" - -DEPEND="sys-apps/hotplug-base" -RDEPEND="${DEPEND} - >=sys-apps/baselayout-1.8.6.12-r3" -# We need some changes for devfs type layout -PROVIDE="virtual/dev-manager" - -if use static -then - USE_KLIBC=true -else - USE_KLIBC=false -fi -export USE_KLIBC - - -pkg_setup() { - [ "${USE_KLIBC}" = "true" ] && check_KV - - return 0 -} - -src_unpack() { - unpack ${A} - - cd ${S} - - # patches go here... - #epatch ${FILESDIR}/${P}-udev_volume_id.patch - - # No need to clutter the logs ... - sed -ie '/^DEBUG/ c\DEBUG = false' Makefile - # Do not use optimization flags from the package - sed -ie 's|$(OPTIMIZATION)||g' Makefile - - # Make sure there is no sudden changes to udev.rules.gentoo - # (more for my own needs than anything else ...) - if [ "`md5sum < "${S}/etc/udev/gentoo/udev.rules"`" != \ - "cb5c7232b311b8ce5c46b11b7ea2253f -" ] - then - echo - eerror "gentoo/udev.rules has been updated, please validate!" - die "gentoo/udev.rules has been updated, please validate!" - fi -} - -src_compile() { - filter-flags -fprefetch-loop-arrays - local myconf= - local extras="extras/scsi_id extras/volume_id extras/ata_id extras/run_directory extras/usb_id extras/floppy extras/cdrom_id" - - use selinux && myconf="${myconf} USE_SELINUX=true" - - # Not everyone has full $CHOST-{ld,ar,etc...} yet - local mycross="" - type -p ${CHOST}-ar && mycross=${CHOST}- - - # Do not work with emake - make \ - EXTRAS="${extras}" \ - udevdir="/dev/" \ - CROSS=${mycross} \ - ${myconf} || die -} - -src_install() { - dobin udevinfo - dobin udevtest - dobin udevmonitor - into / - dosbin udev - dosbin udevd - dosbin udevsend - dosbin udevstart - dosbin udeveventrecorder - dosbin udevcontrol - dosbin extras/run_directory/udev_run_devd - dosbin extras/run_directory/udev_run_hotplugd - dosbin extras/ata_id/ata_id - dosbin extras/volume_id/vol_id - dosbin extras/scsi_id/scsi_id - dosbin extras/usb_id/usb_id - dosbin extras/cdrom_id/cdrom_id - dosbin extras/path_id - dosbin extras/floppy/create_floppy_devices - - exeinto /etc/udev/scripts - doexe extras/ide-devfs.sh - doexe extras/scsi-devfs.sh - doexe extras/dvb.sh - - - insinto /etc/udev - newins ${FILESDIR}/udev.conf.post_059 udev.conf - - # For devfs style layout - insinto /etc/udev/rules.d/ - newins etc/udev/gentoo/udev.rules 50-udev.rules - - # Our own custom udev.permissions - #insinto /etc/udev/permissions.d/ - #newins etc/udev/gentoo/udev.permissions 50-udev.permissions - - # scsi_id configuration - insinto /etc - doins extras/scsi_id/scsi_id.config - - # set up symlinks in /etc/hotplug.d/default - dodir /etc/hotplug.d/default - dosym ../../../sbin/udevsend /etc/hotplug.d/default/10-udev.hotplug - - # set up the /etc/dev.d directory tree - dodir /etc/dev.d/default - dodir /etc/dev.d/net - exeinto /etc/dev.d/net - doexe extras/run_directory/dev.d/net/hotplug.dev - - doman *.8 - doman extras/scsi_id/scsi_id.8 - - insinto /lib/rcscripts/addons - doins "${FILESDIR}"/udev-{start,stop}.sh - - dodoc COPYING ChangeLog FAQ HOWTO-udev_for_dev README TODO RELEASE-NOTES - dodoc docs/{overview,udev_vs_devfs,libsysfs.txt} - dodoc docs/persistent_naming/* docs/writing_udev_rules/* - - newdoc extras/volume_id/README README_volume_id -} - -pkg_preinst() { - if [ -f "${ROOT}/etc/udev/udev.config" -a \ - ! -f "${ROOT}/etc/udev/udev.rules" ] - then - mv -f ${ROOT}/etc/udev/udev.config ${ROOT}/etc/udev/udev.rules - fi - - # delete the old udev.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/udev.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/udev.hotplug - fi - - # delete the old wait_for_sysfs.hotplug symlink if it is present - if [ -h "${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug" ] - then - rm -f ${ROOT}/etc/hotplug.d/default/05-wait_for_sysfs.hotplug - fi -} - -pkg_postinst() { - if [ "${ROOT}" = "/" -a -n "`pidof udevd`" ] - then - killall -15 udevd &>/dev/null - sleep 1 - killall -9 udevd &>/dev/null - fi - - # people want reminders, I'll give them reminders. Odds are they will - # just ignore them anyway... - ewarn "Note: If you are upgrading from a version of udev prior to 046" - ewarn " and you rely on the output of udevinfo for anything, please" - ewarn " either run 'udevstart' now, or reboot, in order to get a" - ewarn " up-to-date udev database." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 050" - ewarn " and you had written some custom permissions rules, please" - ewarn " realize that the permission rules are now part of the main" - ewarn " udev rules files and are not stand-alone anymore. This means" - ewarn " you need to rewrite them." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 057" - ewarn " and you have written custom rules, and rely on the etc/dev.d/" - ewarn " functionality, please read the RELEASE-NOTES file for details" - ewarn " on what has changed with this feature, and how to change your" - ewarn " rules to work properly." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 059" - ewarn " and you have written custom rules, and rely on the etc/dev.d/" - ewarn " functionality, or the etc/hotplug.d functionality, or just" - ewarn " want to write some very cool and power udev rules, please " - ewarn " read the RELEASE-NOTES file for details on what has changed" - ewarn " with this feature, and how to change your rules to work properly." - ewarn - ewarn "Note: If you are upgrading from a version of udev prior to 063" - ewarn " and you use the devfs-style names for your block devices" - ewarn " or use devfs-style names in /etc/inittab or /etc/securetty or" - ewarn " your GRUB or LILO kernel boot command line, you need to" - ewarn " change them back to LSB compliant names, as the devfs names are" - ewarn " now gone. If you wish to use some persistent names for your" - ewarn " block devices, look at the symlinks in /dev/disk/ for the names" - ewarn " you can use." - - einfo - einfo "For more information on udev on Gentoo, writing udev rules, and" - einfo " fixing known issues visit:" - einfo " http://www.gentoo.org/doc/en/udev-guide.xml" -} |