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 | 2068246e113df780d5f0b2fa245cb1caa7586f8c (patch) | |
tree | 0e3e8368e308d865bbef32503c71e9c6e5b620a3 /app-text | |
parent | further change for kde-i18n -> app-i18n (i his file is not actual?) (diff) | |
download | historical-2068246e113df780d5f0b2fa245cb1caa7586f8c.tar.gz historical-2068246e113df780d5f0b2fa245cb1caa7586f8c.tar.bz2 historical-2068246e113df780d5f0b2fa245cb1caa7586f8c.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/* - -} - |