diff options
author | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-03 11:05:48 +0000 |
---|---|---|
committer | Lukasz Strzygowski <lucass@gentoo.org> | 2007-07-03 11:05:48 +0000 |
commit | b24e2a510482123853573b4d8832403c7d5be32b (patch) | |
tree | 63f33edc209545b9e946f2f5bd4d520578c44e66 /dev-python | |
parent | Use JAVA_PKG_IUSE and general src_compile. (diff) | |
download | gentoo-2-b24e2a510482123853573b4d8832403c7d5be32b.tar.gz gentoo-2-b24e2a510482123853573b4d8832403c7d5be32b.tar.bz2 gentoo-2-b24e2a510482123853573b4d8832403c7d5be32b.zip |
Dropped old versions.
(Portage version: 2.1.3_rc6)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/ctypes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/ctypes/ctypes-0.9.9.6.ebuild | 31 | ||||
-rw-r--r-- | dev-python/ctypes/ctypes-1.0.0.ebuild | 31 | ||||
-rw-r--r-- | dev-python/ctypes/ctypes-1.0.1.ebuild | 32 | ||||
-rw-r--r-- | dev-python/ctypes/files/ctypes-gcc4 | 11 | ||||
-rw-r--r-- | dev-python/ctypes/files/digest-ctypes-0.9.9.6 | 3 | ||||
-rw-r--r-- | dev-python/ctypes/files/digest-ctypes-1.0.0 | 3 | ||||
-rw-r--r-- | dev-python/ctypes/files/digest-ctypes-1.0.1 | 3 |
8 files changed, 5 insertions, 115 deletions
diff --git a/dev-python/ctypes/ChangeLog b/dev-python/ctypes/ChangeLog index feca2d347e55..a29ba1ee788c 100644 --- a/dev-python/ctypes/ChangeLog +++ b/dev-python/ctypes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/ctypes # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.25 2007/06/23 19:19:17 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ChangeLog,v 1.26 2007/07/03 11:05:48 lucass Exp $ + + 03 Jul 2007; Lukasz Strzygowski <lucass@gentoo.org> -files/ctypes-gcc4, + -ctypes-0.9.9.6.ebuild, -ctypes-1.0.0.ebuild, -ctypes-1.0.1.ebuild: + Dropped old versions. 23 Jun 2007; Raúl Porcel <armin76@gentoo.org> ctypes-1.0.1-r1.ebuild: alpha stable wrt #171021 diff --git a/dev-python/ctypes/ctypes-0.9.9.6.ebuild b/dev-python/ctypes/ctypes-0.9.9.6.ebuild deleted file mode 100644 index 293136e8e143..000000000000 --- a/dev-python/ctypes/ctypes-0.9.9.6.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-0.9.9.6.ebuild,v 1.4 2007/03/29 08:15:00 corsair Exp $ - -inherit 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="alpha amd64 ~ppc ~ppc64 ~sparc x86" -IUSE="" -DEPEND=">=dev-lang/python-2.3.3" - -DOCS="ACKS ANNOUNCE LICENSE.txt" - -src_test() { - mkdir "${T}/tests" - "${python}" setup.py install --home="${T}/tests" - PYTHONPATH="${T}/tests/$(get_libdir)/python" \ - "${python}" ctypes/test/runtests.py || die "tests failed" - rm -rf "${T}/tests" -} - -src_install() { - distutils_src_install - - insinto /usr/share/doc/${PF}/manual - doins -r docs/manual/* -} diff --git a/dev-python/ctypes/ctypes-1.0.0.ebuild b/dev-python/ctypes/ctypes-1.0.0.ebuild deleted file mode 100644 index fc7b14449b15..000000000000 --- a/dev-python/ctypes/ctypes-1.0.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-1.0.0.ebuild,v 1.3 2007/03/29 08:15:00 corsair Exp $ - -inherit 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="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" -DEPEND=">=dev-lang/python-2.3.3" - -DOCS="ACKS ANNOUNCE LICENSE.txt" - -src_test() { - mkdir "${T}/tests" - "${python}" setup.py install --home="${T}/tests" - PYTHONPATH="${T}/tests/$(get_libdir)/python" \ - "${python}" ctypes/test/runtests.py || die "tests failed" - rm -rf "${T}/tests" -} - -src_install() { - distutils_src_install - - insinto /usr/share/doc/${PF}/manual - doins -r docs/manual/* -} diff --git a/dev-python/ctypes/ctypes-1.0.1.ebuild b/dev-python/ctypes/ctypes-1.0.1.ebuild deleted file mode 100644 index 51a5931df813..000000000000 --- a/dev-python/ctypes/ctypes-1.0.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/ctypes/ctypes-1.0.1.ebuild,v 1.3 2007/04/28 17:52:54 corsair Exp $ - -NEED_PYTHON=2.3 - -inherit 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="~alpha ~amd64 ~ia64 ~ppc ppc64 ~sparc ~x86" -IUSE="doc" - -DEPEND="" -RDEPEND="" - -src_install() { - DOCS="ACKS ANNOUNCE" - distutils_src_install - - if use doc ; then - insinto /usr/share/doc/${PF}/manual - doins -r docs/manual/* - fi -} - -src_test() { - PYTHONPATH="$(ls -d build/lib.*)" "${python}" setup.py test || die "tests failed" -} diff --git a/dev-python/ctypes/files/ctypes-gcc4 b/dev-python/ctypes/files/ctypes-gcc4 deleted file mode 100644 index 1834e462b45b..000000000000 --- a/dev-python/ctypes/files/ctypes-gcc4 +++ /dev/null @@ -1,11 +0,0 @@ ---- 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.9.6 b/dev-python/ctypes/files/digest-ctypes-0.9.9.6 deleted file mode 100644 index 1ec549cf047e..000000000000 --- a/dev-python/ctypes/files/digest-ctypes-0.9.9.6 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6c7240608d564018ef8254721fde0012 ctypes-0.9.9.6.tar.gz 340186 -RMD160 71d3673c69f081d4372e7f4eac1efa63a257f869 ctypes-0.9.9.6.tar.gz 340186 -SHA256 328b0644bad643c9a2a34a383e6c12b17611cd110962bb5e24b5157f64b2774a ctypes-0.9.9.6.tar.gz 340186 diff --git a/dev-python/ctypes/files/digest-ctypes-1.0.0 b/dev-python/ctypes/files/digest-ctypes-1.0.0 deleted file mode 100644 index 491aed5c4e17..000000000000 --- a/dev-python/ctypes/files/digest-ctypes-1.0.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 6e42e2fb47de008aaa55a840bb080dcd ctypes-1.0.0.tar.gz 383190 -RMD160 78e491068c5e9c8a0e26f749a1b6ccc8e76995ed ctypes-1.0.0.tar.gz 383190 -SHA256 b81441e55aa44d2cdaa8296295cd40ced0e5dc79d37c10760acfe965b4f94106 ctypes-1.0.0.tar.gz 383190 diff --git a/dev-python/ctypes/files/digest-ctypes-1.0.1 b/dev-python/ctypes/files/digest-ctypes-1.0.1 deleted file mode 100644 index c86709f7d2a0..000000000000 --- a/dev-python/ctypes/files/digest-ctypes-1.0.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bdc75102ebc533e1d708296a346cfee4 ctypes-1.0.1.tar.gz 384668 -RMD160 832c8de0c8490d0ead113ea651b3bdc27e494a63 ctypes-1.0.1.tar.gz 384668 -SHA256 ca52bc06634f750e10e989010412af56ce9f18b08a9d6d6ac8d984cddaf0ce90 ctypes-1.0.1.tar.gz 384668 |