diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 20:58:39 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-10-18 21:25:44 +0200 |
commit | 3eee9e9f983a6444921190ff087dddf579911e5b (patch) | |
tree | 0545d59bf595bf633b4a85ae73540988d340a942 /app-text | |
parent | app-dicts/duali-data: x86 stable, bug #593214 (diff) | |
download | gentoo-3eee9e9f983a6444921190ff087dddf579911e5b.tar.gz gentoo-3eee9e9f983a6444921190ff087dddf579911e5b.tar.bz2 gentoo-3eee9e9f983a6444921190ff087dddf579911e5b.zip |
app-text/duali: Drop old
Package-Manager: portage-2.3.1
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/duali/duali-0.2.0.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/app-text/duali/duali-0.2.0.ebuild b/app-text/duali/duali-0.2.0.ebuild deleted file mode 100644 index 4c2435432d94..000000000000 --- a/app-text/duali/duali-0.2.0.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit python - -DESCRIPTION="Arabic dictionary based on the DICT protocol" -HOMEPAGE="http://www.arabeyes.org/project.php?proj=Duali" -SRC_URI="mirror://sourceforge/arabeyes/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="alpha amd64 ~hppa ia64 ~mips ppc ~sparc x86" -IUSE="" - -DEPEND="" -PDEPEND="app-dicts/duali-data" -RESTRICT_PYTHON_ABIS="3.*" - -src_install() { - dobin duali dict2db trans2arabic arabic2trans - python_convert_shebangs -r 2 "${ED}usr/bin" - - insinto /etc - doins duali.conf - - doman doc/man/* - - installation() { - insinto $(python_get_sitedir)/pyduali - doins pyduali/*.py - } - python_execute_function installation - - dodoc README ChangeLog INSTALL MANIFEST -} - -pkg_postinst() { - python_mod_optimize pyduali -} - -pkg_postrm() { - python_mod_cleanup pyduali -} |