diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-02-06 11:55:43 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-02-06 11:55:43 +0000 |
commit | 23e0091f42233b204af8ae9983706799e7e8b204 (patch) | |
tree | 407e0f5c507b68e270dd2e88a8501646ad72ce3b /app-dicts | |
parent | remove obsolete ebuilds (diff) | |
download | historical-23e0091f42233b204af8ae9983706799e7e8b204.tar.gz historical-23e0091f42233b204af8ae9983706799e7e8b204.tar.bz2 historical-23e0091f42233b204af8ae9983706799e7e8b204.zip |
new version
Package-Manager: portage-2.0.51-r15
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/ispell-pt/ChangeLog | 7 | ||||
-rw-r--r-- | app-dicts/ispell-pt/Manifest | 6 | ||||
-rw-r--r-- | app-dicts/ispell-pt/files/digest-ispell-pt-20041027 | 1 | ||||
-rw-r--r-- | app-dicts/ispell-pt/ispell-pt-20041027.ebuild | 27 |
4 files changed, 38 insertions, 3 deletions
diff --git a/app-dicts/ispell-pt/ChangeLog b/app-dicts/ispell-pt/ChangeLog index 172c5bdb97f4..841751572f34 100644 --- a/app-dicts/ispell-pt/ChangeLog +++ b/app-dicts/ispell-pt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-dicts/ispell-pt # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.8 2005/01/01 12:55:25 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-pt/ChangeLog,v 1.9 2005/02/06 11:55:43 arj Exp $ + +*ispell-pt-20041027 (06 Feb 2005) + + 06 Feb 2005; Anders Rune Jensen <arj@gentoo.org> +ispell-pt-20041027.ebuild: + New version. Fixes #76502. Added to amd64. 30 Jul 2004; Anders Rune Jensen <arj@gentoo.org> +metadata.xml: QA - IUSE fix and {add missing,correct} metatata.xml. diff --git a/app-dicts/ispell-pt/Manifest b/app-dicts/ispell-pt/Manifest index 4b283cbc2e0f..2d25bd754feb 100644 --- a/app-dicts/ispell-pt/Manifest +++ b/app-dicts/ispell-pt/Manifest @@ -1,4 +1,6 @@ -MD5 d89fbd871bc06c1f5a4b7434956ebee1 ChangeLog 891 -MD5 843129ee8854b47b540d620a000f91d5 ispell-pt-20010720.ebuild 649 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 +MD5 843129ee8854b47b540d620a000f91d5 ispell-pt-20010720.ebuild 649 +MD5 cee000a30d29b8627a9dd7c6e26522ef ispell-pt-20041027.ebuild 670 +MD5 47e8f6c2c505b0f167328ea6b88dd2f8 ChangeLog 1044 MD5 9a3bd5d9773104f763db74ce988ec4bc files/digest-ispell-pt-20010720 60 +MD5 1c49a11bcc20f7a53643b7d274957221 files/digest-ispell-pt-20041027 70 diff --git a/app-dicts/ispell-pt/files/digest-ispell-pt-20041027 b/app-dicts/ispell-pt/files/digest-ispell-pt-20041027 new file mode 100644 index 000000000000..05ba58021337 --- /dev/null +++ b/app-dicts/ispell-pt/files/digest-ispell-pt-20041027 @@ -0,0 +1 @@ +MD5 82467e21579f9bed91a87e6dbaf757b8 ispell.pt.20041027.tar.gz 749439 diff --git a/app-dicts/ispell-pt/ispell-pt-20041027.ebuild b/app-dicts/ispell-pt/ispell-pt-20041027.ebuild new file mode 100644 index 000000000000..9996b6fae7b2 --- /dev/null +++ b/app-dicts/ispell-pt/ispell-pt-20041027.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2005 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.1 2005/02/06 11:55:43 arj 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 +} |