diff options
author | 2004-03-28 11:55:22 +0000 | |
---|---|---|
committer | 2004-03-28 11:55:22 +0000 | |
commit | f5acab5f3370aa5dcdcaaebc15859ccaaff11033 (patch) | |
tree | 47776a3188fdf784cf6706e62470a8152c26e922 /dev-python/pythong/pythong-2.1.4.ebuild | |
parent | Add some missing dependencies (diff) | |
download | historical-f5acab5f3370aa5dcdcaaebc15859ccaaff11033.tar.gz historical-f5acab5f3370aa5dcdcaaebc15859ccaaff11033.tar.bz2 historical-f5acab5f3370aa5dcdcaaebc15859ccaaff11033.zip |
Updated SRC_URI.
Diffstat (limited to 'dev-python/pythong/pythong-2.1.4.ebuild')
-rw-r--r-- | dev-python/pythong/pythong-2.1.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/pythong/pythong-2.1.4.ebuild b/dev-python/pythong/pythong-2.1.4.ebuild index b13719a09278..285f28d11abd 100644 --- a/dev-python/pythong/pythong-2.1.4.ebuild +++ b/dev-python/pythong/pythong-2.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.4.ebuild,v 1.1 2003/11/23 12:25:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.4.ebuild,v 1.2 2004/03/28 11:55:22 kloeri Exp $ inherit python distutils @@ -9,7 +9,7 @@ MY_PV=${PV/_/-} MY_PV=$(echo $MY_PV | sed -e 's:\.:_:g') DESCRIPTION="Nice and powerful spanish development enviroment for Python" -SRC_URI="http://www3.uji.es/~dllorens/downloads/pythong/linux/${MY_PN}-${MY_PV}.tgz +SRC_URI="http://www3.uji.es/~dllorens/downloads/pythong/linux/old/${MY_PN}-${MY_PV}.tgz doc? ( http://marmota.act.uji.es/MTP/pdf/python.pdf )" HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" |