diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-07 22:17:45 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-07 22:17:45 +0000 |
commit | c1abfcad22cc723b304c0564c473f8a6b2d7f8a1 (patch) | |
tree | b99b295aad2aec646f4b7de77b3d181b3c4e25f4 /dev-python/pythong/pythong-2.1.5.ebuild | |
parent | Install the static library now (Manifest recommit) (diff) | |
download | gentoo-2-c1abfcad22cc723b304c0564c473f8a6b2d7f8a1.tar.gz gentoo-2-c1abfcad22cc723b304c0564c473f8a6b2d7f8a1.tar.bz2 gentoo-2-c1abfcad22cc723b304c0564c473f8a6b2d7f8a1.zip |
Typo in DESCRIPTION, #59717
Diffstat (limited to 'dev-python/pythong/pythong-2.1.5.ebuild')
-rw-r--r-- | dev-python/pythong/pythong-2.1.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pythong/pythong-2.1.5.ebuild b/dev-python/pythong/pythong-2.1.5.ebuild index 92871d2c3d4f..3a70c1c53e4d 100644 --- a/dev-python/pythong/pythong-2.1.5.ebuild +++ b/dev-python/pythong/pythong-2.1.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5.ebuild,v 1.4 2004/06/25 01:45:13 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pythong/pythong-2.1.5.ebuild,v 1.5 2004/08/07 22:13:10 slarti Exp $ inherit python distutils @@ -8,7 +8,7 @@ MY_PN="pythonG" MY_PV=${PV/_/-} MY_PV=$(echo $MY_PV | sed -e 's:\.:_:g') -DESCRIPTION="Nice and powerful spanish development enviroment for Python" +DESCRIPTION="Nice and powerful spanish development environment for Python" SRC_URI="http://www3.uji.es/~dllorens/downloads/pythong/linux/${MY_PN}-${MY_PV}.tgz doc? ( http://marmota.act.uji.es/MTP/pdf/python.pdf )" HOMEPAGE="http://www3.uji.es/~dllorens/PythonG/principal.html" |