summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Rune Jensen <arj@gentoo.org>2005-07-05 01:04:47 +0000
committerAnders Rune Jensen <arj@gentoo.org>2005-07-05 01:04:47 +0000
commitef8eed67b744b38ce6dad03b57f2951cc24c9d34 (patch)
tree659a329d71e3f4fcf2fa4a44b75fffc6b417ee8f /app-dicts/ispell-cs
parentfix bug (diff)
downloadhistorical-ef8eed67b744b38ce6dad03b57f2951cc24c9d34.tar.gz
historical-ef8eed67b744b38ce6dad03b57f2951cc24c9d34.tar.bz2
historical-ef8eed67b744b38ce6dad03b57f2951cc24c9d34.zip
new version
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-dicts/ispell-cs')
-rw-r--r--app-dicts/ispell-cs/ChangeLog7
-rw-r--r--app-dicts/ispell-cs/Manifest4
-rw-r--r--app-dicts/ispell-cs/files/digest-ispell-cs-200402291
-rw-r--r--app-dicts/ispell-cs/ispell-cs-20040229.ebuild27
4 files changed, 37 insertions, 2 deletions
diff --git a/app-dicts/ispell-cs/ChangeLog b/app-dicts/ispell-cs/ChangeLog
index 3e6ed5dcc2b4..c62572be6f80 100644
--- a/app-dicts/ispell-cs/ChangeLog
+++ b/app-dicts/ispell-cs/ChangeLog
@@ -1,7 +1,12 @@
# ChangeLog for app-dicts/ispell-cs
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.10 2005/01/01 12:53:00 eradicator Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/ispell-cs/ChangeLog,v 1.11 2005/07/05 01:04:47 arj Exp $
+*ispell-cs-20040229 (05 Jul 2005)
+
+ 05 Jul 2005; Anders Rune Jensen <arj@gentoo.org> +ispell-cs-20040229.ebuild:
+ New version. Fix #95353
+
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-cs/Manifest b/app-dicts/ispell-cs/Manifest
index 2460b602df81..4df1e88bc769 100644
--- a/app-dicts/ispell-cs/Manifest
+++ b/app-dicts/ispell-cs/Manifest
@@ -1,4 +1,6 @@
-MD5 19dfb7f335b613847d2b29d069968d97 ChangeLog 993
+MD5 1c36b45e9937b571c667834ab46df470 ChangeLog 1128
MD5 b6c8c0d2d30ea21170059e0eba722f3d ispell-cs-20020628.ebuild 672
MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162
+MD5 8784d20b75c088d77b0d663be5da98af ispell-cs-20040229.ebuild 664
MD5 c7a61c6429295423e0c2c4fc4a9da77a files/digest-ispell-cs-20020628 73
+MD5 40f1fa2b157842b98d031e3aaec6e7dd files/digest-ispell-cs-20040229 74
diff --git a/app-dicts/ispell-cs/files/digest-ispell-cs-20040229 b/app-dicts/ispell-cs/files/digest-ispell-cs-20040229
new file mode 100644
index 000000000000..370ebcf552fe
--- /dev/null
+++ b/app-dicts/ispell-cs/files/digest-ispell-cs-20040229
@@ -0,0 +1 @@
+MD5 60d5cc92808eb09f764d900c680a9bff ispell-czech-20040229.tar.gz 1000601
diff --git a/app-dicts/ispell-cs/ispell-cs-20040229.ebuild b/app-dicts/ispell-cs/ispell-cs-20040229.ebuild
new file mode 100644
index 000000000000..c5f1904b97df
--- /dev/null
+++ b/app-dicts/ispell-cs/ispell-cs-20040229.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-cs/ispell-cs-20040229.ebuild,v 1.1 2005/07/05 01:04:47 arj Exp $
+
+MY_P=${PN/cs/czech}
+S=${WORKDIR}/${MY_P}
+DESCRIPTION="The Czech dictionary for ispell"
+SRC_URI="ftp://ftp.vslib.cz/pub/unix/ispell/${MY_P}-${PV}.tar.gz"
+HOMEPAGE="ftp://ftp.vslib.cz/pub/unix/ispell/"
+
+SLOT="0"
+LICENSE="GPL-2"
+IUSE=""
+KEYWORDS="ppc x86 sparc alpha mips hppa"
+
+DEPEND="dev-lang/perl
+ app-text/ispell"
+
+src_compile() {
+ make all || die
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins czech.aff czech.hash
+ dodoc README
+}