summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-12 07:37:52 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-12 07:37:52 +0000
commit7e02f7855fc9f9c44284b0a6bc1edce43b82e443 (patch)
tree30b51e198bb2d190723abec59fa69c41b1265307 /dev-python/psyco
parentversion bump (diff)
downloadhistorical-7e02f7855fc9f9c44284b0a6bc1edce43b82e443.tar.gz
historical-7e02f7855fc9f9c44284b0a6bc1edce43b82e443.tar.bz2
historical-7e02f7855fc9f9c44284b0a6bc1edce43b82e443.zip
version bump
Diffstat (limited to 'dev-python/psyco')
-rw-r--r--dev-python/psyco/Manifest4
-rw-r--r--dev-python/psyco/files/digest-psyco-1.1.11
-rw-r--r--dev-python/psyco/psyco-1.1.1.ebuild20
3 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest
index 9b7de82a4dbb..f0f1fbb1f094 100644
--- a/dev-python/psyco/Manifest
+++ b/dev-python/psyco/Manifest
@@ -1,8 +1,8 @@
-MD5 030a843bf28e4d82019cc3e0dc335f2a ChangeLog 487
+MD5 2e7f5bc6247be2a3e523e094d86a3a24 ChangeLog 609
MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
MD5 b14fea0aa3057aa2dfccfec8dc79e266 psyco-1.0.0_beta1.ebuild 548
MD5 b8130759dfbd4fe70045f0a55d7b0605 psyco-1.0.ebuild 600
-MD5 dc3dc1e94638d09e2cf0b5841b159ad8 psyco-1.1.1.ebuild 601
+MD5 2a14958f06db3a7fa159178e3bc4eb49 psyco-1.1.1.ebuild 603
MD5 d01d141cde6e4bbd46258905f4140192 files/digest-psyco-1.0 65
MD5 4c8829b71b8338e8841cd4db577357fb files/digest-psyco-1.0.0_beta1 69
MD5 720f9a2a3f7d1b3df3bdefd8b379a0d7 files/digest-psyco-1.1.1 67
diff --git a/dev-python/psyco/files/digest-psyco-1.1.1 b/dev-python/psyco/files/digest-psyco-1.1.1
new file mode 100644
index 000000000000..b43de9dd5904
--- /dev/null
+++ b/dev-python/psyco/files/digest-psyco-1.1.1
@@ -0,0 +1 @@
+MD5 2b12983f5a56a9fafe010b54ef514770 psyco-1.1.1-src.tar.gz 277671
diff --git a/dev-python/psyco/psyco-1.1.1.ebuild b/dev-python/psyco/psyco-1.1.1.ebuild
new file mode 100644
index 000000000000..54924d884e57
--- /dev/null
+++ b/dev-python/psyco/psyco-1.1.1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.1.1.ebuild,v 1.1 2003/10/12 07:35:11 liquidx 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="GPL-2"
+KEYWORDS="~x86"
+
+src_install() {
+ distutils_src_install
+ insinto /usr/share/doc/${PF}/examples
+ doins ${S}/test/*
+}