Portage is a package management system used by Gentoo Linux
# ChangeLog for app-dicts/ispell-pt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.11 2007/08/18 17:12:34 philantrop Exp $
*ispell-pt-20070709 (18 Aug 2007)
18 Aug 2007; Wulf C. Krueger
-ispell-pt-20010720.ebuild, +ispell-pt-20070709.ebuild:
Version bump as per bug 141752. Removed obsolete version.
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
*ispell-pt-20041027 (06 Feb 2005)
06 Feb 2005; Anders Rune Jensen
New version. Fixes #76502. Added to amd64.
30 Jul 2004; Anders Rune Jensen
QA - IUSE fix and {add missing,correct} metatata.xml.
07 Jun 2004; Daniel Black
ispell-pt-20010720.ebuild:
QA - IUSE fix
*ispell-pt-20010720 (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
ispell-pt-20010720.ebuild ChangeLog files/digest-ispell-pt-20010720 :
New Portugese language dictionary, by: sena@smux.net (Joao Ribeiro) in bug
#4259.
DIST ispell.pt-20070709.tar.gz 138601 RMD160 271b1fd9e84597b5db89c133d1ce58b7f6b454ec SHA1 246fdf69a8deb10cc666e010362aa3bbff2aca28 SHA256 073b818765e02bd6df0e50181822f38635cbe5bf0781fc977097345bd3fc8565
DIST ispell.pt.20041027.tar.gz 749439 RMD160 6340cac503ba07ded1d689616ddb5b042ebf99ec SHA1 f7d011a6112995d188c5d080853c98b91168bba8 SHA256 3406a5ab6f0894029e67819050f710416de53c88b15406c5d985867715571476
EBUILD ispell-pt-20041027.ebuild 676 RMD160 907e118700c550213637977aeba152d4beae1ddf SHA1 83cbf4dc164768441e79cb63aa1c54a9aad2a6f3 SHA256 47cc67d4c267ad33fa4a50755bd9d1c42beef70c2116b54d86948dbc3cb4f206
EBUILD ispell-pt-20070709.ebuild 683 RMD160 3c2ecb2282a31909614270caf62f60f37e75adc4 SHA1 01214823ec54f6b2fc290c1de257589abcc21f0b SHA256 f9d51da7a83b6566fed0d197e46d4b762931bf4df1391be7df33593e351d6131
MISC ChangeLog 1353 RMD160 db52e87f6e7330ed7f6ea795a74ec7bc830cb852 SHA1 fe42c8bf81108fae807a65079f9bfece956d37af SHA256 5e81858394eae60232f23e86e4da0817c1d3dcb3ef2715d10d8e5d8817c867d7
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-pt/ispell-pt-20041027.ebuild,v 1.3 2007/08/18 17:12:34 philantrop Exp $
S=${WORKDIR}"/portugues"
DESCRIPTION="A Portuguese dictionary for ispell"
SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt.${PV}.tar.gz"
HOMEPAGE="http://natura.di.uminho.pt"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="ppc x86 sparc alpha mips hppa amd64"
DEPEND="app-text/ispell"
src_compile() {
make || die
}
src_install () {
insinto /usr/lib/ispell
doins portugues.aff portugues.hash
dodoc README
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ispell-pt-20070709.ebuild,v 1.1 2007/08/18 17:12:34 philantrop Exp $
DESCRIPTION="A Portuguese dictionary for ispell"
SRC_URI="http://natura.di.uminho.pt/download/sources/Dictionaries/ispell/ispell.pt-${PV}.tar.gz"
HOMEPAGE="http://natura.di.uminho.pt"
SLOT="0"
LICENSE="GPL-2"
IUSE=""
KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~sparc ~x86"
DEPEND="app-text/ispell"
S="${WORKDIR}/${P/-/.}"
src_install () {
insinto /usr/lib/ispell
doins portugues.aff portugues.hash
dodoc README || die "installing docs failed"
}