diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-09-24 03:02:28 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-09-24 03:02:28 +0000 |
commit | 202c288aa2ad7f3374b1358a198bbd7b4d7630ae (patch) | |
tree | a4cd256f4bd949293604b249ab47d5301931181c /app-dicts | |
parent | new arab dictionary (diff) | |
download | gentoo-2-202c288aa2ad7f3374b1358a198bbd7b4d7630ae.tar.gz gentoo-2-202c288aa2ad7f3374b1358a198bbd7b4d7630ae.tar.bz2 gentoo-2-202c288aa2ad7f3374b1358a198bbd7b4d7630ae.zip |
new arab dictionary
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/duali-data/ChangeLog | 11 | ||||
-rw-r--r-- | app-dicts/duali-data/Manifest | 3 | ||||
-rw-r--r-- | app-dicts/duali-data/duali-data-0.1b.ebuild | 28 | ||||
-rw-r--r-- | app-dicts/duali-data/files/digest-duali-data-0.1b | 1 |
4 files changed, 42 insertions, 1 deletions
diff --git a/app-dicts/duali-data/ChangeLog b/app-dicts/duali-data/ChangeLog new file mode 100644 index 000000000000..d9a4174682ec --- /dev/null +++ b/app-dicts/duali-data/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-dicts/duali-data +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/duali-data/ChangeLog,v 1.1 2003/09/24 03:02:26 seemant Exp $ + +*duali-data-0.1b (23 Sep 2003) + + 23 Sep 2003; Seemant Kulleen <seemant@gentoo.org> duali-data-0.1b.ebuild: + Arabic language dictionary. To be used with app-text/duali dictionary + program. The request was made by the upstream author, Mohammed Elzubeir + <elzubeir@arabeyes.org>, in bug #26908 + diff --git a/app-dicts/duali-data/Manifest b/app-dicts/duali-data/Manifest index 54dc6fecd551..aff7d8304ba5 100644 --- a/app-dicts/duali-data/Manifest +++ b/app-dicts/duali-data/Manifest @@ -1,2 +1,3 @@ -MD5 e497928b7a447c829f333993a07c3c09 duali-data-0.1b.ebuild 527 +MD5 a979e176ab558d509c9e8410e595cbca ChangeLog 519 +MD5 9251ef25c9d55c319552dc2a0acd3a9e duali-data-0.1b.ebuild 748 MD5 2322c298cd4c39e1501cbdda367612aa files/digest-duali-data-0.1b 68 diff --git a/app-dicts/duali-data/duali-data-0.1b.ebuild b/app-dicts/duali-data/duali-data-0.1b.ebuild new file mode 100644 index 000000000000..bcddd1941d2d --- /dev/null +++ b/app-dicts/duali-data/duali-data-0.1b.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-dicts/duali-data/duali-data-0.1b.ebuild,v 1.1 2003/09/24 03:02:26 seemant Exp $ + +IUSE="X gnome" + +S=${WORKDIR}/${P} +DESCRIPTION="Dictionary data for the Arab dictionary project duali" +HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali" +SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.gz" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~amd64 ~ia64 ~ppc ~sparc ~alpha ~hppa ~mips ~arm" + +DEPEND="app-text/duali" + +src_compile() { + dict2db --path ./ || die +} + +src_install() { + insinto /usr/share/duali + doins stems.db prefixes.db suffixes.db + doins tableab tableac tablebc + + dodoc gpl.txt README +} diff --git a/app-dicts/duali-data/files/digest-duali-data-0.1b b/app-dicts/duali-data/files/digest-duali-data-0.1b new file mode 100644 index 000000000000..6a5ac91278b2 --- /dev/null +++ b/app-dicts/duali-data/files/digest-duali-data-0.1b @@ -0,0 +1 @@ +MD5 12491faa4607942423f351dea6506445 duali-data-0.1b.tar.gz 1155647 |