summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTod Neidt <tod@gentoo.org>2002-04-26 20:49:06 +0000
committerTod Neidt <tod@gentoo.org>2002-04-26 20:49:06 +0000
commita8fb7888b8e89637b0d24173f1421869a6d90ffc (patch)
tree600548d00569a8956567cc77e4436ee994e964bf /app-i18n
parentgst-plugins, plugins for gstreamer (diff)
downloadgentoo-2-a8fb7888b8e89637b0d24173f1421869a6d90ffc.tar.gz
gentoo-2-a8fb7888b8e89637b0d24173f1421869a6d90ffc.tar.bz2
gentoo-2-a8fb7888b8e89637b0d24173f1421869a6d90ffc.zip
Initial commit. Ebuild submitted by Leonardo Boshell (Bug #1879).
Diffstat (limited to 'app-i18n')
-rw-r--r--app-i18n/ispell-es/ChangeLog9
-rw-r--r--app-i18n/ispell-es/files/digest-ispell-es-1.71
-rw-r--r--app-i18n/ispell-es/ispell-es-1.7.ebuild28
3 files changed, 38 insertions, 0 deletions
diff --git a/app-i18n/ispell-es/ChangeLog b/app-i18n/ispell-es/ChangeLog
new file mode 100644
index 000000000000..266198ce0651
--- /dev/null
+++ b/app-i18n/ispell-es/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for <CATEGORY>/<PACKAGE_NAME>
+# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/ispell-es/ChangeLog,v 1.1 2002/04/26 20:49:06 tod Exp $
+
+*ispell-es-1.7 ( 26 Apr 2002 )
+
+ 26 Apr 2002; Tod Neidt <tod@gentoo.org> ispell-es-1.7.ebuild :
+
+ Initial commit. Ebuild submitted by Leonardo Boshell.
diff --git a/app-i18n/ispell-es/files/digest-ispell-es-1.7 b/app-i18n/ispell-es/files/digest-ispell-es-1.7
new file mode 100644
index 000000000000..9694b2f2b67b
--- /dev/null
+++ b/app-i18n/ispell-es/files/digest-ispell-es-1.7
@@ -0,0 +1 @@
+MD5 a5b5a6b1e3003d81a2c78648dd1c1362 espa~nol-1.7.tar.gz 424599
diff --git a/app-i18n/ispell-es/ispell-es-1.7.ebuild b/app-i18n/ispell-es/ispell-es-1.7.ebuild
new file mode 100644
index 000000000000..1df7147235fe
--- /dev/null
+++ b/app-i18n/ispell-es/ispell-es-1.7.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# Maintainer: Leonardo Boshell <p@kapcoweb.com>
+# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.4 2002/03/12 16:05:09 tod Exp
+
+MYP="espa~nol-"${PV}
+S=${WORKDIR}/${MYP}
+DESCRIPTION="A Spanish dictionary for ispell"
+SRC_URI="ftp://ftp.fi.upm.es/pub/unix/${MYP}.tar.gz"
+HOMEPAGE="http://www.datsi.fi.upm.es/~coes/"
+
+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
+ emake || die
+ unset TMPDIR
+
+}
+
+src_install () {
+ insinto /usr/lib/ispell
+ doins espa~nol.aff espa~nol.hash
+ dodoc LEAME README
+}