summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ispell-ga/ispell-ga-3.3.ebuild')
-rw-r--r--app-dicts/ispell-ga/ispell-ga-3.3.ebuild14
1 files changed, 6 insertions, 8 deletions
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
}