diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 22:00:09 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-10-16 22:00:09 +0000 |
commit | 4ae60a72b2000acec28a3644a730c3eb69743969 (patch) | |
tree | d39de61377d26102df74e9955473323f63115321 /dev-python/psyco | |
parent | not a games package (diff) | |
download | historical-4ae60a72b2000acec28a3644a730c3eb69743969.tar.gz historical-4ae60a72b2000acec28a3644a730c3eb69743969.tar.bz2 historical-4ae60a72b2000acec28a3644a730c3eb69743969.zip |
Stable 1.4 as 1.2 doesn't support python-2.4, bug 109207.
Package-Manager: portage-2.0.53_rc5
Diffstat (limited to 'dev-python/psyco')
-rw-r--r-- | dev-python/psyco/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/psyco/Manifest | 20 | ||||
-rw-r--r-- | dev-python/psyco/psyco-1.4.ebuild | 4 |
3 files changed, 16 insertions, 13 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog index d43a9fd0d233..f44f14e1a545 100644 --- a/dev-python/psyco/ChangeLog +++ b/dev-python/psyco/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/psyco # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.14 2005/10/16 22:00:09 kloeri Exp $ + + 16 Oct 2005; Bryan Østergaard <kloeri@gentoo.org> psyco-1.4.ebuild: + Stable 1.4 as 1.2 doesn't support python-2.4, bug 109207. *psyco-1.4 (12 Jan 2005) diff --git a/dev-python/psyco/Manifest b/dev-python/psyco/Manifest index d266cedffd09..1dd597c076a3 100644 --- a/dev-python/psyco/Manifest +++ b/dev-python/psyco/Manifest @@ -1,18 +1,18 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bb85194ad384e5d5c38bef3e9c26d00c ChangeLog 1744 +MD5 3259733f27789f446c22ccf698522d77 ChangeLog 1872 +MD5 ee2d6ae386d5817870d5f23b36d90129 files/digest-psyco-1.2 65 +MD5 10e3e0a6c88e96eecb3c45d840c5c51f files/digest-psyco-1.3 66 +MD5 3a838fea67bb4691f1954f8e506fc630 files/digest-psyco-1.4 65 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 -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 +MD5 42e58ed4569bc766b072d1d13bbcbb78 psyco-1.3.ebuild 646 +MD5 42ae15338f38b0ac239ab909a430f5b3 psyco-1.4.ebuild 619 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.0 (GNU/Linux) +Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFB5VGBz2gxt1z4IGYRAuHTAJwIl2sm1/MdZP+nyTBEIP9vCeuJIwCaA5A8 -a+90+WBAVShhvF7Spj2vjpo= -=Gf5U +iD8DBQFDUs16Kf2g/qXtneoRAiz0AJ47oCXQ0A3mHafsMi+fBi9M0VLBBgCfQZBG +UIYltddlfDar1rzdxHw7mI4= +=MDjy -----END PGP SIGNATURE----- diff --git a/dev-python/psyco/psyco-1.4.ebuild b/dev-python/psyco/psyco-1.4.ebuild index 1255def78d81..4f24294eb015 100644 --- a/dev-python/psyco/psyco-1.4.ebuild +++ b/dev-python/psyco/psyco-1.4.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.2 2005/10/16 22:00:09 kloeri Exp $ inherit distutils @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz" IUSE="" SLOT="0" LICENSE="MIT" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=dev-lang/python-2.1" src_install() { |