diff options
author | Bart Lauwers <blauwers@gentoo.org> | 2002-12-12 18:08:56 +0000 |
---|---|---|
committer | Bart Lauwers <blauwers@gentoo.org> | 2002-12-12 18:08:56 +0000 |
commit | dad60a7fdab160e00bcf3aa95d08ae1522ca2e9f (patch) | |
tree | 861c1e4d66fc38a579aa442e0f7e1f3a75bba15d /app-dicts | |
parent | Removed lame-3.93.0 and put lame-3.93.1 into the stable x86 profile. (diff) | |
download | gentoo-2-dad60a7fdab160e00bcf3aa95d08ae1522ca2e9f.tar.gz gentoo-2-dad60a7fdab160e00bcf3aa95d08ae1522ca2e9f.tar.bz2 gentoo-2-dad60a7fdab160e00bcf3aa95d08ae1522ca2e9f.zip |
initial submit per Bug#8651
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/pydict/files/digest-pydict-0.2.5.1 | 1 | ||||
-rw-r--r-- | app-dicts/pydict/pydict-0.2.5.1.ebuild | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/app-dicts/pydict/files/digest-pydict-0.2.5.1 b/app-dicts/pydict/files/digest-pydict-0.2.5.1 new file mode 100644 index 000000000000..8561ac95975f --- /dev/null +++ b/app-dicts/pydict/files/digest-pydict-0.2.5.1 @@ -0,0 +1 @@ +MD5 b7c140fddb713244a46b4ca1167fb3f9 pyDict-0.2.5.1.tar.gz 2812237 diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild new file mode 100644 index 000000000000..587cec87acfc --- /dev/null +++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild @@ -0,0 +1,31 @@ +# 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.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/${PN}/pyDict-${PV}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86" +DEPEND="virtual/python + >=dev-python/pygtk-0.6.9" + +S="${WORKDIR}/dict" + +src_install() { + dodoc CHANGELOG README COPYING + insinto /usr/X11R6/lib/X11/pyDict + doins [a-z].lib yaba.xpm HELP + if [ -d /usr/share/gnome/apps/Chinese ]; then + insinto /usr/share/gnome/apps/Chinese + doins pyDict.desktop + fi + if [ -d /usr/share/icons ]; then + insinto /usr/share/icons + doins dict.xpm + fi + into /usr/X11R6 + newbin dict.py pydict +} |