Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/ispell-sv
# 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
Droped mips stable keyword, clenup, fixed multilib.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
04 Apr 2006;
Keywording ~amd64, bug 118916, tested on pitr.
30 Jul 2004; Anders Rune Jensen
QA - IUSE fix and {add missing,correct} metatata.xml.
13 Mar 2004; Michael Sterrett
header fix; don't assign default to S; tidy
*ispell-sv-1.3.8 (11 Jul 2002)
07 Mar 2003; Graham Forest
Added all KEYWORDS
02 Dec 2002; Seemant Kulleen
Moved from app-i18n to app-dicts
11 Jul 2002; Seemant Kulleen
files/digest-ispell-sv-1.3.8 ChangeLog :
New Swedish language dictionary submitted by: mark.jentz@telia.com (Mark
Jentz) in bug #4525.
DIST ispell-sv-1.3.8.tar.gz 117215 RMD160 68afc8524b77c6213713eb79ea63f4a7f428b53a SHA1 9ab43f98d516d2ce74cefdc6e5ac3c3729aac849 SHA256 edef5ddbf1d405d44dd4e16b1757a723b836c392086e11d891a8acaab183f2b6
EBUILD ispell-sv-1.3.8.ebuild 637 RMD160 e93e6c10676f1171722a0a1dd97de79ec9641e96 SHA1 a4340e466a377c275aa8d1c0e6ac3066620e0815 SHA256 19e06147b7a719c0216f957650772962f23586c2185c43527bcb323377b1135c
MISC ChangeLog 1224 RMD160 bdd41fd8cd001bc03242b53aaca91b887c5e26a2 SHA1 2e5a63fecbaa606b34461c0e5ab0e30b88e0cc7a SHA256 30c9672a0830ce9ae48ffc9f37ab6dabbc7c51efd253a2006c262dd10c2d52d3
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22
# 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.10 2008/11/01 11:47:43 pva Exp $
inherit multilib
DESCRIPTION="The Swedish dictionary for ispell"
HOMEPAGE="http://sv.speling.org"
SRC_URI="http://sv.speling.org/filer/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha ~amd64 hppa ~mips ppc sparc x86"
IUSE=""
DEPEND="app-text/ispell"
src_compile() {
emake || die
}
src_install() {
insinto /usr/$(get_libdir)/ispell
doins svenska.aff svenska.hash || die
dodoc README contributors
}