diff options
author | Ali Polatel <hawking@gentoo.org> | 2007-06-25 18:01:39 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2007-06-25 18:01:39 +0000 |
commit | c368e1adba92ea04cd037b667c52a5de2f42a52c (patch) | |
tree | eb0f671bcd2d7f92bbd837bb79dee1b2f64f56f7 /dev-python/psyco/psyco-1.4.ebuild | |
parent | alpha stable wrt #182981 (diff) | |
download | gentoo-2-c368e1adba92ea04cd037b667c52a5de2f42a52c.tar.gz gentoo-2-c368e1adba92ea04cd037b667c52a5de2f42a52c.tar.bz2 gentoo-2-c368e1adba92ea04cd037b667c52a5de2f42a52c.zip |
removed $PN from DESCRIPTION, cosmetics
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-python/psyco/psyco-1.4.ebuild')
-rw-r--r-- | dev-python/psyco/psyco-1.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/psyco/psyco-1.4.ebuild b/dev-python/psyco/psyco-1.4.ebuild index 4f24294eb015..04932bfcf5e3 100644 --- a/dev-python/psyco/psyco-1.4.ebuild +++ b/dev-python/psyco/psyco-1.4.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.2 2005/10/16 22:00:09 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.3 2007/06/25 18:01:39 hawking Exp $ inherit distutils HOMEPAGE="http://psyco.sourceforge.net/" -DESCRIPTION="Psyco is a Python extension module which can massively speed up the execution of any Python code." -SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" +DESCRIPTION="Python extension module which can massively speed up the execution of any Python code." +SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz" IUSE="" SLOT="0" |