summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-02-06 11:55:43 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-02-06 11:55:43 +0000
commitd8e99bb3e135755b882fd94648f8f0a4fdf848a7 (patch)
treec0653010acdc66c696d558e70fd65d4f443227d5 /app-dicts/ispell-pt
parentremove obsolete ebuilds (diff)
downloadgentoo-2-d8e99bb3e135755b882fd94648f8f0a4fdf848a7.tar.gz
gentoo-2-d8e99bb3e135755b882fd94648f8f0a4fdf848a7.tar.bz2
gentoo-2-d8e99bb3e135755b882fd94648f8f0a4fdf848a7.zip
new version
(Portage version: 2.0.51-r15)
Diffstat (limited to 'app-dicts/ispell-pt')
-rw-r--r--app-dicts/ispell-pt/ChangeLog7
-rw-r--r--app-dicts/ispell-pt/Manifest6
-rw-r--r--app-dicts/ispell-pt/files/digest-ispell-pt-200410271
-rw-r--r--app-dicts/ispell-pt/ispell-pt-20041027.ebuild27
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..c88ecfcd78d2 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 1ae0b00aa6018cd23fef2967efb04cbe ispell-pt-20041027.ebuild 677
+MD5 548f39341786566dc3a80b20a4813a25 ChangeLog 1050
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
+}