diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 03:06:12 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-08 03:06:12 +0000 |
commit | 42db30112cf59f54e62b3c53ce69cbe379abfccf (patch) | |
tree | 1c963d34d6a1e01af6fd7d94b0172425cf56baf3 /app-vim/info | |
parent | repoman: header fix (diff) | |
download | gentoo-2-42db30112cf59f54e62b3c53ce69cbe379abfccf.tar.gz gentoo-2-42db30112cf59f54e62b3c53ce69cbe379abfccf.tar.bz2 gentoo-2-42db30112cf59f54e62b3c53ce69cbe379abfccf.zip |
repoman: whitespace cleanup
Diffstat (limited to 'app-vim/info')
-rw-r--r-- | app-vim/info/Manifest | 2 | ||||
-rw-r--r-- | app-vim/info/info-1.7-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-vim/info/Manifest b/app-vim/info/Manifest index 2da11c9a0155..f5dfe9170b68 100644 --- a/app-vim/info/Manifest +++ b/app-vim/info/Manifest @@ -1,6 +1,6 @@ MD5 fc7b35e07526a96a72778a91ef2b1bfe ChangeLog 710 MD5 bad772a13177b06b1842d946b25be63d info-1.7.ebuild 400 MD5 f3583430b2f7b0686cafd606b08bf203 metadata.xml 156 -MD5 50bb8ebe8190dfa914839662be2d3067 info-1.7-r1.ebuild 704 +MD5 f6ad35c5218689956868700c5d69b435 info-1.7-r1.ebuild 706 MD5 157a1f6c9fbbd5c2904a73d97f4ecdaa files/digest-info-1.7 59 MD5 157a1f6c9fbbd5c2904a73d97f4ecdaa files/digest-info-1.7-r1 59 diff --git a/app-vim/info/info-1.7-r1.ebuild b/app-vim/info/info-1.7-r1.ebuild index 83dddc2c1637..0b0250d4ddfe 100644 --- a/app-vim/info/info-1.7-r1.ebuild +++ b/app-vim/info/info-1.7-r1.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-vim/info/info-1.7-r1.ebuild,v 1.2 2003/09/03 22:38:22 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-vim/info/info-1.7-r1.ebuild,v 1.3 2003/09/08 03:05:47 msterret Exp $ inherit vim-plugin @@ -13,7 +13,7 @@ DEPEND="${DEPEND} >=sys-apps/sed-4" src_unpack() { unpack ${A} cd ${P}/plugin - + # The 'h' key is a bad choice for help. 'H' would have been a # much better choice. I sent this suggestion to the maintainer, # but no reply. |