* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/embedded/, profiles/base/
@ 2020-05-04 20:42 Piotr Karbowski
0 siblings, 0 replies; 3+ messages in thread
From: Piotr Karbowski @ 2020-05-04 20:42 UTC (permalink / raw
To: gentoo-commits
commit: 03a84260be2215a1f9142518306f4700a43bf927
Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
AuthorDate: Mon May 4 20:38:59 2020 +0000
Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
CommitDate: Mon May 4 20:38:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03a84260
profiles: removal of keyboard and mouse INPUT_DEVICES defaults.
profiles/base/make.defaults: replaced with libinput
profiles/embedded/make.defaults: removed, evdev left.
profiles/desc/input_devices.desc: removed descriptions.
Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
profiles/base/make.defaults | 2 +-
profiles/desc/input_devices.desc | 2 --
profiles/embedded/make.defaults | 2 +-
3 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index cf27a009b57..61745b0802d 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -50,7 +50,7 @@ PROFILE_ONLY_VARIABLES="${PROFILE_ONLY_VARIABLES} ELIBC IUSE_IMPLICIT KERNEL USE
ELIBC="glibc"
KERNEL="linux"
USERLAND="GNU"
-INPUT_DEVICES="keyboard mouse"
+INPUT_DEVICES="libinput"
# Accept only licenses in the FREE license group, i.e., with
# the freedom to use, share, modify and share modifications
diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc
index 1077d4bbdb1..b41f5c66a7a 100644
--- a/profiles/desc/input_devices.desc
+++ b/profiles/desc/input_devices.desc
@@ -8,9 +8,7 @@
elographics - INPUT_DEVICES setting to build driver for elographics input devices
evdev - INPUT_DEVICES setting to build driver for evdev input devices
joystick - INPUT_DEVICES setting to build driver for joystick input devices
-keyboard - INPUT_DEVICES setting to build driver for keyboard input devices
libinput - INPUT_DEVICES setting to build driver for libinput input devices
-mouse - INPUT_DEVICES setting to build driver for mouse input devices
roccat_arvo - INPUT_DEVICES setting to build driver for Roccat Arvo input devices
roccat_isku - INPUT_DEVICES setting to build driver for Roccat Isku input devices
roccat_iskufx - INPUT_DEVICES setting to build driver for Roccat Isku Fx input devices
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index d7d601e655c..2e7b33ab0d1 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -13,7 +13,7 @@ EBEEP_IGNORE="1"
PORTAGE_WORKDIR_MODE="2775"
PORTAGE_ECLASS_WARNING_ENABLE="0"
-INPUT_DEVICES="evdev mouse keyboard"
+INPUT_DEVICES="evdev"
VIDEO_CARDS="fbdev"
KERNEL="linux"
USERLAND="GNU"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/embedded/, profiles/base/
@ 2022-01-02 9:13 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-01-02 9:13 UTC (permalink / raw
To: gentoo-commits
commit: 0f47bb262c5209cbfaf2fe754c908876cc8d5acf
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 09:13:26 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 09:13:26 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f47bb26
profiles: remove mintlib
Closes: https://github.com/gentoo/gentoo/pull/23623
Signed-off-by: David Seifert <soap <AT> gentoo.org>
profiles/base/make.defaults | 4 ++--
profiles/base/use.mask | 3 +--
profiles/desc/elibc.desc | 3 +--
profiles/embedded/make.defaults | 4 ++--
4 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index f25074f9d81a..ffef3a74bf0f 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# System-wide defaults for the Portage system
@@ -7,7 +7,7 @@
# Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
+USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index d5ff47743a6e..ddbe686ea336 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file is only for generic masks. For arch-specific masks (i.e.
@@ -79,7 +79,6 @@ elibc_DragonFly
elibc_FreeBSD
elibc_HPUX
elibc_Interix
-elibc_mintlib
elibc_musl
elibc_NetBSD
elibc_OpenBSD
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc
index 04c4db7791ff..7edf823ddcd7 100644
--- a/profiles/desc/elibc.desc
+++ b/profiles/desc/elibc.desc
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# This file contains descriptions of ELIBC USE_EXPAND flags.
@@ -15,7 +15,6 @@ glibc - ELIBC setting for systems that use the GNU C library
HPUX - ELIBC setting for systems that use the HP-UX C library
Interix - ELIBC setting for systems that use the Interix C library
mingw - ELIBC setting for systems that use the Minimalist GNU for Windows library
-mintlib - ELIBC setting for systems that use the FreeMiNT C library
musl - ELIBC setting for systems that use the musl C library
NetBSD - ELIBC setting for systems that use the NetBSD C library
OpenBSD - ELIBC setting for systems that use the OpenBSD C library
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index b0ddb83f4f8d..a14a73f66064 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 2008-2021 Gentoo Authors
+# Copyright 2008-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
USE="kdrive minimal multicall zlib"
@@ -24,7 +24,7 @@ IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-solaris x86-winnt"
-USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt"
+USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS uclibc Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/embedded/, profiles/base/
@ 2022-01-02 17:49 David Seifert
0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2022-01-02 17:49 UTC (permalink / raw
To: gentoo-commits
commit: 2817b0471ba0d5cc2cf12f4362593c0dd29191fc
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 17:49:11 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 17:49:11 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2817b047
profiles: remove freebsd-libc
Signed-off-by: David Seifert <soap <AT> gentoo.org>
profiles/base/make.defaults | 2 +-
profiles/base/use.mask | 1 -
profiles/desc/elibc.desc | 1 -
profiles/embedded/make.defaults | 2 +-
4 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults
index 7ef343584cf4..547c7b31e83c 100644
--- a/profiles/base/make.defaults
+++ b/profiles/base/make.defaults
@@ -7,7 +7,7 @@
# Profile IUSE injection (applies only to ebuilds which use EAPI 5 or later)
IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_IMPLICIT="ELIBC KERNEL USERLAND"
-USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
+USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index 85ccff7cc3ab..2a93cc41dd77 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -75,7 +75,6 @@ elibc_bionic
elibc_Cygwin
elibc_Darwin
elibc_DragonFly
-elibc_FreeBSD
elibc_HPUX
elibc_Interix
elibc_musl
diff --git a/profiles/desc/elibc.desc b/profiles/desc/elibc.desc
index a853e59bf9c9..ec994a00e657 100644
--- a/profiles/desc/elibc.desc
+++ b/profiles/desc/elibc.desc
@@ -10,7 +10,6 @@ bionic - ELIBC setting for systems that use Android's Bionic C library
Cygwin - ELIBC setting for systems that use Cygwin
Darwin - ELIBC setting for systems that use the Darwin C library
DragonFly - ELIBC setting for systems that use the DragonFly C library
-FreeBSD - ELIBC setting for systems that use the FreeBSD C library
glibc - ELIBC setting for systems that use the GNU C library
HPUX - ELIBC setting for systems that use the HP-UX C library
Interix - ELIBC setting for systems that use the Interix C library
diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults
index 990981afcdb9..4320f726a5e9 100644
--- a/profiles/embedded/make.defaults
+++ b/profiles/embedded/make.defaults
@@ -24,7 +24,7 @@ IUSE_IMPLICIT="prefix prefix-guest prefix-stack"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL USERLAND"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-fbsd amd64-linux arm arm64 hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-solaris x86-winnt"
-USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
+USE_EXPAND_VALUES_ELIBC="AIX bionic Cygwin Darwin DragonFly glibc HPUX Interix mingw musl NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_KERNEL="AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt"
USE_EXPAND_VALUES_USERLAND="BSD GNU"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-01-02 17:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-02 17:49 [gentoo-commits] repo/gentoo:master commit in: profiles/desc/, profiles/embedded/, profiles/base/ David Seifert
-- strict thread matches above, loose matches on Subject: below --
2022-01-02 9:13 David Seifert
2020-05-04 20:42 Piotr Karbowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox