diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-08-17 22:15:40 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-08-17 22:15:40 +0000 |
commit | 8c65c59f506c7441e2d9bf196198709ee637d3e0 (patch) | |
tree | 95d3317f7d78f46b70cdca3a66c2f9aa2420c5c8 /app-emacs/tramp/files | |
parent | 2.1.2.12 bump. (diff) | |
download | gentoo-2-8c65c59f506c7441e2d9bf196198709ee637d3e0.tar.gz gentoo-2-8c65c59f506c7441e2d9bf196198709ee637d3e0.tar.bz2 gentoo-2-8c65c59f506c7441e2d9bf196198709ee637d3e0.zip |
Version bump.
(Portage version: 2.1.3.6)
Diffstat (limited to 'app-emacs/tramp/files')
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.0.55 | 3 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.1.10 | 3 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.1.9 | 3 | ||||
-rw-r--r-- | app-emacs/tramp/files/tramp-2.1.10-fix-texinfo.patch | 22 |
4 files changed, 28 insertions, 3 deletions
diff --git a/app-emacs/tramp/files/digest-tramp-2.0.55 b/app-emacs/tramp/files/digest-tramp-2.0.55 new file mode 100644 index 000000000000..a625bca781f6 --- /dev/null +++ b/app-emacs/tramp/files/digest-tramp-2.0.55 @@ -0,0 +1,3 @@ +MD5 1cdd4df4ee4c1f5841f344cb0728e95f tramp-2.0.55.tar.gz 275399 +RMD160 7be593604461b59c1a014ef5e5722822d34a1bf5 tramp-2.0.55.tar.gz 275399 +SHA256 22f0cdea36405626ed94e03c6122020fb6f333406b673649165bbf50c936217c tramp-2.0.55.tar.gz 275399 diff --git a/app-emacs/tramp/files/digest-tramp-2.1.10 b/app-emacs/tramp/files/digest-tramp-2.1.10 new file mode 100644 index 000000000000..74633d4d732f --- /dev/null +++ b/app-emacs/tramp/files/digest-tramp-2.1.10 @@ -0,0 +1,3 @@ +MD5 668acbb5365caabd9ee4abea10944c63 tramp-2.1.10.tar.gz 328846 +RMD160 208ecfec5b9b45efca5abb5bb85a99189f9cb504 tramp-2.1.10.tar.gz 328846 +SHA256 856c5b7c2b3681ca0cc1cc31fe5c4f7bd4be5922f32af5e612c9263ae11b44b9 tramp-2.1.10.tar.gz 328846 diff --git a/app-emacs/tramp/files/digest-tramp-2.1.9 b/app-emacs/tramp/files/digest-tramp-2.1.9 deleted file mode 100644 index 899e96847b5d..000000000000 --- a/app-emacs/tramp/files/digest-tramp-2.1.9 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ffac6a58ba098685451579db6f15e318 tramp-2.1.9.tar.gz 327782 -RMD160 86027b1d91b3ca793489d5b57f7c887fb3e7918d tramp-2.1.9.tar.gz 327782 -SHA256 17c43ec8396b3adcbb36dd3129709ecc517a9fe5a61a4f2247c6626945452775 tramp-2.1.9.tar.gz 327782 diff --git a/app-emacs/tramp/files/tramp-2.1.10-fix-texinfo.patch b/app-emacs/tramp/files/tramp-2.1.10-fix-texinfo.patch new file mode 100644 index 000000000000..ee4a99114a6b --- /dev/null +++ b/app-emacs/tramp/files/tramp-2.1.10-fix-texinfo.patch @@ -0,0 +1,22 @@ +--- tramp-2.1.10.orig/texi/tramp.texi 2007-07-22 13:28:32.000000000 +0200 ++++ tramp-2.1.10/texi/tramp.texi 2007-08-18 00:01:24.000000000 +0200 +@@ -2030,8 +2030,8 @@ + @cindex filename examples + + To access the file @var{localname} on the remote machine @var{machine} +-you would specify the filename @file{@trampfn{, , @var{machine}, +-@var{localname}}}. This will connect to @var{machine} and transfer ++you would specify the filename @file{@trampfn{, , machine, ++localname}}. This will connect to @var{machine} and transfer + the file using the default method. @xref{Default Method}. + + Some examples of @value{tramp} filenames are shown below. +@@ -2067,7 +2067,7 @@ + part of the filename. + + To log in to the remote machine as a specific user, you use the syntax +-@file{@trampfn{, @var{user}, @var{machine}, @var{path/to.file}}}. ++@file{@trampfn{, user, machine, path/to.file}}. + That means that connecting to @code{melancholia} as @code{daniel} and + editing @file{.emacs} in your home directory you would specify + @file{@trampfn{, daniel, melancholia, .emacs}}. |