From 4a04a000c85094815619d89e27a178a1468e933e Mon Sep 17 00:00:00 2001 From: Bryan Østergaard Date: Sun, 28 Mar 2004 16:09:06 +0000 Subject: Version bump. --- dev-python/psyco/ChangeLog | 9 +++++++-- dev-python/psyco/files/digest-psyco-1.2 | 1 + dev-python/psyco/psyco-1.2.ebuild | 20 ++++++++++++++++++++ 3 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 dev-python/psyco/files/digest-psyco-1.2 create mode 100644 dev-python/psyco/psyco-1.2.ebuild (limited to 'dev-python') diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index 575dc3421f37..9d660c78ba87 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/psyco -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.4 2003/10/23 15:06:26 blauwers Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.5 2004/03/28 16:09:06 kloeri Exp $ + +*psyco-1.2 (28 Mar 2004) + + 28 Mar 2004; Bryan Østergaard psyco-1.2.ebuild: + Version bump. *psyco-1.1.1 (12 Oct 2003) diff --git a/dev-python/psyco/files/digest-psyco-1.2 b/dev-python/psyco/files/digest-psyco-1.2 new file mode 100644 index 000000000000..3076be6c8711 --- /dev/null +++ b/dev-python/psyco/files/digest-psyco-1.2 @@ -0,0 +1 @@ +MD5 441bfc7693bf13902a479550dcbaabd2 psyco-1.2-src.tar.gz 318472 diff --git a/dev-python/psyco/psyco-1.2.ebuild b/dev-python/psyco/psyco-1.2.ebuild new file mode 100644 index 000000000000..9ba74dc94eb4 --- /dev/null +++ b/dev-python/psyco/psyco-1.2.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.2.ebuild,v 1.1 2004/03/28 16:09:06 kloeri 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" + +IUSE="" +SLOT="0" +LICENSE="MIT" +KEYWORDS="~x86" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PF}/examples + doins ${S}/test/* +} -- cgit v1.2.3-65-gdbad