diff options
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.ebuild b/dev-python/pythoncard/pythoncard-0.7.ebuild index f47863602edf..669d2e0d0195 100644 --- a/dev-python/pythoncard/pythoncard-0.7.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.ebuild @@ -1,17 +1,19 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.1 2003/04/20 01:59:03 blauwers Exp $ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.ebuild,v 1.1.1.1 2005/11/30 10:10:10 chriswhite Exp $ inherit distutils DESCRIPTION="Cross-platform GUI construction kit for python" -SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" HOMEPAGE="http://pythoncard.sourceforge.net/index.html" -LICENSE="PYTHON" +SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" -DEPEND=">=dev-python/wxPython-2.3.2.1-r2" +LICENSE="PYTHON" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="x86 ~sparc" +IUSE="" + +DEPEND=">=dev-python/wxpython-2.3.2.1-r2" S=${WORKDIR}/PythonCardPrototype-${PV} |