diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 04:28:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-10-14 04:28:40 +0000 |
commit | 36a6aa1f1e55db312492d54a87c75b42986447a6 (patch) | |
tree | 935eba85f4d3d061a5612d2a0d8666929d28da03 /sys-fs | |
parent | remove selinux patch (diff) | |
download | gentoo-2-36a6aa1f1e55db312492d54a87c75b42986447a6.tar.gz gentoo-2-36a6aa1f1e55db312492d54a87c75b42986447a6.tar.bz2 gentoo-2-36a6aa1f1e55db312492d54a87c75b42986447a6.zip |
touchups
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/udev-0.2.ebuild | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/sys-fs/udev/udev-0.2.ebuild b/sys-fs/udev/udev-0.2.ebuild index e1536b763696..6d01ee5ecea2 100644 --- a/sys-fs/udev/udev-0.2.ebuild +++ b/sys-fs/udev/udev-0.2.ebuild @@ -1,13 +1,10 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-0.2.ebuild,v 1.1 2003/10/13 23:09:53 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-0.2.ebuild,v 1.2 2003/10/14 04:28:40 vapier Exp $ -IUSE= - -S="${WORKDIR}/${P}" -DESCRIPTION="This is a sample skeleton ebuild file" -SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" +DESCRIPTION="userspace implementation of devfs" HOMEPAGE="http://www.kernel.org/" +SRC_URI="mirror://kernel/linux/utils/kernel/hotplug/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -31,8 +28,8 @@ src_unpack() { sed -ie "/^CFLAGS/ c\CFLAGS = ${CFLAGS}" libsysfs/Makefile # Make sure we do not build libsysfs -# For now we use included libsysfs, as udev do not work with -# latest libsysfs from sysfsutils yet ... + # For now we use included libsysfs, as udev do not work with + # latest libsysfs from sysfsutils yet ... # echo 'all:' > libsysfs/Makefile epatch ${FILESDIR}/${P}-major_minor-in-decimal.patch |