summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2006-06-30 21:01:35 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2006-06-30 21:01:35 +0000
commit775781b87a0989bfd1eaf5bbb387e127778a27d7 (patch)
treedeb2771ec1ba52972c2839f8912cf2bad4dc4366
parentBump for 2.14.2 (diff)
downloadgentoo-2-775781b87a0989bfd1eaf5bbb387e127778a27d7.tar.gz
gentoo-2-775781b87a0989bfd1eaf5bbb387e127778a27d7.tar.bz2
gentoo-2-775781b87a0989bfd1eaf5bbb387e127778a27d7.zip
Set up global and Linux-specific defaults for INPUT_DEVICES variable to set modular X input drivers. Remove now-redundant settings from arch-specific profiles.
-rw-r--r--profiles/base/make.defaults3
-rw-r--r--profiles/default-linux/amd64/2006.1/make.defaults3
-rw-r--r--profiles/default-linux/make.defaults6
-rw-r--r--profiles/default-linux/mips/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip27/n32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip27/o32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip28/n32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip28/o32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip30/n32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip30/o32/make.defaults3
-rw-r--r--profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults3
-rw-r--r--profiles/default-linux/mips/cobalt/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/multilib/make.defaults3
-rw-r--r--profiles/default-linux/mips/mips64/n32/2006.0/make.defaults3
-rw-r--r--profiles/default-linux/x86/dev/2006.1/make.defaults3
32 files changed, 37 insertions, 62 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 3f308c94810b..f46b705ab5cc 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.20 2006/06/05 09:33:43 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/base/make.defaults,v 1.21 2006/06/30 21:01:34 spyderous Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -19,3 +19,4 @@ CONFIG_PROTECT_MASK="/etc/gconf"
ELIBC="glibc"
KERNEL="linux"
USERLAND="GNU"
+INPUT_DEVICES="keyboard mouse"
diff --git a/profiles/default-linux/amd64/2006.1/make.defaults b/profiles/default-linux/amd64/2006.1/make.defaults
index b6c2a07cbc0c..17a64cf6c533 100644
--- a/profiles/default-linux/amd64/2006.1/make.defaults
+++ b/profiles/default-linux/amd64/2006.1/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.3 2006/06/27 15:32:37 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/amd64/2006.1/make.defaults,v 1.4 2006/06/30 21:01:34 spyderous Exp $
ABI=amd64
@@ -14,4 +14,3 @@ STAGE1_USE="nptl nptlonly unicode"
USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode"
# By default, we enable keyboard and mouse support for the modular X.Org server.
-INPUT_DEVICES="evdev mouse keyboard"
diff --git a/profiles/default-linux/make.defaults b/profiles/default-linux/make.defaults
index 33baaa23fa09..853244883cfe 100644
--- a/profiles/default-linux/make.defaults
+++ b/profiles/default-linux/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.19 2006/05/18 14:22:12 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/make.defaults,v 1.20 2006/06/30 21:01:34 spyderous Exp $
#
# System-wide defaults for the Portage system
# See portage(5) manpage
@@ -31,3 +31,7 @@ USE="${USE} cli pcre reflection session spl"
# 2006/04/21 - Donnie Berkholz <spyderous@gentoo.org>
# Modular X: Build the Xorg X server by default
USE="${USE} xorg"
+
+# 2006/06/30 - Donnie Berkholz <spyderous@gentoo.org>
+# Sane defaults for input drivers
+INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.0/make.defaults b/profiles/default-linux/mips/2006.0/make.defaults
index 9a36e19a8d30..08ed1a0109c7 100644
--- a/profiles/default-linux/mips/2006.0/make.defaults
+++ b/profiles/default-linux/mips/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2004 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.6 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.0/make.defaults,v 1.7 2006/06/30 21:01:34 spyderous Exp $
ARCH="mips"
@@ -15,4 +15,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips -multilib nomultilib -n32 -n64"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults b/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults
index 8b8913be6fbe..4f921a8bb3ce 100644
--- a/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/cobalt/o32/make.defaults,v 1.3 2006/06/30 21:01:34 spyderous Exp $
# Cobalt O32 Profile
# Also Catalyst Build Profile for Cobalt O32
@@ -24,4 +24,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt"
STAGE1_USE="mips cobalt"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults
index 2ca4a22b703b..9942c3b6eddf 100644
--- a/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/cobalt/o32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# Cobalt O32/NPTL Profile
# Also Catalyst Build Profile for Cobalt O32/NPTL
@@ -24,4 +24,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips cobalt nptl nptlonly"
STAGE1_USE="mips cobalt nptl nptlonly"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults
index 582d19b42675..63fd32ac52f0 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 N32 Generic Profile
# Also Catalyst Build Profile for N32
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32"
STAGE1_USE="mips n32"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults
index abc4f7d8be1a..74510cadd2a1 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 N32/NPTL Generic Profile
# Also Catalyst Build Profile for N32/NPTL
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 nptl nptlonly"
STAGE1_USE="mips n32 nptl nptlonly"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults
index 276e59df9bbd..2b81e755876e 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 N64 Generic Profile
# Also Catalyst Build Profile for n64
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n64"
STAGE1_USE="mips n64"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults
index ed04ea1560de..8be609c4c888 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/n64/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 N64/NPTL Generic Profile
# Also Catalyst Build Profile for N64/NPTL
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n64 nptl nptlonly"
STAGE1_USE="mips n64 nptl nptlonly"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults
index 0492b9c46b28..fdd52e956cca 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/o32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 O32 Generic Profile
# Also Catalyst Build Profile for O32
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips"
STAGE1_USE="mips"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults
index bf69f6fbde6c..576811243e24 100644
--- a/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/generic-be/o32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP22/IP32 O32/NPTL Generic Profile
# Also Catalyst Build Profile for O32/NPTL
@@ -25,4 +25,3 @@ ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly"
STAGE1_USE="mips nptl nptlonly"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults b/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults
index 18b53baaf0c7..19db1ca9a83d 100644
--- a/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/n32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP27 N32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 ip27"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults
index 12a27589b4a2..92c1dc99b826 100644
--- a/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/n32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP27 N32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 nptl nptlonly ip27"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults b/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults
index 5ef61dab2b7a..83ce03ede958 100644
--- a/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/o32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP27 O32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip27"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults
index 886be01ee2e3..1236fb70388a 100644
--- a/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip27/o32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP27 O32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly ip27"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults b/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults
index 5c8b70548729..c3ec0303995b 100644
--- a/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/n32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP28 N32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 ip28"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults
index 627913129f07..fe1bbc9a497b 100644
--- a/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/n32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP28 N32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 nptl nptlonly ip28"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults b/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults
index 7afedf8e76a6..c6e9c3df78c7 100644
--- a/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/o32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP28 O32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip28"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults
index 20ca9ac28102..73555b9d98b9 100644
--- a/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip28/o32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP28 O32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly ip28"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults b/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults
index c73e45fbe533..4a655bdaeb06 100644
--- a/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/n32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP30 N32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 ip30"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults
index 7424315b37ae..78d07cbfa389 100644
--- a/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/n32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP30 N32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips n32 nptl nptlonly ip30"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults b/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults
index 6795bb7e3451..15287a6359e2 100644
--- a/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/o32/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP30 O32 Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip30"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults b/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults
index da1c51e42c44..9f1df368d306 100644
--- a/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults
+++ b/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults
@@ -1,6 +1,6 @@
# Copyright 2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults,v 1.2 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/2006.1/ip30/o32/nptl/make.defaults,v 1.3 2006/06/30 21:01:35 spyderous Exp $
# IP30 O32/NPTL Profile
@@ -22,4 +22,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips nptl nptlonly ip30"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/cobalt/2006.0/make.defaults b/profiles/default-linux/mips/cobalt/2006.0/make.defaults
index 3465e4d3710c..219566f07916 100644
--- a/profiles/default-linux/mips/cobalt/2006.0/make.defaults
+++ b/profiles/default-linux/mips/cobalt/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2006.0/make.defaults,v 1.6 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/cobalt/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous Exp $
ARCH="mips"
@@ -24,4 +24,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline gpm berkdb fortran gdbm tcpd pam libwww ssl nls perl python sdl cobalt -n32 -n64 -multilib nomultilib"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/2006.0/make.defaults b/profiles/default-linux/mips/mips64/2006.0/make.defaults
index 4e2d16b675f6..949a07ba24c2 100644
--- a/profiles/default-linux/mips/mips64/2006.0/make.defaults
+++ b/profiles/default-linux/mips/mips64/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2006.0/make.defaults,v 1.4 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/2006.0/make.defaults,v 1.5 2006/06/30 21:01:35 spyderous Exp $
ARCH="mips"
@@ -23,4 +23,3 @@ CXXFLAGS=${CFLAGS}
ACCEPT_KEYWORDS="mips"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults b/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults
index 080280b2738e..a12c9e50e042 100644
--- a/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults
+++ b/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults,v 1.6 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/ip28/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous Exp $
ARCH="mips"
@@ -22,4 +22,3 @@ ACCEPT_KEYWORDS="mips"
STAGE1_USE="ip28"
USE="readline fortran gpm berkdb gdbm tcpd pam libwww ssl nls perl python sdl mips ip28"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults b/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults
index 0fc251b0abbc..c3719c291767 100644
--- a/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults
+++ b/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults,v 1.4 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2005.1/make.defaults,v 1.5 2006/06/30 21:01:35 spyderous Exp $
USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java bitmap-fonts truetype-fonts type1-fonts oss alsa crypt fortran f77 jpeg nls userlocales png xml2 acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv"
@@ -33,4 +33,3 @@ LIBDIR_n64="lib64"
# In case someone wants to help out by setting FEATURES="multilib-strict"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults b/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults
index 40864c5221cc..567ef2482237 100644
--- a/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults
+++ b/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults,v 1.7 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/2006.0/make.defaults,v 1.8 2006/06/30 21:01:35 spyderous Exp $
USE="ipv6 pam tcpd readline nls ssl gpm perl python berkdb ncurses readline zlib -java bitmap-fonts truetype-fonts type1-fonts oss alsa crypt fortran f77 jpeg nls userlocales png xml acpi gif jp2 lzw lzw-tiff png tiff truetype usb xpm xrandr xv"
@@ -33,4 +33,3 @@ LIBDIR_n64="lib64"
# In case someone wants to help out by setting FEATURES="multilib-strict"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/multilib/make.defaults b/profiles/default-linux/mips/mips64/multilib/make.defaults
index 48114fbd4882..500b2b9f2213 100644
--- a/profiles/default-linux/mips/mips64/multilib/make.defaults
+++ b/profiles/default-linux/mips/mips64/multilib/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/make.defaults,v 1.3 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/multilib/make.defaults,v 1.4 2006/06/30 21:01:35 spyderous Exp $
CHOST="mips64-unknown-linux-gnu"
ARCH="mips"
@@ -32,4 +32,3 @@ LIBDIR_n64="lib64"
# In case someone wants to help out by setting FEATURES="multilib-strict"
MULTILIB_STRICT_DIRS="/lib /usr/lib /usr/kde/*/lib /usr/qt/*/lib /usr/X11R6/lib"
MULTILIB_STRICT_DENY="(64-bit|32-bit N32).*shared object"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults b/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults
index d0b8d636e24d..d926467a60ab 100644
--- a/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults
+++ b/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults,v 1.6 2006/06/21 02:56:37 kumba Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/mips/mips64/n32/2006.0/make.defaults,v 1.7 2006/06/30 21:01:35 spyderous Exp $
ARCH="mips"
@@ -26,4 +26,3 @@ ACCEPT_KEYWORDS="mips ~mips"
STAGE1_USE="n32"
USE="${STAGE1_USE} readline fortran gpm berkdb gdbm tcpd pam crypt libwww ssl nls perl python sdl mips -multilib nomultilib"
-INPUT_DEVICES="keyboard mouse evdev"
diff --git a/profiles/default-linux/x86/dev/2006.1/make.defaults b/profiles/default-linux/x86/dev/2006.1/make.defaults
index 79c3b13b3fb4..7870fb4d4118 100644
--- a/profiles/default-linux/x86/dev/2006.1/make.defaults
+++ b/profiles/default-linux/x86/dev/2006.1/make.defaults
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.9 2006/06/27 15:26:22 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/dev/2006.1/make.defaults,v 1.10 2006/06/30 21:01:35 spyderous Exp $
# This will be commented and replaced with just STAGE1_USE="unicode" if we do
# not end up with a stable glibc 2.4 by 2006.1's release.
@@ -10,4 +10,3 @@ STAGE1_USE="nptl nptlonly unicode"
USE="cups gdbm gpm libg++ nptl nptlonly ppds udev unicode"
# By default, we enable keyboard and mouse support for the modular X.Org server.
-INPUT_DEVICES="evdev keyboard mouse"