diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 14:02:37 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-07-02 14:02:37 +0000 |
commit | 7dabb866c94d6ad2573a9037a816ff7094406a22 (patch) | |
tree | faf7deec00b937c68533fc72e130157b593f9778 /app-editors | |
parent | old (diff) | |
download | historical-7dabb866c94d6ad2573a9037a816ff7094406a22.tar.gz historical-7dabb866c94d6ad2573a9037a816ff7094406a22.tar.bz2 historical-7dabb866c94d6ad2573a9037a816ff7094406a22.zip |
old
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/Manifest | 24 | ||||
-rw-r--r-- | app-editors/nano/files/nanorc-man | 11 | ||||
-rw-r--r-- | app-editors/nano/files/nanorc-patch | 11 |
3 files changed, 12 insertions, 34 deletions
diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest index 0852ae8751ae..b4724fa1d522 100644 --- a/app-editors/nano/Manifest +++ b/app-editors/nano/Manifest @@ -1,18 +1,18 @@ -MD5 297620995fe645ccfe2fa100635cde2b ChangeLog 8550 -MD5 b297797b490f7c6ca8d5f40f2d6347cc metadata.xml 1015 MD5 27bac9f5ff88d92d3386c6854eb29ae4 nano-1.3.4.ebuild 1587 -MD5 6f760844d541acb2dd4c92e22edc5759 nano-1.3.6.ebuild 1755 MD5 c1c536536ad4eec546f24d02f679b092 nano-1.3.7.ebuild 1744 +MD5 b297797b490f7c6ca8d5f40f2d6347cc metadata.xml 1015 +MD5 6f760844d541acb2dd4c92e22edc5759 nano-1.3.6.ebuild 1755 MD5 32ad8dd2260ac44dbbeb2d50e2ed0df6 nano-1.2.5.ebuild 1429 -MD5 c3684059e73752ce1f114e768ecbaa2b files/1.3.4-nanobrack.patch 557 -MD5 4cf6c77ed7c28d94c8de44d8318176c3 files/1.3.4-nomac.patch 511 +MD5 29ec8c778427268622637e9c912aa621 nano-1.3.8.ebuild 1735 +MD5 1112589d00531f9b4557029ff454e5dc ChangeLog 8327 +MD5 959e0d50769b5362d326d0d26809ff02 files/digest-nano-1.3.7 63 +MD5 ebe8f2a4d216c558d080645929ad7176 files/nano-1.3.6-nomac.patch 883 +MD5 e96987d3e608193dd5a2c0c0122571b5 files/nanorc-gentoo 1864 MD5 b075a7a5fe393380c5f00e4efd3146fb files/digest-nano-1.2.5 62 -MD5 95e2a2065a0c2ff580dcf645fba2de1e files/digest-nano-1.3.4 62 -MD5 9a8e42933b39f8f9ed5770d3174e4d87 files/nanorc-gentoo 1863 -MD5 eabfefc7d73cdd882c2ac8ca7a676970 files/nanorc-man 330 -MD5 061dd7ec0e2fef8722c1c46d2a09b327 files/nanorc-patch 258 -MD5 9ecacdb9e41a6ddb3200113238ca4b2b files/nanorc-sh 646 +MD5 c3684059e73752ce1f114e768ecbaa2b files/1.3.4-nanobrack.patch 557 +MD5 a5c8733d0235f5a0958b395ad9f44611 files/digest-nano-1.3.8 63 MD5 b6b8e30beb4e577ac5d8d58bced6b326 files/digest-nano-1.3.6 62 +MD5 95e2a2065a0c2ff580dcf645fba2de1e files/digest-nano-1.3.4 62 +MD5 4cf6c77ed7c28d94c8de44d8318176c3 files/1.3.4-nomac.patch 511 MD5 60ac26176596b3e131acc70a327fde01 files/nano-1.3.6-debug-typo.patch 415 -MD5 ebe8f2a4d216c558d080645929ad7176 files/nano-1.3.6-nomac.patch 883 -MD5 959e0d50769b5362d326d0d26809ff02 files/digest-nano-1.3.7 63 +MD5 9ecacdb9e41a6ddb3200113238ca4b2b files/nanorc-sh 646 diff --git a/app-editors/nano/files/nanorc-man b/app-editors/nano/files/nanorc-man deleted file mode 100644 index 03bee628ac65..000000000000 --- a/app-editors/nano/files/nanorc-man +++ /dev/null @@ -1,11 +0,0 @@ - -## Here is an example for manpages -## -# syntax "manpage" "\.[1-9]$" -# color green "\.(S|T)H.*$" -# color brightgreen "\.(S|T)H" "\.TP" -# color brightred "\.(BR?|IP?).*$" -# color brightblue "\.(BR?|IP?|PP)" -# color brightwhite start="\\fI" end="\\fR" -# color brightwhite start="\\fB" end="\\fR" -# color yellow "\.(br|DS|RS|RE|PD)" diff --git a/app-editors/nano/files/nanorc-patch b/app-editors/nano/files/nanorc-patch deleted file mode 100644 index 0c48155d92f4..000000000000 --- a/app-editors/nano/files/nanorc-patch +++ /dev/null @@ -1,11 +0,0 @@ - -## Here is an example for patch files -## -# syntax "patch" "\.(patch|diff)$" -# color brightgreen "^\+.*" -# color green "^\+\+\+.*" -# color brightblue "^ .*" -# color brightred "^-.*" -# color red "^---.*" -# color brightyellow "^@@.*" -# color magenta "^diff.*" |