Portage is a package management system used by Gentoo Linux
# 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 $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
19 Jan 2007; Charlie Shepherd
ispell-pl-20021127.ebuild:
QA: remove invalid RESTRICT="mirror"
27 Apr 2006; Marien Zwart
files/digest-ispell-pl-20021127, Manifest:
Fixing SHA256 digest for real, pass three...
27 Apr 2006; Marien Zwart
files/digest-ispell-pl-20021127, Manifest:
Fixing SHA256 digest, pass two.
19 Mar 2006; Anders Rune Jensen
Fix #126566
19 Dec 2004; David Holm
Added to ~ppc.
19 Nov 2004; Karol Wojtaszek
~amd64 keyworded, bug #71047
20 Aug 2004; Gustavo Zacarias
ispell-pl-20021127.ebuild:
Keyworded ~sparc
*ispell-pl-20021127 (06 Mar 2004)
06 Mar 2004; Alastair Tse
initial ebuild contributed by Piotr Bolek
DIST ispell-pl-20021127.tar.gz 1019831 RMD160 010031d0c9b57c8c8bbb759886d1e13b377a644c SHA1 9e5efd7656f6f0747130380750fc93c9ab4b1e3e SHA256 879fa81299894007f4186a46ccd54715ae9d5c483b911d83205a0a9cf95821c6
EBUILD ispell-pl-20021127.ebuild 768 RMD160 7f32f000a1fb6b9f229b234ea9897de0f033c9df SHA1 e365b33780060ddf6c31445898e233f3dcac638b SHA256 c8a50e23ef686908192c835d5fc290bd93d1a65bb402143b10f0970832a32e4e
MISC ChangeLog 1282 RMD160 08a450ccdce63e5385d31ede8a133a3b24417323 SHA1 ae476def2c5d3ecb04b4c7184f7667d620338825 SHA256 be02cba3374e9b49df5658067050709add98c58467ee1af9f5f5bc14e97e0c34
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22
# Copyright 1999-2007 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 $
DESCRIPTION="Polish dictionary for ispell"
SRC_URI="mirror://sourceforge/ispell-pl/${P}.tar.gz"
HOMEPAGE="http://ispell-pl.sourceforge.net/"
IUSE=""
KEYWORDS="~x86 ~sparc ~amd64 ~ppc"
LICENSE="GPL-2"
SLOT="0"
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
}
src_install () {
insinto /usr/lib/ispell
doins polish.aff polish.hash
dodoc Changelog CZYTAJ.TO
}