diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 11:19:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-11 11:19:51 +0000 |
commit | d6b59f145c992918ee548633d3b4dda577badaac (patch) | |
tree | 623533206f112611649aa1a333691e6fbc505225 /app-i18n | |
parent | new portugese dictionary (diff) | |
download | historical-d6b59f145c992918ee548633d3b4dda577badaac.tar.gz historical-d6b59f145c992918ee548633d3b4dda577badaac.tar.bz2 historical-d6b59f145c992918ee548633d3b4dda577badaac.zip |
new Swedish dictionary
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/ispell-sv/ChangeLog | 11 | ||||
-rw-r--r-- | app-i18n/ispell-sv/files/digest-ispell-sv-1.3.8 | 1 | ||||
-rw-r--r-- | app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild | 30 |
3 files changed, 42 insertions, 0 deletions
diff --git a/app-i18n/ispell-sv/ChangeLog b/app-i18n/ispell-sv/ChangeLog new file mode 100644 index 000000000000..e7dd098e9f92 --- /dev/null +++ b/app-i18n/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-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 new file mode 100644 index 000000000000..19fb826a290f --- /dev/null +++ b/app-i18n/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-i18n/ispell-sv/ispell-sv-1.3.8.ebuild b/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild new file mode 100644 index 000000000000..d6bf75f2fcc5 --- /dev/null +++ b/app-i18n/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 or later +# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.1 2002/07/11 11:19:51 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 +} |