diff options
author | Hanno Boeck <hanno@gentoo.org> | 2005-09-28 10:20:32 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2005-09-28 10:20:32 +0000 |
commit | fccd2c9fb0cb3e5c027b7a73c92b52d716847ef0 (patch) | |
tree | 4551693578f9265366c9bf97ac53a3782fae17d3 /dev-python | |
parent | removing aqhbci (replaced by aqbanking) (diff) | |
download | historical-fccd2c9fb0cb3e5c027b7a73c92b52d716847ef0.tar.gz historical-fccd2c9fb0cb3e5c027b7a73c92b52d716847ef0.tar.bz2 historical-fccd2c9fb0cb3e5c027b7a73c92b52d716847ef0.zip |
ctypes bump and gcc4 fix
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ctypes/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/ctypes/Manifest | 5 | ||||
-rw-r--r-- | dev-python/ctypes/ctypes-0.9.6.ebuild | 21 | ||||
-rw-r--r-- | dev-python/ctypes/files/ctypes-gcc4 | 11 | ||||
-rw-r--r-- | dev-python/ctypes/files/digest-ctypes-0.9.6 | 1 |
5 files changed, 44 insertions, 2 deletions
diff --git a/dev-python/ctypes/ChangeLog b/dev-python/ctypes/ChangeLog index e2a8bb25d3fe..23d5a382a5a1 100644 --- a/dev-python/ctypes/ChangeLog +++ b/dev-python/ctypes/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/ctypes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.2 2005/07/12 11:01:44 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.3 2005/09/28 10:20:32 hanno Exp $ + +*ctypes-0.9.6 (28 Sep 2005) + + 28 Sep 2005; Hanno Boeck <hanno@gentoo.org> +files/ctypes-gcc4, + +ctypes-0.9.6.ebuild: + Version bump and gcc4 fix. 12 Jul 2005; David Holm <dholm@gentoo.org> ctypes-0.9.2.ebuild: Added to ~ppc. diff --git a/dev-python/ctypes/Manifest b/dev-python/ctypes/Manifest index 3d1a53caca17..a7b2e38f1d4e 100644 --- a/dev-python/ctypes/Manifest +++ b/dev-python/ctypes/Manifest @@ -1,4 +1,7 @@ -MD5 12b6f763a3ff41d7576e4b8be1b5882c ChangeLog 494 +MD5 1dd7030624e2671973a51ff01323b05e ChangeLog 643 MD5 ba8f668462714d53fb8c56940979c03e ctypes-0.9.2.ebuild 571 MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159 +MD5 f2643095c286001cbec6930760d37e38 ctypes-0.9.6.ebuild 634 MD5 70d82ae089e593ea9b7ef3edf0888607 files/digest-ctypes-0.9.2 64 +MD5 a528c70556f9c8dcd802c86f66f2a599 files/digest-ctypes-0.9.6 64 +MD5 197165ec51d19517508ff731d0176faf files/ctypes-gcc4 341 diff --git a/dev-python/ctypes/ctypes-0.9.6.ebuild b/dev-python/ctypes/ctypes-0.9.6.ebuild new file mode 100644 index 000000000000..a3198eb82b54 --- /dev/null +++ b/dev-python/ctypes/ctypes-0.9.6.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/ctypes/ctypes-0.9.6.ebuild,v 1.1 2005/09/28 10:20:32 hanno Exp $ + +inherit eutils distutils + +DESCRIPTION="Python module allowing to create and manipulate C data types." +HOMEPAGE="http://starship.python.net/crew/theller/ctypes/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +LICENSE="MIT" +SLOT="0" +KEYWORDS="~ppc ~x86" +IUSE="" +DEPEND=">=dev-lang/python-2.3.3" + +DOCS="README.txt NEWS.txt LICENSE.txt samples/* docs/*" + +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/ctypes-gcc4 +} diff --git a/dev-python/ctypes/files/ctypes-gcc4 b/dev-python/ctypes/files/ctypes-gcc4 new file mode 100644 index 000000000000..1834e462b45b --- /dev/null +++ b/dev-python/ctypes/files/ctypes-gcc4 @@ -0,0 +1,11 @@ +--- ctypes-0.9.6/source/_ctypes.c 2004-10-26 03:05:46.000000000 +0200 ++++ ctypes-0.9.6-gcc4/source/_ctypes.c 2005-09-26 11:36:41.231754000 +0200 +@@ -3880,7 +3880,7 @@ + (inquiry)Pointer_nonzero, /* nb_nonzero */ + }; + +-static PyTypeObject Pointer_Type = { ++PyTypeObject Pointer_Type = { + PyObject_HEAD_INIT(NULL) + 0, + "_ctypes._Pointer", diff --git a/dev-python/ctypes/files/digest-ctypes-0.9.6 b/dev-python/ctypes/files/digest-ctypes-0.9.6 new file mode 100644 index 000000000000..7507e4e3db0e --- /dev/null +++ b/dev-python/ctypes/files/digest-ctypes-0.9.6 @@ -0,0 +1 @@ +MD5 9f6bfdb21f7016da2518020beb326da0 ctypes-0.9.6.tar.gz 510038 |