summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-13 05:15:33 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-13 05:15:33 +0000
commitfa8bbca60da2153912e37cf3b76c0fb3b7652dab (patch)
tree085b3ef005e4a225c4043d053bb46de34d1d2ba3 /sys-fs/udev
parentwhitespace (diff)
downloadgentoo-2-fa8bbca60da2153912e37cf3b76c0fb3b7652dab.tar.gz
gentoo-2-fa8bbca60da2153912e37cf3b76c0fb3b7652dab.tar.bz2
gentoo-2-fa8bbca60da2153912e37cf3b76c0fb3b7652dab.zip
whitespace
(Portage version: 2.1.2.9)
Diffstat (limited to 'sys-fs/udev')
-rw-r--r--sys-fs/udev/udev-111-r1.ebuild3
-rw-r--r--sys-fs/udev/udev-111-r3.ebuild3
-rw-r--r--sys-fs/udev/udev-111.ebuild3
-rw-r--r--sys-fs/udev/udev-113-r1.ebuild3
-rw-r--r--sys-fs/udev/udev-113-r2.ebuild3
-rw-r--r--sys-fs/udev/udev-113.ebuild3
6 files changed, 6 insertions, 12 deletions
diff --git a/sys-fs/udev/udev-111-r1.ebuild b/sys-fs/udev/udev-111-r1.ebuild
index 1c3a8f193209..7c5d1de1b420 100644
--- a/sys-fs/udev/udev-111-r1.ebuild
+++ b/sys-fs/udev/udev-111-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111-r1.ebuild,v 1.1 2007/05/22 21:41:18 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111-r1.ebuild,v 1.2 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -142,7 +142,6 @@ src_install() {
insinto /usr/$(get_libdir)/pkgconfig
doins extras/volume_id/lib/*.pc
-
# Our udev config file
insinto /etc/udev
newins ${FILESDIR}/udev.conf.post_108 udev.conf
diff --git a/sys-fs/udev/udev-111-r3.ebuild b/sys-fs/udev/udev-111-r3.ebuild
index 3642ecb52a85..ad128003c7ae 100644
--- a/sys-fs/udev/udev-111-r3.ebuild
+++ b/sys-fs/udev/udev-111-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111-r3.ebuild,v 1.1 2007/05/27 08:15:44 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111-r3.ebuild,v 1.2 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -143,7 +143,6 @@ src_install() {
insinto /usr/$(get_libdir)/pkgconfig
doins extras/volume_id/lib/*.pc
-
# Our udev config file
insinto /etc/udev
newins ${FILESDIR}/udev.conf.post_108 udev.conf
diff --git a/sys-fs/udev/udev-111.ebuild b/sys-fs/udev/udev-111.ebuild
index a7dbe8786714..bdfd5ce1398d 100644
--- a/sys-fs/udev/udev-111.ebuild
+++ b/sys-fs/udev/udev-111.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111.ebuild,v 1.3 2007/05/16 10:31:30 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-111.ebuild,v 1.4 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -142,7 +142,6 @@ src_install() {
insinto /usr/$(get_libdir)/pkgconfig
doins extras/volume_id/lib/*.pc
-
# Our udev config file
insinto /etc/udev
newins ${FILESDIR}/udev.conf.post_108 udev.conf
diff --git a/sys-fs/udev/udev-113-r1.ebuild b/sys-fs/udev/udev-113-r1.ebuild
index e0600ecb1de8..e156a36aa23f 100644
--- a/sys-fs/udev/udev-113-r1.ebuild
+++ b/sys-fs/udev/udev-113-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113-r1.ebuild,v 1.1 2007/07/10 21:16:20 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113-r1.ebuild,v 1.2 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -287,7 +287,6 @@ pkg_postinst() {
einfo "Removed unneeded file 64-device-mapper.rules"
fi
-
if [[ "${ROOT}" == "/" ]] ; then
# check if root of init-process is identical to ours
if [ -r /proc/1/root -a /proc/1/root/ -ef /proc/self/root/ ]; then
diff --git a/sys-fs/udev/udev-113-r2.ebuild b/sys-fs/udev/udev-113-r2.ebuild
index ec81872a9bf7..5fd8fbdd6da7 100644
--- a/sys-fs/udev/udev-113-r2.ebuild
+++ b/sys-fs/udev/udev-113-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113-r2.ebuild,v 1.1 2007/07/12 14:24:15 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113-r2.ebuild,v 1.2 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -287,7 +287,6 @@ pkg_postinst() {
einfo "Removed unneeded file 64-device-mapper.rules"
fi
-
if [[ "${ROOT}" == "/" ]] ; then
# check if root of init-process is identical to ours
if [ -r /proc/1/root -a /proc/1/root/ -ef /proc/self/root/ ]; then
diff --git a/sys-fs/udev/udev-113.ebuild b/sys-fs/udev/udev-113.ebuild
index efb3a755c98b..54286aec9094 100644
--- a/sys-fs/udev/udev-113.ebuild
+++ b/sys-fs/udev/udev-113.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113.ebuild,v 1.1 2007/06/27 09:58:08 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/udev/udev-113.ebuild,v 1.2 2007/07/13 05:15:33 mr_bones_ Exp $
inherit eutils flag-o-matic multilib toolchain-funcs
@@ -287,7 +287,6 @@ pkg_postinst() {
einfo "Removed unneeded file 64-device-mapper.rules"
fi
-
if [[ "${ROOT}" == "/" ]] ; then
# check if root of init-process is identical to ours
if [ -r /proc/1/root -a /proc/1/root/ -ef /proc/self/root/ ]; then