summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2003-10-12 07:35:16 +0000
committerAlastair Tse <liquidx@gentoo.org>2003-10-12 07:35:16 +0000
commite02ca6b28c856a48adf9ca86475ea1750c4533a3 (patch)
tree5ff13cead7c939fbbccf291154940ad81bcbf688 /dev-python
parentversion bump (diff)
downloadgentoo-2-e02ca6b28c856a48adf9ca86475ea1750c4533a3.tar.gz
gentoo-2-e02ca6b28c856a48adf9ca86475ea1750c4533a3.tar.bz2
gentoo-2-e02ca6b28c856a48adf9ca86475ea1750c4533a3.zip
version bump
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/psyco/ChangeLog7
-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
4 files changed, 29 insertions, 3 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog
index a5c5c6f234c5..320ed9738b53 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.2 2003/06/23 09:22:36 liquidx Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.3 2003/10/12 07:35:11 liquidx Exp $
+
+*psyco-1.1.1 (12 Oct 2003)
+
+ 12 Oct 2003; Alastair Tse <liquidx@gentoo.org> psyco-1.1.1.ebuild:
+ version bump (#30661)
*psyco-1.0 (23 Jun 2003)
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/*
+}