diff options
author | 2003-09-02 23:28:20 +0000 | |
---|---|---|
committer | 2003-09-02 23:28:20 +0000 | |
commit | f1d9d186e79c59e9ef1f4ccbfe8a038004949aa0 (patch) | |
tree | 1f39afd279a78464cfe04f50c4178c98c12c984f /dev-python/pythoncard/pythoncard-0.7.1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-f1d9d186e79c59e9ef1f4ccbfe8a038004949aa0.tar.gz gentoo-2-f1d9d186e79c59e9ef1f4ccbfe8a038004949aa0.tar.bz2 gentoo-2-f1d9d186e79c59e9ef1f4ccbfe8a038004949aa0.zip |
version bump
Diffstat (limited to 'dev-python/pythoncard/pythoncard-0.7.1.ebuild')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.1.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.7.1.ebuild b/dev-python/pythoncard/pythoncard-0.7.1.ebuild new file mode 100644 index 000000000000..480bb1b62835 --- /dev/null +++ b/dev-python/pythoncard/pythoncard-0.7.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2003 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.1.ebuild,v 1.1 2003/09/02 23:28:16 liquidx 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.3.2.1-r2" + +S=${WORKDIR}/PythonCardPrototype-${PV} + +mydoc="README.txt README_StyleEditor.txt" |