diff options
author | Peter Volkov <pva@gentoo.org> | 2008-11-03 18:30:06 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2008-11-03 18:30:06 +0000 |
commit | 01a6e035480f3dc486e9bd1bea6d47375f204fea (patch) | |
tree | 06f50746d152294d2456471a4756c057df4fb0d5 /app-dicts/ispell-pl | |
parent | masking truecrypt (diff) | |
download | historical-01a6e035480f3dc486e9bd1bea6d47375f204fea.tar.gz historical-01a6e035480f3dc486e9bd1bea6d47375f204fea.tar.bz2 historical-01a6e035480f3dc486e9bd1bea6d47375f204fea.zip |
Added ~mips, bug #245139.
Package-Manager: portage-2.2_rc13/cvs/Linux 2.6.26-openvz.git-35f41f1 i686
Diffstat (limited to 'app-dicts/ispell-pl')
-rw-r--r-- | app-dicts/ispell-pl/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-pl/ispell-pl-20021127.ebuild | 22 |
2 files changed, 16 insertions, 13 deletions
diff --git a/app-dicts/ispell-pl/ChangeLog b/app-dicts/ispell-pl/ChangeLog index 64269804ceb5..58e5123caac7 100644 --- a/app-dicts/ispell-pl/ChangeLog +++ b/app-dicts/ispell-pl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/ispell-pl -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ChangeLog,v 1.11 2007/02/21 20:40:38 peper Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ChangeLog,v 1.12 2008/11/03 18:29:41 pva Exp $ + + 03 Nov 2008; Peter Volkov <pva@gentoo.org> ispell-pl-20021127.ebuild: + Added ~mips, bug #245139. 21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild index 9aad8a0a53bb..c8d5de1d9bfb 100644 --- a/app-dicts/ispell-pl/ispell-pl-20021127.ebuild +++ b/app-dicts/ispell-pl/ispell-pl-20021127.ebuild @@ -1,29 +1,29 @@ -# Copyright 1999-2007 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-pl/ispell-pl-20021127.ebuild,v 1.10 2007/01/19 13:53:38 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pl/ispell-pl-20021127.ebuild,v 1.11 2008/11/03 18:29:41 pva Exp $ + +inherit multilib DESCRIPTION="Polish dictionary for ispell" -SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz" HOMEPAGE="http://ispell-pl.sourceforge.net/" +SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz" -IUSE="" -KEYWORDS="~x86 ~sparc ~amd64 ~ppc" LICENSE="GPL-2" SLOT="0" +KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="" DEPEND="app-text/ispell" DICTBUILD="./zbuduj.slownik.sh" src_compile() { - # update the script to be POSIX-compatible - sed "s/sort +1/sort -k 1/" $DICTBUILD > $DICTBUILD.tmp - cp $DICTBUILD.tmp $DICTBUILD - $DICTBUILD + sed "s/sort +1/sort -k 1/" -i zbuduj.slownik.sh + ./zbuduj.slownik.sh || die } src_install () { - insinto /usr/lib/ispell - doins polish.aff polish.hash + insinto /usr/$(get_libdir)/ispell + doins polish.aff polish.hash || die dodoc Changelog CZYTAJ.TO } |