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/htmlfontify/htmlfontify-0.17.ebuild | |
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/htmlfontify/htmlfontify-0.17.ebuild')
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild index 9c2eab16e120..595f9a934860 100644 --- a/app-emacs/htmlfontify/htmlfontify-0.17.ebuild +++ b/app-emacs/htmlfontify/htmlfontify-0.17.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.3 2003/03/25 21:04:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/htmlfontify/htmlfontify-0.17.ebuild,v 1.4 2003/09/06 22:01:25 msterret Exp $ inherit elisp @@ -29,7 +29,7 @@ src_compile() { src_install() { elisp-install ${PN} *.el *.elc elisp-site-file-install ${FILESDIR}/${SITEFILE} - + dodoc LICENSE doinfo htmlfontify.info } |