summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-30 07:35:56 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-30 07:35:56 +0000
commit11f16be373b3f50bab6b5a9c04ada1830168aab2 (patch)
tree40f0cf467d45b840a04bee0711a13d140984253a /app-editors
parentUpdate to 8756. (diff)
downloadhistorical-11f16be373b3f50bab6b5a9c04ada1830168aab2.tar.gz
historical-11f16be373b3f50bab6b5a9c04ada1830168aab2.tar.bz2
historical-11f16be373b3f50bab6b5a9c04ada1830168aab2.zip
disable color syntax highlighting by default
Package-Manager: portage-2.1_pre9-r5
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/nano/Manifest14
-rw-r--r--app-editors/nano/files/nanorc-gentoo34
2 files changed, 24 insertions, 24 deletions
diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
index 7e5b4582603f..f6f33a75dc60 100644
--- a/app-editors/nano/Manifest
+++ b/app-editors/nano/Manifest
@@ -9,10 +9,10 @@ AUX nano-1.3.10-disp.patch 659 RMD160 4d9678202f0b7ccb565c814aeece13bc6953df48 S
MD5 4fd1c712601540686888c2f8e4927ab3 files/nano-1.3.10-disp.patch 659
RMD160 4d9678202f0b7ccb565c814aeece13bc6953df48 files/nano-1.3.10-disp.patch 659
SHA256 e6ab908907cf9ecfeefda2df7b5d6fdb5f7eb577927574b5cbbdc4a00da616de files/nano-1.3.10-disp.patch 659
-AUX nanorc-gentoo 1864 RMD160 8f7ba87cb16e55e72f6942cae29db0ed5ebe7abd SHA1 2971c8e6bf5f069f57e8ccc138d9e582b3f14c54 SHA256 7363b99a85d14f3500c8606afa157ea64fe11c6f5143f3ec64aac58f511b5c2a size 1864
-MD5 e96987d3e608193dd5a2c0c0122571b5 files/nanorc-gentoo 1864
-RMD160 8f7ba87cb16e55e72f6942cae29db0ed5ebe7abd files/nanorc-gentoo 1864
-SHA256 7363b99a85d14f3500c8606afa157ea64fe11c6f5143f3ec64aac58f511b5c2a files/nanorc-gentoo 1864
+AUX nanorc-gentoo 1898 RMD160 df026420d78b71d4bd04bf15eaabbc862b2d2c89 SHA1 da4a8151ac4bd87ef01cf46abe1fa9f9183a41b7 SHA256 e4f58765d1cb6a0548a6a7c6c55873fbccdfa27cef63339f82b1ea999f4faff0 size 1898
+MD5 9e3cff28391bfad1799dfa30d80ed9ca files/nanorc-gentoo 1898
+RMD160 df026420d78b71d4bd04bf15eaabbc862b2d2c89 files/nanorc-gentoo 1898
+SHA256 e4f58765d1cb6a0548a6a7c6c55873fbccdfa27cef63339f82b1ea999f4faff0 files/nanorc-gentoo 1898
AUX nanorc-sh 646 RMD160 68d7c9abab70dc3860c95c92245e995038aef7a4 SHA1 2e946d24eb135bbd9b35360a00b05889813cb146 SHA256 60247daed92449277ab3eb9b9e8ee37147372574dba85892fc02a6c82f0aa5e0 size 646
MD5 9ecacdb9e41a6ddb3200113238ca4b2b files/nanorc-sh 646
RMD160 68d7c9abab70dc3860c95c92245e995038aef7a4 files/nanorc-sh 646
@@ -60,7 +60,7 @@ SHA256 3a3eed03d075b165722c59b4f47ffb1e9ec1d9c44a433cb6fce458cbaea5b14f files/di
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
-iD8DBQFEULlsW78445TWHXcRApegAJ46E/DVNOtdu5L5queJFowVJD2jqwCdHfjT
-x41ofQMvjJnUvPTZw81yQk0=
-=YLGr
+iD8DBQFEVGjt2+ySkm8kpY0RAnA1AJ9C28jeLUcMQC5CCEP1OnG2FlncnACgxKX3
+6cQMchFYAvnFeEIxzadT7hc=
+=Pm7X
-----END PGP SIGNATURE-----
diff --git a/app-editors/nano/files/nanorc-gentoo b/app-editors/nano/files/nanorc-gentoo
index 2ff46ec829ef..86bd86444ecd 100644
--- a/app-editors/nano/files/nanorc-gentoo
+++ b/app-editors/nano/files/nanorc-gentoo
@@ -1,28 +1,28 @@
## Here is an example for ebuilds/eclasses
##
-syntax "ebuild" "\.e(build|class)$"
+# syntax "ebuild" "\.e(build|class)$"
## All the standard portage functions
-color brightgreen "^src_(unpack|compile|install|test)" "^pkg_(config|nofetch|setup|(pre|post)(inst|rm))"
+# color brightgreen "^src_(unpack|compile|install|test)" "^pkg_(config|nofetch|setup|(pre|post)(inst|rm))"
## Highlight bash related syntax
-color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"
-color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
-color green "-(e|d|f|r|g|u|w|x|L)\>"
-color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>"
+# color green "\<(case|do|done|elif|else|esac|exit|fi|for|function|if|in|local|read|return|select|shift|then|time|until|while)\>"
+# color green "(\{|\}|\(|\)|\;|\]|\[|`|\\|\$|<|>|!|=|&|\|)"
+# color green "-(e|d|f|r|g|u|w|x|L)\>"
+# color green "-(eq|ne|gt|lt|ge|le|s|n|z)\>"
## Highlight variables ... official portage ones in red, all others in bright red
-color brightred "\$\{?[a-zA-Z_0-9]+\}?"
-color red "\<(ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|FILESDIR|WORKDIR|(P|R)?DEPEND|PROVIDE|DISTDIR|RESTRICT|USERLAND)\>"
-color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>" "\<LDFLAGS\>" "\<C(HOST|TARGET|BUILD)\>"
+# color brightred "\$\{?[a-zA-Z_0-9]+\}?"
+# color red "\<(ARCH|HOMEPAGE|DESCRIPTION|IUSE|SRC_URI|LICENSE|SLOT|KEYWORDS|FILESDIR|WORKDIR|(P|R)?DEPEND|PROVIDE|DISTDIR|RESTRICT|USERLAND)\>"
+# color red "\<(S|D|T|PV|PF|P|PN|A)\>" "\<C(XX)?FLAGS\>" "\<LDFLAGS\>" "\<C(HOST|TARGET|BUILD)\>"
## Highlight portage commands
-color magenta "\<use(_(with|enable))?\> [!a-zA-Z0-9_+ -]*" "inherit.*"
-color brightblue "e(begin|end|conf|install|make|warn|infon?|error|patch)"
-color brightblue "\<die\>" "\<use(_(with|enable))?\>" "\<inherit\>" "\<has\>" "\<(has|best)_version\>" "\<unpack\>"
-color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
-color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>"
-color brightblue "prepall(|docs|info|man|strip)" "prep(info|lib|lib\.(so|a)|man|strip)"
-color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>"
+# color magenta "\<use(_(with|enable))?\> [!a-zA-Z0-9_+ -]*" "inherit.*"
+# color brightblue "e(begin|end|conf|install|make|warn|infon?|error|patch)"
+# color brightblue "\<die\>" "\<use(_(with|enable))?\>" "\<inherit\>" "\<has\>" "\<(has|best)_version\>" "\<unpack\>"
+# color brightblue "\<(do|new)(ins|s?bin|doc|lib(|\.so|\.a)|man|info|exe|initd|confd|envd|pam|menu|icon)\>"
+# color brightblue "\<do(python|sed|dir|hard|sym|html|jar|mo)\>" "\<keepdir\>"
+# color brightblue "prepall(|docs|info|man|strip)" "prep(info|lib|lib\.(so|a)|man|strip)"
+# color brightblue "\<(|doc|ins|exe)into\>" "\<f(owners|perms)\>" "\<(exe|ins|dir)opts\>"
## Highlight common commands used in ebuilds
-color blue "\<make\>" "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdir|mv|rm|sed|set|tar|touch|unset)\>"
+# color blue "\<make\>" "\<(cat|cd|chmod|chown|cp|echo|env|export|grep|let|ln|mkdir|mv|rm|sed|set|tar|touch|unset)\>"
## Highlight comments (doesnt work that well)
# color yellow "#.*$"
## Highlight strings (doesnt work that well)