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 | eaebb841ce20d8fbc0057719572c414205594385 (patch) | |
tree | 4736920d3b43fefc0a99055c110339e93964385d /app-dicts/ispell-sv | |
parent | Readded ~mips using -generic by default. (Manifest recommit) (diff) | |
download | gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.gz gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.bz2 gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.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 } |