diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:02:59 +0000 |
commit | f04fab693608b48b1793d947dc25cfa1c603630b (patch) | |
tree | 195fc0588cc5352d48a0a66a6ccae4201da2d155 /app-emacs/tramp | |
parent | Adding a bunch of xkb patches and other things. PATCH_VER is 2.1.11. (diff) | |
download | gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.gz gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.tar.bz2 gentoo-2-f04fab693608b48b1793d947dc25cfa1c603630b.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-20020411.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/tramp/Manifest b/app-emacs/tramp/Manifest index af4a44febb32..7e3e4e801590 100644 --- a/app-emacs/tramp/Manifest +++ b/app-emacs/tramp/Manifest @@ -1,5 +1,5 @@ MD5 c10cf4f58e00ee9802a75f7c22d75e2e ChangeLog 676 -MD5 3b2617efa682f6182b0aa1f24615f7e1 tramp-20020411.ebuild 1004 +MD5 acc8d43550b2ee310a56419279837029 tramp-20020411.ebuild 1004 MD5 63252bc0ffed7e19d76546bf17d025ed tramp-2.0.36.ebuild 1366 MD5 de3dbaf4187cea512beb7be264340f8c files/50tramp-gentoo.el 100 MD5 5932196191b6fd789fdfd5bb23835049 files/digest-tramp-20020411 66 diff --git a/app-emacs/tramp/tramp-20020411.ebuild b/app-emacs/tramp/tramp-20020411.ebuild index 9603e800e553..5452464737d8 100644 --- a/app-emacs/tramp/tramp-20020411.ebuild +++ b/app-emacs/tramp/tramp-20020411.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-20020411.ebuild,v 1.2 2003/02/13 07:09:13 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-20020411.ebuild,v 1.3 2003/09/06 22:01:26 msterret Exp $ -inherit elisp +inherit elisp IUSE="" @@ -25,7 +25,7 @@ src_install() { elisp-install ${PN} lisp/*.el lisp/*.elc elisp-site-file-install ${FILESDIR}/50tramp-gentoo.el - dodoc README ChangeLog.orig ChangeLog CONTRIBUTORS + dodoc README ChangeLog.orig ChangeLog CONTRIBUTORS doinfo texi/tramp.info } |