diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-23 21:25:09 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-12-23 21:25:09 +0000 |
commit | b9bbf2438f3bf70574494c41534597f8af96506b (patch) | |
tree | 33b821eb2206ed8bac347fff34d86fdef82f75b6 /dev-python/egenix-mx-base | |
parent | Fix building (bug #284029). (diff) | |
download | gentoo-2-b9bbf2438f3bf70574494c41534597f8af96506b.tar.gz gentoo-2-b9bbf2438f3bf70574494c41534597f8af96506b.tar.bz2 gentoo-2-b9bbf2438f3bf70574494c41534597f8af96506b.zip |
Delete older ebuilds.
Diffstat (limited to 'dev-python/egenix-mx-base')
4 files changed, 0 insertions, 158 deletions
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild deleted file mode 100644 index 268b564932e8..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild,v 1.17 2005/08/17 22:35:37 matsuu Exp $ - -inherit distutils flag-o-matic - -DESCRIPTION="egenix utils for Python" -HOMEPAGE="http://www.egenix.com/" -SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" - -LICENSE="eGenixPublic" -SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 ppc64 s390 sh" -IUSE="" - -DEPEND="virtual/python" - -src_unpack() { - unpack ${A} - # doesn't play well with -fstack-protector (#63762) - rm ${S}/mx/TextTools/Examples/pytag.py -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild deleted file mode 100644 index d16320699179..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild,v 1.4 2006/04/17 17:39:49 flameeyes Exp $ - -inherit distutils flag-o-matic - -DESCRIPTION="egenix utils for Python" -HOMEPAGE="http://www.egenix.com/" -SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" - -LICENSE="eGenixPublic" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="virtual/python" - -src_unpack() { - unpack ${A} - # doesn't play well with -fstack-protector (#63762) - rm ${S}/mx/TextTools/Examples/pytag.py -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.0.0.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.0.0.ebuild deleted file mode 100644 index 13319db146ab..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.0.0.ebuild +++ /dev/null @@ -1,47 +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/egenix-mx-base/egenix-mx-base-3.0.0.ebuild,v 1.2 2007/08/17 15:12:00 uberlord Exp $ - -inherit distutils flag-o-matic - -DESCRIPTION="egenix utils for Python" -HOMEPAGE="http://www.egenix.com/" -SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="mx" - -src_unpack() { - distutils_src_unpack - # doesn't play well with -fstack-protector (#63762) - rm "mx/TextTools/Examples/pytag.py" - - # We do the optimization ourselves - sed -i \ - -e 's/^\(optimize\) = 1/\1 = 0/' \ - setup.cfg || die "sed failed" - - # And we don't want the docs in site-packages - sed -i \ - -e '/\/Doc\//d' \ - mxBASE.py || die "sed failed" -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx - insinto /usr/share/doc/${PF} - find "${S}" -iname "*.pdf" | xargs doins -} diff --git a/dev-python/egenix-mx-base/egenix-mx-base-3.1.1.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-3.1.1.ebuild deleted file mode 100644 index dfefe83a9989..000000000000 --- a/dev-python/egenix-mx-base/egenix-mx-base-3.1.1.ebuild +++ /dev/null @@ -1,47 +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/egenix-mx-base/egenix-mx-base-3.1.1.ebuild,v 1.7 2009/08/29 18:36:13 nixnut Exp $ - -inherit distutils flag-o-matic - -DESCRIPTION="egenix utils for Python" -HOMEPAGE="http://www.egenix.com/products/python/mxBase/" -SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" - -LICENSE="eGenixPublic-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ~ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="" - -DEPEND="" -RDEPEND="" - -PYTHON_MODNAME="mx" - -src_unpack() { - distutils_src_unpack - # doesn't play well with -fstack-protector (#63762) - rm "mx/TextTools/Examples/pytag.py" - - # We do the optimization ourselves - sed -i \ - -e 's/^\(optimize\) = 1/\1 = 0/' \ - setup.cfg || die "sed failed" - - # And we don't want the docs in site-packages - sed -i \ - -e '/\/Doc\//d' \ - egenix_mx_base.py || die "sed failed" -} - -src_compile() { - replace-flags "-O[3s]" "-O2" - distutils_src_compile -} - -src_install() { - distutils_src_install - dohtml -a html -r mx - insinto /usr/share/doc/${PF} - find "${S}" -iname "*.pdf" | xargs doins -} |