diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-05-31 18:17:14 +0000 |
commit | eaebb841ce20d8fbc0057719572c414205594385 (patch) | |
tree | 4736920d3b43fefc0a99055c110339e93964385d /app-dicts/pydict/pydict-0.2.5.1.ebuild | |
parent | Readded ~mips using -generic by default. (Manifest recommit) (diff) | |
download | gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.gz gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.tar.bz2 gentoo-2-eaebb841ce20d8fbc0057719572c414205594385.zip |
dont install stupid COPYING file
Diffstat (limited to 'app-dicts/pydict/pydict-0.2.5.1.ebuild')
-rw-r--r-- | app-dicts/pydict/pydict-0.2.5.1.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/app-dicts/pydict/pydict-0.2.5.1.ebuild b/app-dicts/pydict/pydict-0.2.5.1.ebuild index 9ae9ccae6cad..d28ddd8770de 100644 --- a/app-dicts/pydict/pydict-0.2.5.1.ebuild +++ b/app-dicts/pydict/pydict-0.2.5.1.ebuild @@ -1,28 +1,30 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.7 2003/10/01 09:44:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/pydict/pydict-0.2.5.1.ebuild,v 1.8 2004/05/31 18:17:14 vapier Exp $ DESCRIPTION="Chinese-English / English-Chinese dictionary" HOMEPAGE="http://sourceforge.net/projects/pydict" SRC_URI="mirror://sourceforge/pydict/pyDict-${PV}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ~ppc" +IUSE="" + DEPEND="virtual/python =dev-python/pygtk-0.6*" S="${WORKDIR}/dict" src_install() { - dodoc CHANGELOG README COPYING + dodoc CHANGELOG README insinto /usr/X11R6/lib/X11/pyDict doins [a-z].lib yaba.xpm HELP - if [ -d /usr/share/gnome/apps/Chinese ]; then + if [ -d ${ROOT}/usr/share/gnome/apps/Chinese ]; then insinto /usr/share/gnome/apps/Chinese doins pyDict.desktop fi - if [ -d /usr/share/icons ]; then + if [ -d ${ROOT}/usr/share/icons ] ; then insinto /usr/share/icons doins dict.xpm fi |