* [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/
@ 2019-03-28 23:12 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2019-03-28 23:12 UTC (permalink / raw
To: gentoo-commits
commit: f6f0c7b625cd2da20b39f52338acb3dc866239c6
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Mar 28 06:09:19 2019 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 23:12:34 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f0c7b6
app-editors/nano: remove unused patch(es).
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11520
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../files/nano-3.1-enable_tiny_build_fix.patch | 29 ----------------------
1 file changed, 29 deletions(-)
diff --git a/app-editors/nano/files/nano-3.1-enable_tiny_build_fix.patch b/app-editors/nano/files/nano-3.1-enable_tiny_build_fix.patch
deleted file mode 100644
index 58fe1982be9..00000000000
--- a/app-editors/nano/files/nano-3.1-enable_tiny_build_fix.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 368ec04870a366b19f1c5801a6868786547968b0 Mon Sep 17 00:00:00 2001
-From: Benno Schulenberg <bensberg@telfort.nl>
-Date: Wed, 19 Sep 2018 20:36:39 +0200
-Subject: build: fix compilation again when configured with --enable-tiny
-
-Reported-by: Jordi Mallach <jordi@mallach.net>
----
- src/nano.c | 5 ++++-
- 1 file changed, 4 insertions(+), 1 deletion(-)
-
-diff --git a/src/nano.c b/src/nano.c
-index ebb1f11..01f92a1 100644
---- a/src/nano.c
-+++ b/src/nano.c
-@@ -1756,7 +1756,10 @@ int do_input(bool allow_funcs)
- if (shortcut == NULL)
- pletion_line = NULL;
- else {
-- if (ISSET(VIEW_MODE) && shortcut->func != do_toggle_void &&
-+ if (ISSET(VIEW_MODE) &&
-+#ifndef NANO_TINY
-+ shortcut->func != do_toggle_void &&
-+#endif
- !okay_for_view(shortcut)) {
- print_view_warning();
- return ERR;
---
-cgit v1.0-41-gc330
-
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/
@ 2023-02-23 22:49 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-02-23 22:49 UTC (permalink / raw
To: gentoo-commits
commit: 833eecde8e8924ead34d5b61be0d86b5784870d1
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 22:48:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 22:49:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833eecde
app-editors/nano: match 'append-flags' in highlighting
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/nano/files/gentoo.nanorc-r1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/nano/files/gentoo.nanorc-r1 b/app-editors/nano/files/gentoo.nanorc-r1
index 26767774a0e3..b6b04800eb9d 100644
--- a/app-editors/nano/files/gentoo.nanorc-r1
+++ b/app-editors/nano/files/gentoo.nanorc-r1
@@ -47,7 +47,7 @@ color brightblue "\<edo(b)?\>"
color brightblue "\<(all-flag-vars)\>"
color brightblue "\<(filter-(flags|lfs-flags|lto|mfpmath))\>"
color brightblue "\<strip-flags\>"
-color brightblue "\<append-(cpp|c|cxx|f|lfs|ld)flags\>"
+color brightblue "\<append-(cpp|c|cxx|f|lfs|ld)?flags\>"
color brightblue "\<replace-flags\>" "\<replace-cpu-flags\>"
color brightblue "\<is-(ld?)flagq?\>"
color brightblue "\<(append-atomic-flags|no-as-needed|raw-ldflags|append-libs|replace-sparc64-flags|get-flag|strip-unsupported-flags)\>"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/
@ 2023-05-22 19:29 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2023-05-22 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 28fcf43dd4f681425a85be882578dc2bcfd822d9
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 22 19:29:43 2023 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Mon May 22 19:29:43 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28fcf43d
app-editors/nano: remove ${USERLAND}
Signed-off-by: David Seifert <soap <AT> gentoo.org>
app-editors/nano/files/gentoo.nanorc-r1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/nano/files/gentoo.nanorc-r1 b/app-editors/nano/files/gentoo.nanorc-r1
index b6b04800eb9d..2de46b1e9211 100644
--- a/app-editors/nano/files/gentoo.nanorc-r1
+++ b/app-editors/nano/files/gentoo.nanorc-r1
@@ -20,7 +20,7 @@ color green "-(eq|ne|gt|lt|ge|le|ef|ot|nt)\>"
## Variables... official portage ones in red, all others in bright red:
color brightred "\$[-0-9@*#?$!]" "\$[[:alpha:]_][[:alnum:]_]*"
color brightred "\$\{[#!]?([-@*#?$!]|[0-9]+|[[:alpha:]_][[:alnum:]_]*)(\[([[:digit:]]|@)+\])?(([#%/]|:?[-=?+])[^}]*\}|\[|\})"
-color red "\<(EAPI|ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|[BIPR]?DEPEND|PROVIDE|PROPERTIES|REQUIRED_USE|RESTRICT|USERLAND)\>"
+color red "\<(EAPI|ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|[BIPR]?DEPEND|PROVIDE|PROPERTIES|REQUIRED_USE|RESTRICT)\>"
color red "\<(S|E?D|T|PV|PF|P|PN|PR|PVR|A|CATEGORY|DISTDIR|FILESDIR|EPREFIX|(B|E|E?SYS)?ROOT|WORKDIR)\>"
color red "\<(T|TMPDIR|HOME)\>"
color red "\<(AS|C(PP|XX)?|FF|GO|LD|RUST)FLAGS\>" "\<C(HOST|TARGET|BUILD)\>" "\<(MERGE_TYPE|REPLACING_VERSIONS|REPLACED_BY_VERSION)\>"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/
@ 2023-06-10 10:25 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-10 10:25 UTC (permalink / raw
To: gentoo-commits
commit: d8d70e0f645df5846ca33f2d6584746ae3d552a4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 3 02:22:03 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 10:23:56 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d70e0f
app-editors/nano: drop dead prefix targets
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/nano/files/gentoo.nanorc-r1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/nano/files/gentoo.nanorc-r1 b/app-editors/nano/files/gentoo.nanorc-r1
index 2de46b1e9211..067dee075190 100644
--- a/app-editors/nano/files/gentoo.nanorc-r1
+++ b/app-editors/nano/files/gentoo.nanorc-r1
@@ -84,7 +84,7 @@ color magenta ":[^[:space:]]+([[:space:]]|$)"
color brightred "[[:space:]]+\+?[A-Za-z0-9+_@-]+"
color brightblue "[[:space:]]+-[A-Za-z0-9+_@-]+"
## Accepted arches:
-color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(cygwin|linux|macos|solaris|winnt))?\>"
+color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(linux|macos|solaris)?\>"
color white "[[:space:]][*~-]?\*"
## Categories:
color cyan "^[[:space:]]*[^/]*/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/
@ 2023-06-11 20:44 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-06-11 20:44 UTC (permalink / raw
To: gentoo-commits
commit: dfc9314a445419764ddb888470860c0f75e43e51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 20:25:27 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 20:44:03 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfc9314a
app-editors/nano: fix syntax highlighting typo
Fixes: d8d70e0f645df5846ca33f2d6584746ae3d552a4
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-editors/nano/files/gentoo.nanorc-r1 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-editors/nano/files/gentoo.nanorc-r1 b/app-editors/nano/files/gentoo.nanorc-r1
index 067dee075190..100877dd16d4 100644
--- a/app-editors/nano/files/gentoo.nanorc-r1
+++ b/app-editors/nano/files/gentoo.nanorc-r1
@@ -84,7 +84,7 @@ color magenta ":[^[:space:]]+([[:space:]]|$)"
color brightred "[[:space:]]+\+?[A-Za-z0-9+_@-]+"
color brightblue "[[:space:]]+-[A-Za-z0-9+_@-]+"
## Accepted arches:
-color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(linux|macos|solaris)?\>"
+color white "[~-]?\<(alpha|amd64|arm(64)?|hppa|ia64|loong|m68k|mips|ppc(64)?|riscv|s390|sparc|x86)(-(linux|macos|solaris))?\>"
color white "[[:space:]][*~-]?\*"
## Categories:
color cyan "^[[:space:]]*[^/]*/"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-06-11 20:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-11 20:44 [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/files/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-10 10:25 Sam James
2023-05-22 19:29 David Seifert
2023-02-23 22:49 Sam James
2019-03-28 23:12 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox