diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:06:14 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:06:14 +0000 |
commit | 66ad53b6470e6bdad2f3f5cd5e61d3e50f60ea1b (patch) | |
tree | caa788381febfc47927a231b9775f754f601f4da /dev-python/pythoncard | |
parent | gcc3.3 patch (diff) | |
download | gentoo-2-66ad53b6470e6bdad2f3f5cd5e61d3e50f60ea1b.tar.gz gentoo-2-66ad53b6470e6bdad2f3f5cd5e61d3e50f60ea1b.tar.bz2 gentoo-2-66ad53b6470e6bdad2f3f5cd5e61d3e50f60ea1b.zip |
fix license/repoman
Diffstat (limited to 'dev-python/pythoncard')
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.6.9.ebuild | 16 | ||||
-rw-r--r-- | dev-python/pythoncard/pythoncard-0.7.ebuild | 11 |
2 files changed, 13 insertions, 14 deletions
diff --git a/dev-python/pythoncard/pythoncard-0.6.9.ebuild b/dev-python/pythoncard/pythoncard-0.6.9.ebuild index e3c689e04e6c..485459de77af 100644 --- a/dev-python/pythoncard/pythoncard-0.6.9.ebuild +++ b/dev-python/pythoncard/pythoncard-0.6.9.ebuild @@ -1,16 +1,18 @@ # 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.6.9.ebuild,v 1.5 2003/07/12 12:49:26 aliz Exp $ +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythoncard/pythoncard-0.6.9.ebuild,v 1.6 2003/08/07 03:01:31 vapier Exp $ DESCRIPTION="Cross-platform GUI construction kit for python" -SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" HOMEPAGE="http://pythoncard.sourceforge.net/index.html" +SRC_URI="mirror://sourceforge/pythoncard/PythonCardPrototype-${PV}.tar.gz" + LICENSE="PYTHON" +SLOT="0" +KEYWORDS="x86" DEPEND="virtual/python >=dev-python/wxPython-2.3.2.1-r2" -SLOT="0" -KEYWORDS="x86" + S=${WORKDIR}/PythonCardPrototype-${PV} src_compile() { @@ -21,7 +23,3 @@ src_install() { python setup.py install --prefix=${D}/usr || die "Install Failed" dodoc README.txt README_StyleEditor.txt } - - - - diff --git a/dev-python/pythoncard/pythoncard-0.7.ebuild b/dev-python/pythoncard/pythoncard-0.7.ebuild index 81ce07982752..6dd3b40fe3c1 100644 --- a/dev-python/pythoncard/pythoncard-0.7.ebuild +++ b/dev-python/pythoncard/pythoncard-0.7.ebuild @@ -1,18 +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.4 2003/07/12 12:49:26 aliz Exp $ +# 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.5 2003/08/07 03:01:31 vapier 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" +DEPEND=">=dev-python/wxPython-2.3.2.1-r2" + S=${WORKDIR}/PythonCardPrototype-${PV} mydoc="README.txt README_StyleEditor.txt" |