diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-28 11:55:22 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-03-28 11:55:22 +0000 |
commit | e10e82e12dc17011a2ed23f3cf0a950dc41054c7 (patch) | |
tree | 89fe221e94eea306c3957abe7f28ea401d8c32d4 /dev-python/pythong | |
parent | Add some missing dependencies (Manifest recommit) (diff) | |
download | gentoo-2-e10e82e12dc17011a2ed23f3cf0a950dc41054c7.tar.gz gentoo-2-e10e82e12dc17011a2ed23f3cf0a950dc41054c7.tar.bz2 gentoo-2-e10e82e12dc17011a2ed23f3cf0a950dc41054c7.zip |
Updated SRC_URI.
Diffstat (limited to 'dev-python/pythong')
-rw-r--r-- | dev-python/pythong/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.2.ebuild | 6 | ||||
-rw-r--r-- | dev-python/pythong/pythong-2.1.4.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/pythong/ChangeLog b/dev-python/pythong/ChangeLog index 8233a76e4b3a..c12fa0c3757e 100644 --- a/dev-python/pythong/ChangeLog +++ b/dev-python/pythong/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pythong # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.7 2004/01/24 21:38:51 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/ChangeLog,v 1.8 2004/03/28 11:55:22 kloeri Exp $ + + 28 Mar 2004; Bryan Østergaard <kloeri@gentoo.org> pythong-2.1.2.ebuild, + pythong-2.1.4.ebuild: + Updated SRC_URI. *pythong-2.1.5 (24 Jan 2004) diff --git a/dev-python/pythong/pythong-2.1.2.ebuild b/dev-python/pythong/pythong-2.1.2.ebuild index efb30a14a6ec..754ffdc7452c 100644 --- a/dev-python/pythong/pythong-2.1.2.ebuild +++ b/dev-python/pythong/pythong-2.1.2.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.2.ebuild,v 1.2 2003/11/23 12:25:37 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.2.ebuild,v 1.3 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" 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" |