diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:29:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-02-12 13:29:28 +0000 |
commit | 01ccbf472cb36e2068e28c3f8d71ba0fe5feff43 (patch) | |
tree | c7fd8cc5728460dc5f559946df9b82810c7d14f5 /app-dicts/ispell-de | |
parent | some cleanups and keywords (diff) | |
download | gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.gz gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.tar.bz2 gentoo-2-01ccbf472cb36e2068e28c3f8d71ba0fe5feff43.zip |
added architectures to testing
Diffstat (limited to 'app-dicts/ispell-de')
-rw-r--r-- | app-dicts/ispell-de/ispell-de-20001109.ebuild | 19 | ||||
-rw-r--r-- | app-dicts/ispell-de/ispell-de-20011124.ebuild | 13 |
2 files changed, 10 insertions, 22 deletions
diff --git a/app-dicts/ispell-de/ispell-de-20001109.ebuild b/app-dicts/ispell-de/ispell-de-20001109.ebuild index 6a36e98ba465..fe2d3c0de06d 100644 --- a/app-dicts/ispell-de/ispell-de-20001109.ebuild +++ b/app-dicts/ispell-de/ispell-de-20001109.ebuild @@ -1,12 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20001109.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ - -KEYWORDS="x86" - -LICENSE="GPL-2" - -SLOT="0" +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20001109.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ MY_P=igerman98-${PV} S=${WORKDIR}/${MY_P} @@ -14,20 +8,19 @@ DESCRIPTION="A german dictionary for ispell" SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${MY_P}.tar.bz2" HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" + DEPEND="app-text/ispell" src_compile() { - make || die - } src_install () { - insinto /usr/lib/ispell doins german.aff german.hash dodoc Documentation/* - } - diff --git a/app-dicts/ispell-de/ispell-de-20011124.ebuild b/app-dicts/ispell-de/ispell-de-20011124.ebuild index 76e8fcb1006a..4c8957bb1e70 100644 --- a/app-dicts/ispell-de/ispell-de-20011124.ebuild +++ b/app-dicts/ispell-de/ispell-de-20011124.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20011124.ebuild,v 1.1 2002/12/03 07:15:39 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-de/ispell-de-20011124.ebuild,v 1.2 2003/02/12 13:29:28 seemant Exp $ MY_P=igerman98-${PV} S=${WORKDIR}/${MY_P} @@ -8,23 +8,19 @@ DESCRIPTION="German and Swiss dictionaries for ispell" SRC_URI="http://lisa.goe.net/~bjacke/igerman98/dict/${MY_P}.tar.bz2" HOMEPAGE="http://lisa.goe.net/~bjacke/igerman98/dict" -KEYWORDS="x86" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" DEPEND="app-text/ispell" src_compile() { - make || die - make \ german.hash swiss || die - } src_install () { - make \ DESTDIR=${D} \ install swiss-install || die @@ -33,5 +29,4 @@ src_install () { doins german.aff german.hash dodoc Documentation/* - } |