diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 20:59:00 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 21:25:47 +0200 |
commit | d0e03a0072aebc54f1b738ab2c2f06441a0de793 (patch) | |
tree | c0bc3694a4ad63bd128ebf53a54fc696a02be233 /app-dicts | |
parent | app-text/duali: Drop old (diff) | |
download | gentoo-d0e03a0072aebc54f1b738ab2c2f06441a0de793.tar.gz gentoo-d0e03a0072aebc54f1b738ab2c2f06441a0de793.tar.bz2 gentoo-d0e03a0072aebc54f1b738ab2c2f06441a0de793.zip |
app-dicts/duali-data: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/duali-data/duali-data-0.1b.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/app-dicts/duali-data/duali-data-0.1b.ebuild b/app-dicts/duali-data/duali-data-0.1b.ebuild deleted file mode 100644 index ed7887e8106e..000000000000 --- a/app-dicts/duali-data/duali-data-0.1b.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -IUSE="" - -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" - -DEPEND="app-text/duali" - -src_compile() { - dict2db --path ./ || die -} - -src_install() { - insinto /usr/share/duali - if [[ -e stems.db ]]; then - doins stems.db prefixes.db suffixes.db || die - else - doins stemsdb prefixesdb suffixesdb || die - fi - doins tableab tableac tablebc || die - dodoc README -} |