diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-12 16:33:30 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-01-12 16:33:30 +0000 |
commit | a62dababdf13f9ec99470d320ee8a268fa78895a (patch) | |
tree | 171c7ea5505b5bc890201b4879602e17ef5c58d1 /dev-python | |
parent | Fixing 2004.0 profile for GRP-based installs. (diff) | |
download | gentoo-2-a62dababdf13f9ec99470d320ee8a268fa78895a.tar.gz gentoo-2-a62dababdf13f9ec99470d320ee8a268fa78895a.tar.bz2 gentoo-2-a62dababdf13f9ec99470d320ee8a268fa78895a.zip |
Version bump, changed deps for python2.4
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/psyco/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/psyco/Manifest | 10 | ||||
-rw-r--r-- | dev-python/psyco/files/digest-psyco-1.4 | 1 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.2.ebuild | 8 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.3.ebuild | 4 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.4.ebuild | 21 |
6 files changed, 41 insertions, 12 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index 644114d0eed9..d43a9fd0d233 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.12 2004/12/30 22:56:22 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.13 2005/01/12 16:33:30 pythonhead Exp $ + +*psyco-1.4 (12 Jan 2005) + + 12 Jan 2005; Rob Cakebread <pythonhead@gentoo.org> +psyco-1.4.ebuild: + Version bump. Changed deps for python 2.4 30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index adb2597d80d8..bda3d59b777b 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,6 +1,8 @@ -MD5 b100b806191eb376f76175eccf9e4b51 ChangeLog 1598 -MD5 8c762f2390c2a76171d8c08baf13ba9a psyco-1.2.ebuild 645 +MD5 e72bb16e7634b0a8384c71c080614ae2 ChangeLog 1741 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 df0350691bfe5c6a287ff53731e91f2a psyco-1.3.ebuild 642 -MD5 ee2d6ae386d5817870d5f23b36d90129 files/digest-psyco-1.2 65 +MD5 ae35bac75b356a8551e61bc186ce9385 psyco-1.4.ebuild 525 +MD5 cef57e4e09a8b360c4cbe65072842ec8 psyco-1.3.ebuild 642 +MD5 687f5a64f36ecb0a6c381297fa900b3a psyco-1.2.ebuild 623 +MD5 3a838fea67bb4691f1954f8e506fc630 files/digest-psyco-1.4 65 MD5 10e3e0a6c88e96eecb3c45d840c5c51f files/digest-psyco-1.3 66 +MD5 ee2d6ae386d5817870d5f23b36d90129 files/digest-psyco-1.2 65 diff --git a/dev-python/psyco/files/digest-psyco-1.4 b/dev-python/psyco/files/digest-psyco-1.4 new file mode 100644 index 000000000000..9ebbbb3f4465 --- /dev/null +++ b/dev-python/psyco/files/digest-psyco-1.4 @@ -0,0 +1 @@ +MD5 b1365ceaa40a75326d3deb48edf0c8cc psyco-1.4-src.tar.gz 345871 diff --git a/dev-python/psyco/psyco-1.2.ebuild b/dev-python/psyco/psyco-1.2.ebuild index e2a8af08d9b4..8818b96960ab 100644 --- a/dev-python/psyco/psyco-1.2.ebuild +++ b/dev-python/psyco/psyco-1.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.4 2004/12/01 00:22:26 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.2.ebuild,v 1.5 2005/01/12 16:33:30 pythonhead Exp $ inherit distutils @@ -12,11 +12,11 @@ IUSE="" SLOT="0" LICENSE="MIT" KEYWORDS="x86" -DEPEND="<dev-lang/python-2.4 - !dev-python/psyco-cvs" +DEPEND="<dev-lang/python-2.4" src_install() { distutils_src_install insinto /usr/share/doc/${PF}/examples doins ${S}/test/* } + diff --git a/dev-python/psyco/psyco-1.3.ebuild b/dev-python/psyco/psyco-1.3.ebuild index 87faaed27c57..ac991cc3d11b 100644 --- a/dev-python/psyco/psyco-1.3.ebuild +++ b/dev-python/psyco/psyco-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.3.ebuild,v 1.2 2005/01/12 16:33:30 pythonhead Exp $ inherit distutils diff --git a/dev-python/psyco/psyco-1.4.ebuild b/dev-python/psyco/psyco-1.4.ebuild new file mode 100644 index 000000000000..1255def78d81 --- /dev/null +++ b/dev-python/psyco/psyco-1.4.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.1 2005/01/12 16:33:30 pythonhead 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.1" + +src_install() { + distutils_src_install + insinto /usr/share/doc/${PF}/examples + doins ${S}/test/* +} |