summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/ispell-de/files/digest-ispell-de-200011091
-rw-r--r--app-text/ispell-de/ispell-de-20001109.ebuild28
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/*
-
-}
-