From 66ad53b6470e6bdad2f3f5cd5e61d3e50f60ea1b Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Aug 2003 03:06:14 +0000 Subject: fix license/repoman --- dev-python/pythoncard/pythoncard-0.6.9.ebuild | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'dev-python/pythoncard/pythoncard-0.6.9.ebuild') 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 } - - - - -- cgit v1.2.3-65-gdbad