summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Warner <antarus@gentoo.org>2007-01-22 20:04:08 +0000
committerAlec Warner <antarus@gentoo.org>2007-01-22 20:04:08 +0000
commitf2b72ad0123ed91d0bc6be6f7eda66ba5b5bf6e8 (patch)
tree2adca73726bd230b3f878c708d1b69f4605efcc9 /app-text/duali/duali-0.1.1.ebuild
parentbump duali for bug 67252 and bug 110441 (diff)
downloadgentoo-2-f2b72ad0123ed91d0bc6be6f7eda66ba5b5bf6e8.tar.gz
gentoo-2-f2b72ad0123ed91d0bc6be6f7eda66ba5b5bf6e8.tar.bz2
gentoo-2-f2b72ad0123ed91d0bc6be6f7eda66ba5b5bf6e8.zip
bump duali for bug 67252 and bug 110441
(Portage version: 2.1.1-r2) (Unsigned Manifest commit)
Diffstat (limited to 'app-text/duali/duali-0.1.1.ebuild')
-rw-r--r--app-text/duali/duali-0.1.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-text/duali/duali-0.1.1.ebuild b/app-text/duali/duali-0.1.1.ebuild
deleted file mode 100644
index 7c4f86cfdf2f..000000000000
--- a/app-text/duali/duali-0.1.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# 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.10 2005/04/24 10:49:27 hansmi Exp $
-
-IUSE=""
-
-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"
-
-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
-}