public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/baselayout:master commit in: etc/env.d/
@ 2017-06-08 17:41 William Hubbs
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2017-06-08 17:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ef383418788f2ed46f5f4ad7b26fbe5b5b25707f
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  7 23:01:42 2017 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 17:37:06 2017 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=ef383418

etc/env.d: move default settings to 50bbaselayout instead of 00basic

This allows other packages to append or pre-pend any of our defaults.

X-Gentoo-Bug: 255695
X-Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=255695

 etc/env.d/00basic      | 8 --------
 etc/env.d/50baselayout | 8 ++++++++
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/env.d/00basic b/etc/env.d/00basic
deleted file mode 100644
index 363bc968..00000000
--- a/etc/env.d/00basic
+++ /dev/null
@@ -1,8 +0,0 @@
-# /etc/env.d/00basic
-# Do not edit this file
-
-PATH="/opt/bin"
-ROOTPATH="/opt/bin"
-MANPATH="/usr/local/share/man:/usr/share/man"
-INFOPATH="/usr/share/info"
-CONFIG_PROTECT_MASK="/etc/gentoo-release"

diff --git a/etc/env.d/50baselayout b/etc/env.d/50baselayout
new file mode 100644
index 00000000..e8662e0e
--- /dev/null
+++ b/etc/env.d/50baselayout
@@ -0,0 +1,8 @@
+# /etc/env.d/50baselayout
+# Do not edit this file
+
+PATH="/usr/local/bin:/usr/bin:/bin:/opt/bin"
+ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
+MANPATH="/usr/local/share/man:/usr/share/man"
+INFOPATH="/usr/share/info"
+CONFIG_PROTECT_MASK="/etc/gentoo-release"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/baselayout:master commit in: etc/env.d/
@ 2023-01-26 18:22 William Hubbs
  0 siblings, 0 replies; 3+ messages in thread
From: William Hubbs @ 2023-01-26 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     8aa828d0ce8ea8822cb0ba6e26affbc2005281e6
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 18:21:04 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 18:21:04 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=8aa828d0

add environment variables needed for assistive technology

Bug: https://bugs.gentoo.org/853820
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 etc/env.d/50baselayout | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/etc/env.d/50baselayout b/etc/env.d/50baselayout
index 694a2336..f7cbb6d5 100644
--- a/etc/env.d/50baselayout
+++ b/etc/env.d/50baselayout
@@ -6,3 +6,5 @@ ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
 MANPATH="/usr/local/share/man:/usr/share/man"
 INFOPATH="/usr/share/info"
 CONFIG_PROTECT_MASK="/etc/gentoo-release"
+ACCESSIBILITY_ENABLED="1"
+QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/baselayout:master commit in: etc/env.d/
@ 2023-01-28  0:33 Mike Gilbert
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Gilbert @ 2023-01-28  0:33 UTC (permalink / raw
  To: gentoo-commits

commit:     9a6ccf129ecd9efb9f4b5cc98d55e6eab1d203be
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:28:56 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:28:56 2023 +0000
URL:        https://gitweb.gentoo.org/proj/baselayout.git/commit/?id=9a6ccf12

Revert "add environment variables needed for assistive technology"

After discussion in IRC and some comments on the bug report, we decided
this was not such a good idea.

Reverts: 8aa828d0ce8ea8822cb0ba6e26affbc2005281e6.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 etc/env.d/50baselayout | 2 --
 1 file changed, 2 deletions(-)

diff --git a/etc/env.d/50baselayout b/etc/env.d/50baselayout
index f7cbb6d5..694a2336 100644
--- a/etc/env.d/50baselayout
+++ b/etc/env.d/50baselayout
@@ -6,5 +6,3 @@ ROOTPATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin"
 MANPATH="/usr/local/share/man:/usr/share/man"
 INFOPATH="/usr/share/info"
 CONFIG_PROTECT_MASK="/etc/gentoo-release"
-ACCESSIBILITY_ENABLED="1"
-QT_LINUX_ACCESSIBILITY_ALWAYS_ON="1"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-01-28  0:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-26 18:22 [gentoo-commits] proj/baselayout:master commit in: etc/env.d/ William Hubbs
  -- strict thread matches above, loose matches on Subject: below --
2023-01-28  0:33 Mike Gilbert
2017-06-08 17:41 William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox