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-lt | |
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-lt')
-rw-r--r-- | app-dicts/ispell-lt/ispell-lt-0.5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild index 051263bb986f..a1f146f0acee 100644 --- a/app-dicts/ispell-lt/ispell-lt-0.5.ebuild +++ b/app-dicts/ispell-lt/ispell-lt-0.5.ebuild @@ -1,6 +1,6 @@ # 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-lt/ispell-lt-0.5.ebuild,v 1.9 2004/03/14 00:50:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-lt/ispell-lt-0.5.ebuild,v 1.10 2004/05/31 18:17:13 vapier Exp $ DESCRIPTION="Lithuanian dictionary for ispell" HOMEPAGE="http://ieva.mif.vu.lt/~alga/lt/ispell/" @@ -8,17 +8,18 @@ SRC_URI="http://ieva.mif.vu.lt/~alga/lt/ispell/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="ppc x86 sparc alpha mips hppa" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" DEPEND="app-text/ispell dev-lang/python" src_compile() { - make || die + emake || die } src_install() { insinto /usr/lib/ispell doins lietuviu.hash lietuviu.aff - dodoc README COPYING THANKS ChangeLog + dodoc README THANKS ChangeLog } |