diff options
author | 2003-09-06 22:02:59 +0000 | |
---|---|---|
committer | 2003-09-06 22:02:59 +0000 | |
commit | f04fab693608b48b1793d947dc25cfa1c603630b (patch) | |
tree | 195fc0588cc5352d48a0a66a6ccae4201da2d155 /app-emacs/htmlfontify | |
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')
-rw-r--r-- | app-emacs/htmlfontify/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/htmlfontify/htmlfontify-0.17.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/htmlfontify/Manifest b/app-emacs/htmlfontify/Manifest index 185b8afcc4f9..8193bea5e5c1 100644 --- a/app-emacs/htmlfontify/Manifest +++ b/app-emacs/htmlfontify/Manifest @@ -1,4 +1,4 @@ MD5 87b76b26c8fd35134012611a9de079c9 ChangeLog 598 -MD5 fd54d2ed5ab03994db11832d358299b5 htmlfontify-0.17.ebuild 927 +MD5 ffe7990834c053479383fd27fe251879 htmlfontify-0.17.ebuild 925 MD5 4f2171cc57ec51f59c407f6bf8c1efc8 files/50htmlfontify-gentoo.el 112 MD5 29cb44272c00732b1bc6f13514277783 files/digest-htmlfontify-0.17 75 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 } |