diff options
author | Greg Kroah-Hartman <gregkh@gentoo.org> | 2006-01-17 22:49:04 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@gentoo.org> | 2006-01-17 22:49:04 +0000 |
commit | 3cdaa27421d2ccffe4ffbf2f3e51908282106f61 (patch) | |
tree | 1727c255789bfca72b9546474feac8fdfc71de02 /sys-fs | |
parent | Sync with overlay. (diff) | |
download | gentoo-2-3cdaa27421d2ccffe4ffbf2f3e51908282106f61.tar.gz gentoo-2-3cdaa27421d2ccffe4ffbf2f3e51908282106f61.tar.bz2 gentoo-2-3cdaa27421d2ccffe4ffbf2f3e51908282106f61.zip |
081 release
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/udev/Manifest | 12 | ||||
-rw-r--r-- | sys-fs/udev/files/digest-udev-081 | 1 | ||||
-rw-r--r-- | sys-fs/udev/udev-081.ebuild | 226 |
4 files changed, 235 insertions, 11 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 4e247ae87024..82daa1289209 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.168 2006/01/17 20:25:45 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.169 2006/01/17 22:49:04 gregkh Exp $ + +*udev-081 (17 Jan 2006) + + 17 Jan 2006; Greg Kroah-Hartman <gregkh@gentoo.org> +udev-081.ebuild: + add 081 release from upstream. 17 Jan 2006; Gustavo Zacarias <gustavoz@gentoo.org> udev-079.ebuild: Stable on sparc diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest index 1e31c5b580d0..75d980d012c3 100644 --- a/sys-fs/udev/Manifest +++ b/sys-fs/udev/Manifest @@ -1,6 +1,3 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - MD5 40bc417e0f873c09f776dadd06f6082e ChangeLog 31054 MD5 17c291f5c6e624792d02dd304fb8177e files/05-udev-early.rules-078 288 MD5 020ffc8fbfef4d3098ec8ec485d055f6 files/05-udev-early.rules-079 346 @@ -18,6 +15,7 @@ MD5 918aa5f6b5b4a478bcda926d0a41f28a files/digest-udev-077-r4 61 MD5 918aa5f6b5b4a478bcda926d0a41f28a files/digest-udev-077-r5 61 MD5 d5c1c1f29cded72916aba0649dc09c51 files/digest-udev-078 61 MD5 611612c918f66c84b496ab8c3f69ae7d files/digest-udev-079 61 +MD5 fc57624cb4bdbf04e29897be58e3c501 files/digest-udev-081 61 MD5 f00e3e0d3382e93cbd0c64fcef99f826 files/udev-021-udev_add_c-gcc295-compat.patch 493 MD5 7b0a35c905183730e4dfdcf29f5a1816 files/udev-050-udev_volume_id.patch 388 MD5 3bcc6c8d9c7a3cf7ff0d3b5a36bde3d6 files/udev-parisc-path_id.patch 706 @@ -56,10 +54,4 @@ MD5 175bad4a39b6dbbb4225ce007a785c7e udev-077-r5.ebuild 7522 MD5 4cf7b677380f3571eec3dc7326e984b2 udev-077.ebuild 6845 MD5 274048dfd1e17033711670208b357d1f udev-078.ebuild 7534 MD5 eaad5c65af92e7a550d985f7dcfc9525 udev-079.ebuild 7534 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFDzVLfKRy60XGEcJIRAsHWAJ9IH7qB0MeHUMacZVO0pkY5MPZ9OwCeJS7P -cA9POGHFJgSSilX76eKNSSY= -=j2UK ------END PGP SIGNATURE----- +MD5 63617c2c6aa49c79b671b84a929eabfc udev-081.ebuild 7536 diff --git a/sys-fs/udev/files/digest-udev-081 b/sys-fs/udev/files/digest-udev-081 new file mode 100644 index 000000000000..3828a07e76ea --- /dev/null +++ b/sys-fs/udev/files/digest-udev-081 @@ -0,0 +1 @@ +MD5 09ea8b37e76741c731cbf2b8b36d0696 udev-081.tar.bz2 194339 diff --git a/sys-fs/udev/udev-081.ebuild b/sys-fs/udev/udev-081.ebuild new file mode 100644 index 000000000000..bad4c3de2efb --- /dev/null +++ b/sys-fs/udev/udev-081.ebuild @@ -0,0 +1,226 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-081.ebuild,v 1.1 2006/01/17 22:49:04 gregkh 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="selinux" + +DEPEND="sys-apps/hotplug-base" +RDEPEND="${DEPEND} + >=sys-apps/baselayout-1.11.14" +# We need the lib/rcscripts/addon support +PROVIDE="virtual/dev-manager" + +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 ...) + MD5=`md5sum < "${S}/etc/udev/gentoo/udev.rules"` + MD5=${MD5/ -/} + if [ "${MD5}" != "f849a8ebf727167fddbc763ade8c0405" ] + 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 extras/firmware" + + 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() { + # we install everything by "hand" and don't rely on the udev Makefile to do + # it for us (why? it's easier that way...) + dobin udevinfo + dobin udevtest + dobin udevmonitor + into / + dosbin udev + dosbin udevd + dosbin udevsend + dosbin udevstart + 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 + dosbin extras/firmware/firmware_helper + + #exeinto /etc/udev/scripts + exeinto /lib/udev + #doexe extras/ide-devfs.sh + #doexe extras/scsi-devfs.sh + doexe extras/raid-devfs.sh + + # Our udev config file + insinto /etc/udev + newins ${FILESDIR}/udev.conf.post_059 udev.conf + + # Our rules files + insinto /etc/udev/rules.d/ + #newins etc/udev/gentoo/udev.rules 50-udev.rules + newins ${FILESDIR}/udev.rules-078 50-udev.rules + newins ${FILESDIR}/05-udev-early.rules-079 05-udev-early.rules + + # 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 + + # all of the man pages + doman *.8 + doman extras/ata_id/ata_id.8 + doman extras/edd_id/edd_id.8 + doman extras/scsi_id/scsi_id.8 + doman extras/volume_id/vol_id.8 + doman extras/dasd_id/dasd_id.8 + doman extras/cdrom_id/cdrom_id.8 + + # our udev hooks into the rc system + insinto /lib/rcscripts/addons + newins "${FILESDIR}"/udev-start-077-r4.sh udev-start.sh + doins "${FILESDIR}"/udev-stop.sh + + dodoc ChangeLog FAQ README TODO RELEASE-NOTES + dodoc docs/{overview,udev_vs_devfs} + dodoc docs/writing_udev_rules/* + + newdoc extras/volume_id/README README_volume_id + + # Create some nodes that we know we need. + # set the time/date so we can see in /dev which ones we copied over + # in the udev-start.sh script + mkdir ${D}/lib/udev/devices + + mknod ${D}/lib/udev/devices/null c 1 3 + chmod 666 ${D}/lib/udev/devices/null + touch -t 200010220101 ${D}/lib/udev/devices/null + + mknod ${D}/lib/udev/devices/zero c 1 5 + chmod 666 ${D}/lib/udev/devices/zero + touch -t 200010220101 ${D}/lib/udev/devices/zero + + mknod ${D}/lib/udev/devices/console c 5 1 + chmod 600 ${D}/lib/udev/devices/console + chown root:tty ${D}/lib/udev/devices/console + touch -t 200010220101 ${D}/lib/udev/devices/console +} + +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 + /sbin/udevd --daemon + + # 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" +} |