summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/ispell-sv')
-rw-r--r--app-dicts/ispell-sv/ChangeLog7
-rw-r--r--app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild16
2 files changed, 12 insertions, 11 deletions
diff --git a/app-dicts/ispell-sv/ChangeLog b/app-dicts/ispell-sv/ChangeLog
index 6243a5fa47bb..84fe6c5cbb83 100644
--- a/app-dicts/ispell-sv/ChangeLog
+++ b/app-dicts/ispell-sv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-sv
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.10 2007/02/21 20:42:57 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ChangeLog,v 1.11 2008/11/01 11:47:43 pva Exp $
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-sv-1.3.8.ebuild:
+ Droped mips stable keyword, clenup, fixed multilib.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild
index 859915bca3e2..18b63d389276 100644
--- a/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild
+++ b/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild
@@ -1,6 +1,8 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# 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.9 2006/04/04 16:58:05 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sv/ispell-sv-1.3.8.ebuild,v 1.10 2008/11/01 11:47:43 pva Exp $
+
+inherit multilib
DESCRIPTION="The Swedish dictionary for ispell"
HOMEPAGE="http://sv.speling.org"
@@ -8,21 +10,17 @@ SRC_URI="http://sv.speling.org/filer/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~amd64 x86 ppc sparc mips alpha hppa"
+KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86"
IUSE=""
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
+ insinto /usr/$(get_libdir)/ispell
+ doins svenska.aff svenska.hash || die
dodoc README contributors
}