Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/ispell-it
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-it/ChangeLog,v 1.10 2007/02/21 20:39:17 peper Exp $
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
21 Feb 2005; Simon Stelling
stable on amd64
30 Jul 2004; Anders Rune Jensen
QA - IUSE fix and {add missing,correct} metatata.xml.
07 Jun 2004; Daniel Black
ispell-it-2001.ebuild:
QA - IUSE fix
*ispell-it-2001 (30 Oct 2002)
07 Mar 2003; Graham Forest
Added all KEYWORDS
02 Dec 2002; Seemant Kulleen
Moved from app-i18n to app-dicts
09 Nov 2002; Seemant Kulleen
Adjusted SRC_URI to fetch the tarball properly. Seems like upstream
screwed things around. Thanks to: alor@blackhats.it (Alberto Ornaghi) for
bug #10476
30 Oct 2002; Seemant Kulleen
files/digest-ispell-it-2001 ChangeLog :
New dictionary by: stefano.scipioni@euronia.it (Stefano Scipioni) in bug
#8890.
DIST ispell-it2001.tgz 1115411 RMD160 814d580688c01703dc13ae7af517233ae75703b7 SHA1 cd02731af7cb25c4f9a7c06e359105ca6d010500 SHA256 bac0714ff3f89b89de82b9f03e0e5958be1c99eb4f5324aec5a1cc246df8a548
EBUILD ispell-it-2001.ebuild 722 RMD160 788cb98a1d0179eada88b78e73bef5394ba05651 SHA1 35605961e500e291fd4b4243f7de7a13124b1118 SHA256 03b1aea9ecaf0148e35104f2cd35341b0534f58a56fbca439a6bcef52e302f3c
MISC ChangeLog 1287 RMD160 586dc41e68775b96a6830c6d251fbe71eca57635 SHA1 782d7e597af7cbf719453dbe5d6e8bea4bc59065 SHA256 c2f1bbff93f3994cb5b99b0a7e00a8ef1c724055db480809469e768c1db91d7d
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-it/ispell-it-2001.ebuild,v 1.11 2005/02/21 21:14:40 blubb Exp $
DESCRIPTION="Loris Palmerini - Italian dictionary for ispell"
HOMEPAGE="http://members.xoom.virgilio.it/trasforma/ispell/"
SRC_URI="http://members.xoom.virgilio.it/trasforma/ispell/${PN}${PV}.tgz"
LICENSE="GPL-2"
SLOT="0"
IUSE=""
KEYWORDS="ppc x86 sparc alpha mips hppa amd64"
DEPEND="app-text/ispell"
S=${WORKDIR}/${PN}
src_compile() {
make || die
}
src_install () {
insinto /usr/lib/ispell
doins italian.hash italian.aff
dodoc collab.txt AUTHORS CAMBI CHANGES DA-FARE.txt FUSIONE.txt
}