summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-03-28 16:09:06 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-03-28 16:09:06 +0000
commit4a04a000c85094815619d89e27a178a1468e933e (patch)
treec8c6fa9d52fbd3c12a49eb885d1379d19da8e41e /dev-python
parentMarked stable on x86. (Manifest recommit) (diff)
downloadgentoo-2-4a04a000c85094815619d89e27a178a1468e933e.tar.gz
gentoo-2-4a04a000c85094815619d89e27a178a1468e933e.tar.bz2
gentoo-2-4a04a000c85094815619d89e27a178a1468e933e.zip
Version bump.
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/psyco/ChangeLog9
-rw-r--r--dev-python/psyco/files/digest-psyco-1.21
-rw-r--r--dev-python/psyco/psyco-1.2.ebuild20
3 files changed, 28 insertions, 2 deletions
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 <kloeri@gentoo.org> 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/*
+}