diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-01 13:59:12 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-11-01 13:59:12 +0000 |
commit | 6c9782beb651bc590ac31a264f64eb67ca1ce34c (patch) | |
tree | 36fa1e77770d451e6fad660d92a0a069ac93f4ef /dev-python | |
parent | Automated update of use.local.desc (diff) | |
download | gentoo-2-6c9782beb651bc590ac31a264f64eb67ca1ce34c.tar.gz gentoo-2-6c9782beb651bc590ac31a264f64eb67ca1ce34c.tar.bz2 gentoo-2-6c9782beb651bc590ac31a264f64eb67ca1ce34c.zip |
Delete older ebuild.
(Portage version: 2.2.0_alpha3/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psyco/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.5.1.ebuild | 21 |
2 files changed, 5 insertions, 22 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index dc87e6c46dde..6ef9ac4b63f4 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/psyco # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.25 2010/11/01 12:30:46 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.26 2010/11/01 13:59:12 arfrever Exp $ + + 01 Nov 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -psyco-1.5.1.ebuild: + Delete. 01 Nov 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> psyco-1.6.ebuild: x86 stable wrt bug #342621 diff --git a/dev-python/psyco/psyco-1.5.1.ebuild b/dev-python/psyco/psyco-1.5.1.ebuild deleted file mode 100644 index d194e75c962a..000000000000 --- a/dev-python/psyco/psyco-1.5.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.5.1.ebuild,v 1.3 2007/06/25 18:01:39 hawking Exp $ - -inherit distutils - -HOMEPAGE="http://psyco.sourceforge.net/" -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" -LICENSE="MIT" -KEYWORDS="x86" -DEPEND=">=dev-lang/python-2.1" - -src_install() { - distutils_src_install - insinto /usr/share/doc/${PF}/examples - doins ${S}/test/* -} |