diff options
author | Dan Armak <danarmak@gentoo.org> | 2001-10-28 20:02:03 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2001-10-28 20:02:03 +0000 |
commit | ad114423c4fec677cfdf7986cd006708bece30d7 (patch) | |
tree | 10a6681513821de5141666ba12505659e9194367 /app-text | |
parent | further change for kde-i18n -> app-i18n (i his file is not actual?) (diff) | |
download | gentoo-2-ad114423c4fec677cfdf7986cd006708bece30d7.tar.gz gentoo-2-ad114423c4fec677cfdf7986cd006708bece30d7.tar.bz2 gentoo-2-ad114423c4fec677cfdf7986cd006708bece30d7.zip |
moved -> app-i18n
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/ispell-de/files/digest-ispell-de-20001109 | 1 | ||||
-rw-r--r-- | app-text/ispell-de/ispell-de-20001109.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/app-text/ispell-de/files/digest-ispell-de-20001109 b/app-text/ispell-de/files/digest-ispell-de-20001109 deleted file mode 100644 index d0097abc8e19..000000000000 --- a/app-text/ispell-de/files/digest-ispell-de-20001109 +++ /dev/null @@ -1 +0,0 @@ -MD5 ec06d69a4b045b738788fd3359de37ee igerman98-20001109.tar.bz2 294912 diff --git a/app-text/ispell-de/ispell-de-20001109.ebuild b/app-text/ispell-de/ispell-de-20001109.ebuild deleted file mode 100644 index acf91de9d444..000000000000 --- a/app-text/ispell-de/ispell-de-20001109.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/app-text/ispell-de/ispell-de-20001109.ebuild,v 1.2 2001/06/08 22:43:03 achim Exp $ - -P=igerman98-${PV} -S=${WORKDIR}/${P} -DESCRIPTION="A german dictionary for ispell" -SRC_URI="http://www.suse.de/~bjacke/igerman98/dict/${P}.tar.bz2" -HOMEPAGE="http://www.suse.de/~bjacke/igerman98/" - -DEPEND="app-text/ispell" - -src_compile() { - - try make - -} - -src_install () { - - insinto /usr/lib/ispell - doins german.aff german.hash - - dodoc Documentation/* - -} - |