* [gentoo-commits] repo/gentoo:master commit in: dev-util/global/files/
@ 2025-04-23 19:34 Ulrich Müller
0 siblings, 0 replies; 2+ messages in thread
From: Ulrich Müller @ 2025-04-23 19:34 UTC (permalink / raw
To: gentoo-commits
commit: bf59c613b5d5c37e1f957ace7cc1ad5bd7879d98
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 18:32:48 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 18:36:07 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf59c613
dev-util/global: Drop header line from Emacs site-init file
elisp-site-file-install() adds the line by itself.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
dev-util/global/files/50gtags-gentoo.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev-util/global/files/50gtags-gentoo.el b/dev-util/global/files/50gtags-gentoo.el
index cd9c5546de91..a8abd8a4c0fa 100644
--- a/dev-util/global/files/50gtags-gentoo.el
+++ b/dev-util/global/files/50gtags-gentoo.el
@@ -1,6 +1,3 @@
-
-;;; global site-lisp configuration
-
(add-to-list 'load-path "@SITELISP@")
(autoload 'gtags-mode "gtags"
"Toggle Gtags mode, a minor mode for browsing source code using GLOBAL." t)
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-util/global/files/
@ 2025-10-01 17:46 Michael Mair-Keimberger
0 siblings, 0 replies; 2+ messages in thread
From: Michael Mair-Keimberger @ 2025-10-01 17:46 UTC (permalink / raw
To: gentoo-commits
commit: 6d4783e20c3937f7dac77864297cdac296925114
Author: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 1 17:42:30 2025 +0000
Commit: Michael Mair-Keimberger <mm1ke <AT> gentoo <DOT> org>
CommitDate: Wed Oct 1 17:46:40 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4783e2
dev-util/global: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mm1ke <AT> gentoo.org>
.../global-6.6.4-Fix-build-with-Clang-16.patch | 19 ----------
.../global/files/global-6.6.4-fno-common.patch | 44 ----------------------
2 files changed, 63 deletions(-)
diff --git a/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch b/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch
deleted file mode 100644
index a0398b46295b..000000000000
--- a/dev-util/global/files/global-6.6.4-Fix-build-with-Clang-16.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-From 13f045457f08e349d6bb3f3e98a3b59c73f32bbc Mon Sep 17 00:00:00 2001
-From: Sam James <sam@gentoo.org>
-Date: Sun, 2 Oct 2022 23:34:05 +0100
-Subject: [PATCH] Fix build with Clang 16
-
-Bug: https://lists.gnu.org/archive/html/bug-global/2021-02/msg00012.html
-Bug: https://bugs.gentoo.org/870988
---- a/configure.ac
-+++ b/configure.ac
-@@ -74,7 +74,8 @@ case "$host_os" in
- AC_MSG_CHECKING(whether POSIX.1-2008 realpath is equipped)
- AC_CACHE_VAL(ac_cv_posix1_2008_realpath,
- [AC_RUN_IFELSE([AC_LANG_SOURCE([[
--main(){ (void)realpath("/./tmp", (void *)0); return 0; }
-+#include <stdlib.h>
-+int main(){ (void)realpath("/./tmp", (void *)0); return 0; }
- ]])],[ac_cv_posix1_2008_realpath=yes],
- [ac_cv_posix1_2008_realpath=no])])
- AC_MSG_RESULT($ac_cv_posix1_2008_realpath)
diff --git a/dev-util/global/files/global-6.6.4-fno-common.patch b/dev-util/global/files/global-6.6.4-fno-common.patch
deleted file mode 100644
index 5a85cc125683..000000000000
--- a/dev-util/global/files/global-6.6.4-fno-common.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- a/libutil/args.c
-+++ b/libutil/args.c
-@@ -39,7 +39,7 @@
- #define ARGS_GFIND 3
- #define ARGS_BOTH 4
-
--int type;
-+static int type;
- const char **argslist;
- FILE *ip;
- GFIND *gp;
---- a/libutil/convert.c
-+++ b/libutil/convert.c
-@@ -46,7 +46,7 @@
-
- #include "convert.h"
- static int debug = 0;
--int flags;
-+static int flags;
-
- /**
- * This module converts records before output.
---- a/libutil/gpathop.c
-+++ b/libutil/gpathop.c
-@@ -49,7 +49,7 @@
- static int opened;
- static int created;
-
--int openflags;
-+static int openflags;
- void
- set_gpath_flags(int flags) {
- openflags = flags;
---- a/libutil/version.c
-+++ b/libutil/version.c
-@@ -30,7 +30,7 @@
- #endif
- #include "version.h"
-
--const char *copy = "\
-+static const char *copy = "\
- Copyright (c) %s Tama Communications Corporation\n\
- License GPLv3+: GNU GPL version 3 or later <http://www.gnu.org/licenses/gpl.html>\n\
- This is free software; you are free to change and redistribute it.\n\
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-01 17:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-23 19:34 [gentoo-commits] repo/gentoo:master commit in: dev-util/global/files/ Ulrich Müller
-- strict thread matches above, loose matches on Subject: below --
2025-10-01 17:46 Michael Mair-Keimberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox