commit: 4a8dd58c068837168bb446928be8476ce020b14f
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 12:45:56 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 19 20:38:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8dd58c
app-editors/nano: Drop obsolete commands from nanorc
These are the following commands:
einstall, epause, ebeep, emktemp, epunt_cxx, version_is_at_least,
dolib, newlib, dohtml, prep*
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-editors/nano/files/gentoo.nanorc-r1 | 11 +++++------
app-editors/nano/{nano-8.2.ebuild => nano-8.2-r1.ebuild} | 0
app-editors/nano/{nano-8.3.ebuild => nano-8.3-r1.ebuild} | 0
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/app-editors/nano/files/gentoo.nanorc-r1
b/app-editors/nano/files/gentoo.nanorc-r1
index 100877dd16d4..1a7a86c89dac 100644
--- a/app-editors/nano/files/gentoo.nanorc-r1
+++ b/app-editors/nano/files/gentoo.nanorc-r1
@@ -31,14 +31,13 @@ color red "\<ECONF_SOURCE\>"
## Portage commands:
color magenta "\<(use(_(with|enable|if_iuse)|x|v)?|in_iuse) [!a-zA-Z0-9_+ -]*"
"inherit.*"
-color brightblue
"\<e(apply(_user)?|begin|end|conf|install(docs)?|make|ninja|qmake5|ant|(qa)?warn|infon?|error|log|patch(_user)?|new(group|user))\>"
-color brightblue "\<e(pause|beep|mktemp|(cvs|svn)_clean|punt_cxx)\>"
"\<e(aclocal|auto(reconf|header|conf|make)|libtoolize)\>"
-color brightblue "\<e(stack|shopts|umask)_(push|pop)\>" "\<get_libdir\>"
"\<ver_(cut|rs|test)\>" "\<version_is_at_least\>"
+color brightblue
"\<e(apply(_user)?|begin|end|conf|installdocs|make|ninja|qmake5|ant|(qa)?warn|infon?|error|log|patch(_user)?|new(group|user))\>"
+color brightblue "\<e(cvs|svn)_clean\>"
"\<e(aclocal|auto(reconf|header|conf|make)|libtoolize)\>"
+color brightblue "\<e(stack|shopts|umask)_(push|pop)\>" "\<get_libdir\>"
"\<ver_(cut|rs|test)\>"
color brightblue "\<make_desktop_entry\>" "\<unpack(_(makeself|pdv))?\>"
color brightblue "\<(assert|die|hasv?|inherit|nonfatal)\>"
"\<(use(_(with|enable|if_iuse)|x|v)?|in_iuse)\>" "\<(has|best)_version\>"
-color brightblue
"\<(do|new)(ins|s?bin|doc|header|lib(\.so|\.a)?|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
-color brightblue "\<do(compress|dir|html|mo|strip|sym)\>" "\<keepdir\>"
-color brightblue "\<prepall(docs|info|man|strip)?\>"
"\<prep(info|lib|lib\.(so|a)|man|strip)\>"
+color brightblue
"\<(do|new)(ins|s?bin|doc|header|lib(\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
+color brightblue "\<do(compress|dir|mo|strip|sym)\>" "\<keepdir\>"
color brightblue "\<(doc|ins|exe)?into\>" "\<f(owners|perms)\>"
"\<(exe|ins|dir)opts\>"
color brightblue "\<add(read|write|predict|deny)\>"
### common eclasses
diff --git a/app-editors/nano/nano-8.2.ebuild
b/app-editors/nano/nano-8.2-r1.ebuild
similarity index 100%
rename from app-editors/nano/nano-8.2.ebuild
rename to app-editors/nano/nano-8.2-r1.ebuild
diff --git a/app-editors/nano/nano-8.3.ebuild
b/app-editors/nano/nano-8.3-r1.ebuild
similarity index 100%
rename from app-editors/nano/nano-8.3.ebuild
rename to app-editors/nano/nano-8.3-r1.ebuild