ChangeLog

# 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 $

21 Feb 2007; Piotr JaroszyƄski ChangeLog:
Transition to Manifest2.

*ispell-sl-0.5.3 (15 Nov 2005)

15 Nov 2005; Anders Rune Jensen ispell-sl-0.5.3.ebuild,
Initial import. Fixes #107188.

Manifest

DIST ispell-sl-0.5-3.src.rpm 106705 RMD160 3dd4a48fb0739a5f72248b3c03592872fe7f5c4f SHA1 c7054c5fbb4d49cab75c96f77368abf288f201db SHA256 42731fe52c826db6854e36c577e71de7fa233ebe08589afad9c297c14367a28c
EBUILD ispell-sl-0.5.3.ebuild 885 RMD160 2a286e01771dca3c2f6a74f6c6958490a403074f SHA1 dd91611d176f094fdf346dc6ff41cc4ec262b115 SHA256 0ca269b98471626cd3bdb8389e5dd734208baf90403a3a4540f10e3dd1f7848b
MISC ChangeLog 442 RMD160 ed7b2a23c6bef2c34646823cee42897c26be971a SHA1 39f2c6afeb38c538cfa495cdaa2dfd44ba2de458 SHA256 7afff460c219e3f9712867e985d7ac9ba8473fa127d72a16b02043cede59c210
MISC metadata.xml 162 RMD160 853d3c463af1132de9d434e4bdca16fd81a21eb0 SHA1 0d9e341c4b61e23adc1f3806989a0236b83257a0 SHA256 9629e7723cb4708c1910c25510cd14da2729d34eed4ebfc1563df4a1ed5e1b22

ispell-sl-0.5.3.ebuild

# Copyright 1999-2005 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 $

inherit rpm

DESCRIPTION="The Slovenian dictionary for ispell"
HOMEPAGE="http://nl.ijs.si/GNUsl/download/ispell/"
SRC_URI="http://nl.ijs.si/GNUsl/download/ispell/ispell-sl-0.5-3.src.rpm"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""

DEPEND="app-text/ispell"

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
}

metadata.xml




app-dicts