diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-06-23 09:22:44 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-06-23 09:22:44 +0000 |
commit | aee1dfc242655308a6ec4472bcf2fc3474d277ee (patch) | |
tree | 8d708fe1dd1aff35b174e5980858802950d6872e /dev-python/psyco | |
parent | ~ppc -> ppc (diff) | |
download | gentoo-2-aee1dfc242655308a6ec4472bcf2fc3474d277ee.tar.gz gentoo-2-aee1dfc242655308a6ec4472bcf2fc3474d277ee.tar.bz2 gentoo-2-aee1dfc242655308a6ec4472bcf2fc3474d277ee.zip |
version bump and stable bump
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/psyco/Manifest | 6 | ||||
-rw-r--r-- | dev-python/psyco/files/digest-psyco-1.0 | 1 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.0_beta1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.0.ebuild | 20 |
5 files changed, 34 insertions, 5 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index e8e768cd590d..a5c5c6f234c5 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,12 @@ # 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.1 2003/04/20 02:53:39 blauwers Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.2 2003/06/23 09:22:36 liquidx Exp $ + +*psyco-1.0 (23 Jun 2003) + + 23 Jun 2003; Alastair Tse <liquidx@gentoo.org> psyco-1.0.0_beta1.ebuild, + psyco-1.0.ebuild: + version bump *psyco-1.0.0_beta1 (20 Apr 2003) diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index d05d8cad3963..cb04c8485a44 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,3 +1,5 @@ -MD5 c67678326a8f587d5b4c40880b59c7b4 ChangeLog 351 -MD5 68a8868661cb686cfe4c1997884e6e50 psyco-1.0.0_beta1.ebuild 550 +MD5 030a843bf28e4d82019cc3e0dc335f2a ChangeLog 487 +MD5 b14fea0aa3057aa2dfccfec8dc79e266 psyco-1.0.0_beta1.ebuild 548 +MD5 f5a5b4e95649e19e2cf6202da738e9c4 psyco-1.0.ebuild 601 +MD5 d01d141cde6e4bbd46258905f4140192 files/digest-psyco-1.0 65 MD5 4c8829b71b8338e8841cd4db577357fb files/digest-psyco-1.0.0_beta1 69 diff --git a/dev-python/psyco/files/digest-psyco-1.0 b/dev-python/psyco/files/digest-psyco-1.0 new file mode 100644 index 000000000000..9e1a5c6280b6 --- /dev/null +++ b/dev-python/psyco/files/digest-psyco-1.0 @@ -0,0 +1 @@ +MD5 c4da85db2edf00e03f1fb3e8cd1058b5 psyco-1.0-src.tar.gz 265566 diff --git a/dev-python/psyco/psyco-1.0.0_beta1.ebuild b/dev-python/psyco/psyco-1.0.0_beta1.ebuild index af88d800590b..01c253709c2e 100644 --- a/dev-python/psyco/psyco-1.0.0_beta1.ebuild +++ b/dev-python/psyco/psyco-1.0.0_beta1.ebuild @@ -1,6 +1,6 @@ # 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.0.0_beta1.ebuild,v 1.3 2003/06/22 12:15:59 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.0.0_beta1.ebuild,v 1.4 2003/06/23 09:22:36 liquidx Exp $ inherit distutils @@ -13,6 +13,6 @@ SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86" +KEYWORDS="x86" S=${WORKDIR}/${PSYCO} diff --git a/dev-python/psyco/psyco-1.0.ebuild b/dev-python/psyco/psyco-1.0.ebuild new file mode 100644 index 000000000000..c85986cda62b --- /dev/null +++ b/dev-python/psyco/psyco-1.0.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.0.ebuild,v 1.1 2003/06/23 09:22:36 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/* +} |