diff options
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.3.1.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.3.1.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild new file mode 100644 index 000000000000..bbc06590a33c --- /dev/null +++ b/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.7.3.1.ebuild,v 1.1 2004/04/15 23:30:09 pythonhead Exp $ + +inherit distutils + +DESCRIPTION="Cross-platform GUI construction kit for python" +HOMEPAGE="http://pythoncard.sourceforge.net/index.html" +SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" + +LICENSE="PYTHON" +SLOT="0" +KEYWORDS="~x86 ~sparc" +IUSE="" + +DEPEND=">=dev-python/wxPython-2.4.2.4" + +S=${WORKDIR}/PythonCardPrototype-${PV} + +mydoc="README.txt README_StyleEditor.txt" + |