summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2008-11-01 11:34:45 +0000
committerPeter Volkov <pva@gentoo.org>2008-11-01 11:34:45 +0000
commit8f6114882641bc8590800e7017162e74400263f7 (patch)
treeeb19df764764fd5f40c29ff4ac2772e3803a992b /app-dicts/ispell-sl
parentVersion bump. (diff)
downloadgentoo-2-8f6114882641bc8590800e7017162e74400263f7.tar.gz
gentoo-2-8f6114882641bc8590800e7017162e74400263f7.tar.bz2
gentoo-2-8f6114882641bc8590800e7017162e74400263f7.zip
Cleanup, fixed multilib.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'app-dicts/ispell-sl')
-rw-r--r--app-dicts/ispell-sl/ChangeLog7
-rw-r--r--app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild21
2 files changed, 14 insertions, 14 deletions
diff --git a/app-dicts/ispell-sl/ChangeLog b/app-dicts/ispell-sl/ChangeLog
index e624c9e0cda8..62c969f7dadf 100644
--- a/app-dicts/ispell-sl/ChangeLog
+++ b/app-dicts/ispell-sl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-dicts/ispell-sl
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ChangeLog,v 1.2 2007/02/21 20:42:29 peper Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ChangeLog,v 1.3 2008/11/01 11:34:45 pva Exp $
+
+ 01 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-sl-0.5.3.ebuild:
+ Cleanup, fixed multilib.
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild b/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild
index 7b08fbf5508f..debd736b491a 100644
--- a/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild
+++ b/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 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-sl/ispell-sl-0.5.3.ebuild,v 1.1 2005/11/15 22:35:26 arj Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-sl/ispell-sl-0.5.3.ebuild,v 1.2 2008/11/01 11:34:45 pva Exp $
-inherit rpm
+inherit rpm multilib
DESCRIPTION="The Slovenian dictionary for ispell"
HOMEPAGE="http://nl.ijs.si/GNUsl/download/ispell/"
@@ -10,22 +10,19 @@ SRC_URI="http://nl.ijs.si/GNUsl/download/ispell/ispell-sl-0.5-3.src.rpm"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="app-text/ispell"
+S=${WORKDIR}
+
src_compile() {
- # It's important that we export the TMPDIR environment variable,
- # so we don't commit sandbox violations
- export TMPDIR=/tmp
- cd ${WORKDIR}
buildhash mte-sl.munched slovensko.aff slovensko.hash || die "Failed to create hash file"
- unset TMPDIR
}
src_install() {
- insinto /usr/lib/ispell
- doins ${WORKDIR}/slovensko.aff ${WORKDIR}/slovensko.hash
- dodoc ${WORKDIR}/README
+ insinto /usr/$(get_libdir)/ispell
+ doins slovensko.{aff,hash} || die
+ dodoc README
}