summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:54 +0000
committerSeemant Kulleen <seemant@gentoo.org>2002-12-03 07:15:54 +0000
commit90aed317776f82c43bf5fac0d2da3d518c0fda2b (patch)
treeb10abf62ce9509603340bebc43cdf1494e548cc2 /app-i18n/ispell-sv
parentmoved from app-i18n (diff)
downloadhistorical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.tar.gz
historical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.tar.bz2
historical-90aed317776f82c43bf5fac0d2da3d518c0fda2b.zip
moved dictionaries to app-dicts
Diffstat (limited to 'app-i18n/ispell-sv')
-rw-r--r--app-i18n/ispell-sv/ChangeLog11
-rw-r--r--app-i18n/ispell-sv/files/digest-ispell-sv-1.3.81
-rw-r--r--app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild30
3 files changed, 0 insertions, 42 deletions
diff --git a/app-i18n/ispell-sv/ChangeLog b/app-i18n/ispell-sv/ChangeLog
deleted file mode 100644
index e7dd098e9f92..000000000000
--- a/app-i18n/ispell-sv/ChangeLog
+++ /dev/null
@@ -1,11 +0,0 @@
-# ChangeLog for app-i18n/ispell-sv
-# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-sv/ChangeLog,v 1.1 2002/07/11 11:19:51 seemant Exp $
-
-*ispell-sv-1.3.8 (11 Jul 2002)
-
- 11 Jul 2002; Seemant Kulleen <seemant@gentoo.org> ispell-sv-1.3.8.ebuild
- files/digest-ispell-sv-1.3.8 ChangeLog :
-
- New Swedish language dictionary submitted by: mark.jentz@telia.com (Mark
- Jentz) in bug #4525.
diff --git a/app-i18n/ispell-sv/files/digest-ispell-sv-1.3.8 b/app-i18n/ispell-sv/files/digest-ispell-sv-1.3.8
deleted file mode 100644
index 19fb826a290f..000000000000
--- a/app-i18n/ispell-sv/files/digest-ispell-sv-1.3.8
+++ /dev/null
@@ -1 +0,0 @@
-MD5 65701648229232008309e78533a65329 ispell-sv-1.3.8.tar.gz 117215
diff --git a/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild b/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild
deleted file mode 100644
index bfceb9a52be5..000000000000
--- a/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.2 2002/10/04 04:23:22 vapier Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="The Swedish dictionary for ispell"
-SRC_URI="http://sv.speling.org/filer/${P}.tar.gz"
-HOMEPAGE="http://sv.speling.org"
-
-SLOT="0"
-LICENSE="LGPL"
-KEYWORDS="x86"
-
-DEPEND="app-text/ispell"
-
-src_compile() {
-
- # It's important that we export the TMPDIR environment variable,
- # so we don't commit sandbox violations
- export TMPDIR=/tmp
- emake || die
- unset TMPDIR
-
-}
-
-src_install () {
- insinto /usr/lib/ispell
- doins svenska.aff svenska.hash
- dodoc README contributors COPYING Copyright
-}