summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-03-29 03:25:48 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-03-29 03:25:48 +0000
commitaa21de389653dc9c2558bd5506385c3862d870d8 (patch)
tree4280123fb8cd82c032ade27e6706e20223866239 /app-dicts/ispell-de
parentAdded kernel mirrors (diff)
downloadhistorical-aa21de389653dc9c2558bd5506385c3862d870d8.tar.gz
historical-aa21de389653dc9c2558bd5506385c3862d870d8.tar.bz2
historical-aa21de389653dc9c2558bd5506385c3862d870d8.zip
removed crusty
Diffstat (limited to 'app-dicts/ispell-de')
-rw-r--r--app-dicts/ispell-de/files/digest-ispell-de-200011091
-rw-r--r--app-dicts/ispell-de/ispell-de-20001109.ebuild26
2 files changed, 0 insertions, 27 deletions
diff --git a/app-dicts/ispell-de/files/digest-ispell-de-20001109 b/app-dicts/ispell-de/files/digest-ispell-de-20001109
deleted file mode 100644
index c01b87573845..000000000000
--- a/app-dicts/ispell-de/files/digest-ispell-de-20001109
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ec06d69a4b045b738788fd3359de37ee igerman98-20001109.tar.bz2 291598
diff --git a/app-dicts/ispell-de/ispell-de-20001109.ebuild b/app-dicts/ispell-de/ispell-de-20001109.ebuild
deleted file mode 100644
index 8813d57b15be..000000000000
--- a/app-dicts/ispell-de/ispell-de-20001109.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.3 2003/03/08 01:07:44 vladimir Exp $
-
-MY_P=igerman98-${PV}
-S=${WORKDIR}/${MY_P}
-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="ppc x86 sparc alpha mips hppa arm"
-
-DEPEND="app-text/ispell"
-
-src_compile() {
- make || die
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins german.aff german.hash
-
- dodoc Documentation/*
-}