From 8fbb31b7b909dcab46d8b5c4695a4bce7470cff7 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 31 May 2004 18:17:14 +0000 Subject: dont install stupid COPYING file --- app-dicts/ispell-ga/ispell-ga-3.3.ebuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'app-dicts/ispell-ga') diff --git a/app-dicts/ispell-ga/ispell-ga-3.3.ebuild b/app-dicts/ispell-ga/ispell-ga-3.3.ebuild index 67c4822b603e..1706ca6a4cd9 100644 --- a/app-dicts/ispell-ga/ispell-ga-3.3.ebuild +++ b/app-dicts/ispell-ga/ispell-ga-3.3.ebuild @@ -1,8 +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-ga/ispell-ga-3.3.ebuild,v 1.2 2004/03/14 00:50:17 mr_bones_ Exp $ - -IUSE="" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-ga/ispell-ga-3.3.ebuild,v 1.3 2004/05/31 18:17:13 vapier Exp $ MY_P=ispell-gaeilge-${PV} @@ -11,9 +9,10 @@ DESCRIPTION="Irish dictionary for ispell" HOMEPAGE="http://borel.slu.edu/ispell/" SRC_URI="http://borel.slu.edu/ispell/${MY_P}.tar.gz" -SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha hppa mips" +SLOT="0" +KEYWORDS="x86 ppc sparc mips alpha hppa" +IUSE="" DEPEND="app-text/ispell" @@ -21,9 +20,8 @@ src_compile() { emake || die } -src_install () { +src_install() { insinto /usr/lib/ispell doins gaeilge.hash gaeilge.aff - - dodoc README COPYING + dodoc README } -- cgit v1.2.3-65-gdbad