summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2003-09-24 03:02:49 +0000
committerSeemant Kulleen <seemant@gentoo.org>2003-09-24 03:02:49 +0000
commit92067a82a58df831cf18c130511bf004d9a42615 (patch)
tree20ef9902296b81ae2adda4b1ea8ebc5869d59273
parentnew arab dictionary spell checker (diff)
downloadgentoo-2-92067a82a58df831cf18c130511bf004d9a42615.tar.gz
gentoo-2-92067a82a58df831cf18c130511bf004d9a42615.tar.bz2
gentoo-2-92067a82a58df831cf18c130511bf004d9a42615.zip
new arab dictionary spell checker
-rw-r--r--app-text/duali/ChangeLog11
-rw-r--r--app-text/duali/Manifest3
-rw-r--r--app-text/duali/duali-0.1.1.ebuild34
-rw-r--r--app-text/duali/files/digest-duali-0.1.11
4 files changed, 48 insertions, 1 deletions
diff --git a/app-text/duali/ChangeLog b/app-text/duali/ChangeLog
new file mode 100644
index 000000000000..86898bc02074
--- /dev/null
+++ b/app-text/duali/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-text/duali
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/duali/ChangeLog,v 1.1 2003/09/24 03:02:47 seemant Exp $
+
+*duali-0.1.1 (23 Sep 2003)
+
+ 23 Sep 2003; Seemant Kulleen <seemant@gentoo.org> duali-0.1.1.ebuild:
+ Arabic language dictionary program. To be used with app-dicts/duali-data. The
+ request was made by the upstream author, Mohammed Elzubeir
+ <elzubeir@arabeyes.org>, in bug #26908
+
diff --git a/app-text/duali/Manifest b/app-text/duali/Manifest
index ae6c2eb7abc4..35d4c5ab959a 100644
--- a/app-text/duali/Manifest
+++ b/app-text/duali/Manifest
@@ -1,2 +1,3 @@
-MD5 4028dcd33200b2100c71af25c219855e duali-0.1.1.ebuild 549
+MD5 3bcb5ebe05aad545affab98c0a591d23 duali-0.1.1.ebuild 857
+MD5 08e45d56e613a101b3ebfc5052204e8b ChangeLog 494
MD5 cf3c683dc702555038d3060e3d8a9c57 files/digest-duali-0.1.1 62
diff --git a/app-text/duali/duali-0.1.1.ebuild b/app-text/duali/duali-0.1.1.ebuild
new file mode 100644
index 000000000000..39746913e45a
--- /dev/null
+++ b/app-text/duali/duali-0.1.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/duali/duali-0.1.1.ebuild,v 1.1 2003/09/24 03:02:47 seemant Exp $
+
+IUSE=""
+
+S=${WORKDIR}/${P}
+DESCRIPTION="Arabic dictionary based on the DICT protocol"
+HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali"
+SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="as-is"
+KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm"
+
+DEPEND="dev-lang/python"
+PDEPEND="app-dicts/duali-data"
+
+src_compile() {
+ einfo "just scripts, nothing to compile"
+}
+
+src_install() {
+ into /usr
+ dobin duali dict2db trans2arabic
+ insinto /etc
+ doins duali.conf
+ doman doc/man/*
+
+ insinto /usr/lib/python2.2/site-packages/pyduali
+ doins pyduali/*.py
+
+ dodoc README CHANGELOG INSTALL MANIFEST
+}
diff --git a/app-text/duali/files/digest-duali-0.1.1 b/app-text/duali/files/digest-duali-0.1.1
new file mode 100644
index 000000000000..f3b2d4107515
--- /dev/null
+++ b/app-text/duali/files/digest-duali-0.1.1
@@ -0,0 +1 @@
+MD5 1a8ec456ea8246d60f0664fd308a4478 duali-0.1.1.tar.gz 11444