summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-dicts/pydict/pydict-0.2.5.1.ebuild')
-rw-r--r--app-dicts/pydict/pydict-0.2.5.1.ebuild20
1 files changed, 9 insertions, 11 deletions
diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild
index 5e229c0ccdd1..587cec87acfc 100644
--- a/app-dicts/pydict/pydict-0.2.5.1.ebuild
+++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild
@@ -1,30 +1,28 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.11 2005/04/24 03:26:38 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.1 2002/12/12 18:08:56 blauwers Exp $
DESCRIPTION="Chinese-English / English-Chinese dictionary"
HOMEPAGE="http://sourceforge.net/projects/pydict"
-SRC_URI="mirror://sourceforge/pydict/pyDict-${PV}.tar.gz"
-
+SRC_URI="mirror://sourceforge/${PN}/pyDict-${PV}.tar.gz"
LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86 ppc"
-IUSE=""
+SLOT="0"
+KEYWORDS="~x86"
DEPEND="virtual/python
- =dev-python/pygtk-0.6*"
+ >=dev-python/pygtk-0.6.9"
S="${WORKDIR}/dict"
src_install() {
- dodoc CHANGELOG README
+ dodoc CHANGELOG README COPYING
insinto /usr/X11R6/lib/X11/pyDict
doins [a-z].lib yaba.xpm HELP
- if [ -d ${ROOT}/usr/share/gnome/apps/Chinese ]; then
+ if [ -d /usr/share/gnome/apps/Chinese ]; then
insinto /usr/share/gnome/apps/Chinese
doins pyDict.desktop
fi
- if [ -d ${ROOT}/usr/share/icons ] ; then
+ if [ -d /usr/share/icons ]; then
insinto /usr/share/icons
doins dict.xpm
fi