diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-07 01:58:17 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-12-07 01:58:17 +0000 |
commit | 976e500ba3719f3f66dd32fc5491232feb599705 (patch) | |
tree | d6713a5f7b2ebd21a98b8a4c8686196bee970780 /dev-python | |
parent | encode CTARGET into CATEGORY until portage can give us a proper SLOT solution... (diff) | |
download | gentoo-2-976e500ba3719f3f66dd32fc5491232feb599705.tar.gz gentoo-2-976e500ba3719f3f66dd32fc5491232feb599705.tar.bz2 gentoo-2-976e500ba3719f3f66dd32fc5491232feb599705.zip |
Version bump, bug 73601.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psyco/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/psyco/Manifest | 22 | ||||
-rw-r--r-- | dev-python/psyco/files/digest-psyco-1.3 | 1 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.3.ebuild | 22 |
4 files changed, 36 insertions, 16 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index ee4e392f9e2c..d4f6c5f19a7c 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/psyco # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.9 2004/12/01 00:22:26 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.10 2004/12/07 01:58:17 kloeri Exp $ + +*psyco-1.3 (07 Dec 2004) + + 07 Dec 2004; Bryan Østergaard <kloeri@gentoo.org> +psyco-1.3.ebuild: + Version bump, bug 73601. 30 Nov 2004; Rob Cakebread <pythonhead@gentoo.org> psyco-1.0.0_beta1.ebuild, psyco-1.0.ebuild, psyco-1.1.1.ebuild, diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index d4f52499259b..4235a3c37e82 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,20 +1,12 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - +MD5 08605d85c81aab38a552a8aecb7d0c49 psyco-1.3.ebuild 646 +MD5 8c762f2390c2a76171d8c08baf13ba9a psyco-1.2.ebuild 645 MD5 0b1f099f4bd24658c65edb6bbea17b82 ChangeLog 1219 -MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 a0a159cfb5c9e3bb96bee4df6e999fbe psyco-1.0.0_beta1.ebuild 602 MD5 d9c8d0684c55411e3ac5ebfdc4f99adb psyco-1.0.ebuild 645 MD5 b388b1c70981d1d1307b41cb386cc296 psyco-1.1.1.ebuild 647 -MD5 8c762f2390c2a76171d8c08baf13ba9a psyco-1.2.ebuild 645 -MD5 d01d141cde6e4bbd46258905f4140192 files/digest-psyco-1.0 65 +MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 a0a159cfb5c9e3bb96bee4df6e999fbe psyco-1.0.0_beta1.ebuild 602 MD5 4c8829b71b8338e8841cd4db577357fb files/digest-psyco-1.0.0_beta1 69 -MD5 720f9a2a3f7d1b3df3bdefd8b379a0d7 files/digest-psyco-1.1.1 67 +MD5 10e3e0a6c88e96eecb3c45d840c5c51f files/digest-psyco-1.3 66 MD5 ee2d6ae386d5817870d5f23b36d90129 files/digest-psyco-1.2 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFBrQ7Hz2gxt1z4IGYRAh+bAJ991CcVMs4ZLrS7GKQCXuPKaOYtdgCfe0z+ -9MtqODRQ9EjEpR+r6uQYiiM= -=ekfr ------END PGP SIGNATURE----- +MD5 d01d141cde6e4bbd46258905f4140192 files/digest-psyco-1.0 65 +MD5 720f9a2a3f7d1b3df3bdefd8b379a0d7 files/digest-psyco-1.1.1 67 diff --git a/dev-python/psyco/files/digest-psyco-1.3 b/dev-python/psyco/files/digest-psyco-1.3 new file mode 100644 index 000000000000..55268146de1a --- /dev/null +++ b/dev-python/psyco/files/digest-psyco-1.3 @@ -0,0 +1 @@ +MD5 ef2dd14e933c40b420693d0cf5bb2aff psyco-1.3-src.tar.gz 1099318 diff --git a/dev-python/psyco/psyco-1.3.ebuild b/dev-python/psyco/psyco-1.3.ebuild new file mode 100644 index 000000000000..87faaed27c57 --- /dev/null +++ b/dev-python/psyco/psyco-1.3.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.3.ebuild,v 1.1 2004/12/07 01:58:17 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" +DEPEND="<dev-lang/python-2.4 + !dev-python/psyco-cvs" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PF}/examples + doins ${S}/test/* +} |