diff options
author | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
---|---|---|
committer | Michael Sterrett <msterret@gentoo.org> | 2003-09-06 22:17:42 +0000 |
commit | e06e7af770763e37bfa65376dce5d6950538ae54 (patch) | |
tree | 050b3b20e1c8879c2210d026494d7181c37f6d09 /app-dicts/ispell-pt-br | |
parent | repoman: trim trailing whitespace (diff) | |
download | gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.gz gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.tar.bz2 gentoo-2-e06e7af770763e37bfa65376dce5d6950538ae54.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'app-dicts/ispell-pt-br')
-rw-r--r-- | app-dicts/ispell-pt-br/Manifest | 2 | ||||
-rw-r--r-- | app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-dicts/ispell-pt-br/Manifest b/app-dicts/ispell-pt-br/Manifest index 9a2cdbfb89e3..45c832ab09b5 100644 --- a/app-dicts/ispell-pt-br/Manifest +++ b/app-dicts/ispell-pt-br/Manifest @@ -1,3 +1,3 @@ -MD5 b1868c199131cae60c08aae7486636b2 ispell-pt-br-2.4-r2.ebuild 1093 MD5 0bc1beda9b6f05945ac4981b391aadb0 ChangeLog 1461 +MD5 29d6a297fdda169e7557f32f54a9927f ispell-pt-br-2.4-r2.ebuild 1092 MD5 88b5e833fcd1949a6d905e6d9e89ee82 files/digest-ispell-pt-br-2.4-r2 150 diff --git a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild index 87e07fce87b2..5f4dd13a47c8 100644 --- a/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild +++ b/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.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-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.1 2003/06/13 13:12:56 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt-br/ispell-pt-br-2.4-r2.ebuild,v 1.2 2003/09/06 22:15:57 msterret Exp $ inherit eutils @@ -37,12 +37,12 @@ src_install () { HASHDIR=${D}usr/lib/ispell \ MANDIR=${D}usr/share/man \ install || die - + insinto /usr/lib/ispell newins br.aff pt_BR.aff newins br.hash pt_BR.hash rm -f ${D}/usr/lib/ispell/br.* - + dodoc COPYING README } |