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 | 29bc6b1376015a69f71575e07ae0c223f6dcea06 (patch) | |
tree | c795ca2894ded9c3adb5b2155611e8f8af859fd7 /dev-python | |
parent | Fixing 2004.0 profile for GRP-based installs. (diff) | |
download | historical-29bc6b1376015a69f71575e07ae0c223f6dcea06.tar.gz historical-29bc6b1376015a69f71575e07ae0c223f6dcea06.tar.bz2 historical-29bc6b1376015a69f71575e07ae0c223f6dcea06.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 | 20 | ||||
-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, 51 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..d266cedffd09 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,6 +1,18 @@ -MD5 b100b806191eb376f76175eccf9e4b51 ChangeLog 1598 -MD5 8c762f2390c2a76171d8c08baf13ba9a psyco-1.2.ebuild 645 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 bb85194ad384e5d5c38bef3e9c26d00c ChangeLog 1744 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -MD5 df0350691bfe5c6a287ff53731e91f2a psyco-1.3.ebuild 642 -MD5 ee2d6ae386d5817870d5f23b36d90129 files/digest-psyco-1.2 65 +MD5 b36ec2fda420b2970719e989c46419b4 psyco-1.4.ebuild 624 +MD5 42e58ed4569bc766b072d1d13bbcbb78 psyco-1.3.ebuild 646 +MD5 2da5719a9fe4692551435e532d2341a0 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 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB5VGBz2gxt1z4IGYRAuHTAJwIl2sm1/MdZP+nyTBEIP9vCeuJIwCaA5A8 +a+90+WBAVShhvF7Spj2vjpo= +=Gf5U +-----END PGP SIGNATURE----- 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/* +} |