summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-09-05 13:57:46 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-09-05 13:57:46 +0000
commit4b73aade1bb84014ced3df1220b5a59773f351d5 (patch)
treecdb09e351c7e9407335736fd6066c3924a125214 /dev-python/cython
parentBump to 1.7, remove old (diff)
downloadhistorical-4b73aade1bb84014ced3df1220b5a59773f351d5.tar.gz
historical-4b73aade1bb84014ced3df1220b5a59773f351d5.tar.bz2
historical-4b73aade1bb84014ced3df1220b5a59773f351d5.zip
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/cython')
-rw-r--r--dev-python/cython/ChangeLog6
-rw-r--r--dev-python/cython/cython-0.9.6.12.ebuild40
-rw-r--r--dev-python/cython/cython-0.9.8.1.1.ebuild41
-rw-r--r--dev-python/cython/cython-0.9.8.1.ebuild41
4 files changed, 5 insertions, 123 deletions
diff --git a/dev-python/cython/ChangeLog b/dev-python/cython/ChangeLog
index d31b6b973d9d..d095883669c2 100644
--- a/dev-python/cython/ChangeLog
+++ b/dev-python/cython/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/cython
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.26 2009/08/12 15:54:51 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/ChangeLog,v 1.27 2009/09/05 13:51:03 patrick Exp $
+
+ 05 Sep 2009; Patrick Lauer <patrick@gentoo.org> -cython-0.9.6.12.ebuild,
+ -cython-0.9.8.1.ebuild, -cython-0.9.8.1.1.ebuild:
+ Remove old
*cython-0.11.2-r1 (12 Aug 2009)
diff --git a/dev-python/cython/cython-0.9.6.12.ebuild b/dev-python/cython/cython-0.9.6.12.ebuild
deleted file mode 100644
index 1bbb1d7c9ee0..000000000000
--- a/dev-python/cython/cython-0.9.6.12.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.9.6.12.ebuild,v 1.10 2009/04/30 18:26:43 patrick Exp $
-
-NEED_PYTHON=2.2
-
-inherit distutils eutils
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A language for writing Python extension modules based on pyrex"
-HOMEPAGE="http://www.cython.org/"
-SRC_URI="http://www.cython.org/${MY_P}.zip"
-
-LICENSE="PSF-2.4"
-SLOT="0"
-KEYWORDS="~amd64 hppa ~ia64 ~ppc ppc64 ~sparc ~x86"
-IUSE="doc examples"
-
-DEPEND="app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"
-DOCS="ToDo.txt USAGE.txt"
-
-src_install() {
- distutils_src_install
-
- # -A c switch is for Doc/primes.c
- use doc && dohtml -A c -r Doc/*
-
- if use examples; then
- # Demos/ has files with .so,~ suffixes.
- # So we have to specify precisely what to install.
- insinto /usr/share/doc/${PF}/examples
- doins Demos/Makefile* Demos/Setup.py Demos/*.{py,pyx,pxd}
- fi
-}
diff --git a/dev-python/cython/cython-0.9.8.1.1.ebuild b/dev-python/cython/cython-0.9.8.1.1.ebuild
deleted file mode 100644
index 2b326c8ed3b1..000000000000
--- a/dev-python/cython/cython-0.9.8.1.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.9.8.1.1.ebuild,v 1.1 2008/10/20 14:34:03 hawking Exp $
-
-NEED_PYTHON=2.2
-
-inherit distutils eutils
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A language for writing Python extension modules based on pyrex"
-HOMEPAGE="http://www.cython.org/"
-SRC_URI="http://www.cython.org/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.4"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"
-DOCS="ToDo.txt USAGE.txt"
-
-src_install() {
- distutils_src_install
-
- # -A c switch is for Doc/primes.c
- use doc && dohtml -A c -r Doc/*
-
- if use examples; then
- # Demos/ has files with .so,~ suffixes.
- # So we have to specify precisely what to install.
- insinto /usr/share/doc/${PF}/examples
- doins Demos/Makefile* Demos/Setup.py Demos/*.{py,pyx,pxd}
- fi
-}
diff --git a/dev-python/cython/cython-0.9.8.1.ebuild b/dev-python/cython/cython-0.9.8.1.ebuild
deleted file mode 100644
index e9c5991820f3..000000000000
--- a/dev-python/cython/cython-0.9.8.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cython/cython-0.9.8.1.ebuild,v 1.1 2008/08/19 09:38:08 hawking Exp $
-
-NEED_PYTHON=2.2
-
-inherit distutils eutils
-
-MY_PN="Cython"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A language for writing Python extension modules based on pyrex"
-HOMEPAGE="http://www.cython.org/"
-SRC_URI="http://www.cython.org/${MY_P}.tar.gz"
-
-LICENSE="PSF-2.4"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-IUSE="doc examples"
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="${MY_PN}"
-DOCS="ToDo.txt USAGE.txt"
-
-src_install() {
- distutils_src_install
-
- # -A c switch is for Doc/primes.c
- use doc && dohtml -A c -r Doc/*
-
- if use examples; then
- # Demos/ has files with .so,~ suffixes.
- # So we have to specify precisely what to install.
- insinto /usr/share/doc/${PF}/examples
- doins Demos/Makefile* Demos/Setup.py Demos/*.{py,pyx,pxd}
- fi
-}