diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-12-03 07:15:39 +0000 |
commit | 30eee4907185e4e22c51043d2474c4790448078e (patch) | |
tree | 4a674f736bc07ab7f5e82bfea63fccdd5247f6a1 /app-dicts/ispell-sv | |
parent | moved dictionaries to app-dicts (diff) | |
download | historical-30eee4907185e4e22c51043d2474c4790448078e.tar.gz historical-30eee4907185e4e22c51043d2474c4790448078e.tar.bz2 historical-30eee4907185e4e22c51043d2474c4790448078e.zip |
moved from app-i18n
Diffstat (limited to 'app-dicts/ispell-sv')
-rw-r--r-- | app-dicts/ispell-sv/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/ispell-sv/files/digest-ispell-sv-1.3.8 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild | 30 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-dicts/ispell-sv/ChangeLog b/app-dicts/ispell-sv/ChangeLog new file mode 100644 index 000000000000..34567b364bb1 --- /dev/null +++ b/app-dicts/ispell-sv/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-i18n/ispell-sv +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.1 2002/12/03 07:15:39 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-dicts/ispell-sv/files/digest-ispell-sv-1.3.8 b/app-dicts/ispell-sv/files/digest-ispell-sv-1.3.8 new file mode 100644 index 000000000000..19fb826a290f --- /dev/null +++ b/app-dicts/ispell-sv/files/digest-ispell-sv-1.3.8 @@ -0,0 +1 @@ +MD5 65701648229232008309e78533a65329 ispell-sv-1.3.8.tar.gz 117215 diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild new file mode 100644 index 000000000000..b81136e75087 --- /dev/null +++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.1 2002/12/03 07:15:39 seemant 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 +} |