diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 04:26:39 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 04:26:39 +0000 |
commit | 24629f2eb359c543d77e7139c7cbbbb2f56080f9 (patch) | |
tree | 8711af6056114fd95660974dd142b951f41d88d2 /app-emacs/dictionary | |
parent | repoman: whitespace cleanup (diff) | |
download | gentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.tar.gz gentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.tar.bz2 gentoo-2-24629f2eb359c543d77e7139c7cbbbb2f56080f9.zip |
repoman: fix leading whitespace
Diffstat (limited to 'app-emacs/dictionary')
-rw-r--r-- | app-emacs/dictionary/Manifest | 2 | ||||
-rw-r--r-- | app-emacs/dictionary/dictionary-1.8.3.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emacs/dictionary/Manifest b/app-emacs/dictionary/Manifest index 299eb49d75cb..0ce7163fac62 100644 --- a/app-emacs/dictionary/Manifest +++ b/app-emacs/dictionary/Manifest @@ -1,4 +1,4 @@ MD5 22cfe9282f929e2be2e9e5de908e07ac ChangeLog 430 -MD5 704848685ee2a38b5ab7ffc737cc730e dictionary-1.8.3.ebuild 916 +MD5 d8c4de5796afd9ffc6a33551cbde5176 dictionary-1.8.3.ebuild 916 MD5 fed8cfe9cc0c1eb524b5f8b91ab593c6 files/50dictionary-gentoo.el 208 MD5 6de4421c2039a8d200265f422a8fd6a0 files/digest-dictionary-1.8.3 67 diff --git a/app-emacs/dictionary/dictionary-1.8.3.ebuild b/app-emacs/dictionary/dictionary-1.8.3.ebuild index 396b169c9b75..087f06819b23 100644 --- a/app-emacs/dictionary/dictionary-1.8.3.ebuild +++ b/app-emacs/dictionary/dictionary-1.8.3.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/dictionary/dictionary-1.8.3.ebuild,v 1.2 2003/02/13 07:04:40 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/dictionary/dictionary-1.8.3.ebuild,v 1.3 2003/09/08 04:21:55 msterret Exp $ inherit elisp @@ -24,8 +24,8 @@ src_compile() { } src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-install ${PN} *.el *.elc + elisp-site-file-install ${FILESDIR}/${SITEFILE} dodoc ChangeLog GPL README einfo "Documentation for ${P} can be found at http://www.myrkr.in-berlin.de/dictionary/using.html" |