diff options
author | 2009-12-30 08:54:48 +0000 | |
---|---|---|
committer | 2009-12-30 08:54:48 +0000 | |
commit | 67eca62b74d486c592f5513c68163aa92847e87e (patch) | |
tree | 95065280c21931b65c291b10942700f86412ddca /sys-fs | |
parent | give start-stop-daemon the pidfile so multiple syslog-ng processes can be run... (diff) | |
download | gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.tar.gz gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.tar.bz2 gentoo-2-67eca62b74d486c592f5513c68163aa92847e87e.zip |
Sync live ebuild to udev-149.
(Portage version: 2.2_rc61/cvs/Linux i686)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/udev/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/udev/udev-149.ebuild | 3 | ||||
-rw-r--r-- | sys-fs/udev/udev-9999.ebuild | 8 |
3 files changed, 8 insertions, 9 deletions
diff --git a/sys-fs/udev/ChangeLog b/sys-fs/udev/ChangeLog index 227321ec1ecc..e88309d2ea6b 100644 --- a/sys-fs/udev/ChangeLog +++ b/sys-fs/udev/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/udev # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.520 2009/12/21 18:59:51 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/ChangeLog,v 1.521 2009/12/30 08:54:48 zzam Exp $ + + 30 Dec 2009; Matthias Schwarzott <zzam@gentoo.org> udev-149.ebuild, + udev-9999.ebuild: + Sync live ebuild to udev-149. 21 Dec 2009; Matthias Schwarzott <zzam@gentoo.org> udev-149.ebuild: Fix glibc dependency, Bug #295989. diff --git a/sys-fs/udev/udev-149.ebuild b/sys-fs/udev/udev-149.ebuild index f539d3a19130..b85362f34169 100644 --- a/sys-fs/udev/udev-149.ebuild +++ b/sys-fs/udev/udev-149.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-149.ebuild,v 1.2 2009/12/21 18:59:51 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-149.ebuild,v 1.3 2009/12/30 08:54:48 zzam Exp $ EAPI="1" @@ -303,7 +303,6 @@ src_install() { cd docs/writing_udev_rules mv index.html writing_udev_rules.html dohtml *.html - cd "${S}" } pkg_preinst() { diff --git a/sys-fs/udev/udev-9999.ebuild b/sys-fs/udev/udev-9999.ebuild index 6fe872f4f433..ef17f0b52fa4 100644 --- a/sys-fs/udev/udev-9999.ebuild +++ b/sys-fs/udev/udev-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.23 2009/11/19 08:17:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-9999.ebuild,v 1.24 2009/12/30 08:54:48 zzam Exp $ EAPI="1" @@ -30,7 +30,7 @@ COMMON_DEPEND="selinux? ( sys-libs/libselinux ) dev-libs/glib:2 ) >=sys-apps/util-linux-2.16 - >=sys-libs/glibc-2.7" + >=sys-libs/glibc-2.9" DEPEND="${COMMON_DEPEND} extras? ( dev-util/gperf ) @@ -295,10 +295,6 @@ src_install() { cd docs/writing_udev_rules mv index.html writing_udev_rules.html dohtml *.html - cd "${S}" - - echo "CONFIG_PROTECT_MASK=\"/etc/udev/rules.d\"" > 20udev - doenvd 20udev } pkg_preinst() { |