# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/editobj/editobj-0.5.3.ebuild,v 1.6 2006/02/16 22:41:29 marienz Exp $ inherit distutils MY_P=${P/editobj/EditObj} DESCRIPTION="EditObj can create a dialog box to edit ANY Python object." HOMEPAGE="http://oomadness.tuxfamily.org/en/editobj/" SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86 ~ppc" SLOT="0" IUSE="" DEPEND=">=dev-lang/python-2.2.2 >=dev-lang/tk-8.3" S=${WORKDIR}/${MY_P} pkg_setup() { distutils_python_tkinter }