diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:07:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-08-07 03:07:56 +0000 |
commit | 9b9e0b2fb3be5f797c37470e96389055a4ce1309 (patch) | |
tree | 0a2f9a8238b4900f922a87ac144849302cc43071 /dev-python/pythong | |
parent | gcc3.3 patch (diff) | |
download | historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.gz historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.tar.bz2 historical-9b9e0b2fb3be5f797c37470e96389055a4ce1309.zip |
fix license/repoman
Diffstat (limited to 'dev-python/pythong')
-rw-r--r-- | dev-python/pythong/pythong-2.0.21.2.ebuild | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/dev-python/pythong/pythong-2.0.21.2.ebuild b/dev-python/pythong/pythong-2.0.21.2.ebuild index 31a80e1691ac..4f9526ecaf0e 100644 --- a/dev-python/pythong/pythong-2.0.21.2.ebuild +++ b/dev-python/pythong/pythong-2.0.21.2.ebuild @@ -1,6 +1,6 @@ # 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/pythong/pythong-2.0.21.2.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/pythong/pythong-2.0.21.2.ebuild,v 1.5 2003/08/07 03:07:56 vapier Exp $ inherit distutils @@ -9,22 +9,22 @@ MY_PN="pythonG" # this package has a weird versioning scheme. MY_PV="2_0u_2" -IUSE="doc" DESCRIPTION="Nice and powerful spanish development enviroment for Python" +HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" SRC_URI="http://www.colicsoft.com/pub/${MY_PN}-${MY_PV}.tgz doc? ( http://marmota.act.uji.es/MTP/pdf/python.pdf )" -HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" LICENSE="GPL-2" -KEYWORDS="x86" SLOT="0" - -S=${WORKDIR}/${MY_PN}-${MY_PV} +KEYWORDS="x86" +IUSE="doc" RDEPEND=">=dev-lang/python-2.2.2 >=dev-lang/tk-8.3.4 >=dev-python/pmw-1.1" +S=${WORKDIR}/${MY_PN}-${MY_PV} + pkg_setup() { if ! python -c "import Tkinter" >/dev/null 2>&1 then @@ -40,7 +40,6 @@ src_compile() { } src_install() { - distutils_python_version insinto /usr/lib/python${PYVER}/site-packages/ @@ -58,5 +57,4 @@ src_install() { insinto /usr/share/doc/${PF} doins ${DISTDIR}/python.pdf fi - } |