diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
commit | 8fbb31b7b909dcab46d8b5c4695a4bce7470cff7 (patch) | |
tree | d7c367179c87e81ccbf2a4dcf1604e1576ba2155 /app-dicts/ispell-sv | |
parent | Readded ~mips using -generic by default. (diff) | |
download | historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.gz historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.tar.bz2 historical-8fbb31b7b909dcab46d8b5c4695a4bce7470cff7.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-dicts/ispell-sv')
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild index 841a5c874371..e60488fbf1d7 100644 --- a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild +++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.5 2004/03/14 00:27:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.6 2004/05/31 18:17:14 vapier Exp $ DESCRIPTION="The Swedish dictionary for ispell" HOMEPAGE="http://sv.speling.org" SRC_URI="http://sv.speling.org/filer/${P}.tar.gz" -SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="ppc x86 sparc alpha mips hppa" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" IUSE="" DEPEND="app-text/ispell" @@ -21,8 +21,8 @@ src_compile() { unset TMPDIR } -src_install () { +src_install() { insinto /usr/lib/ispell doins svenska.aff svenska.hash - dodoc README contributors COPYING Copyright + dodoc README contributors } |