diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 20:49:59 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-10-15 20:49:59 +0000 |
commit | bc920fe72434801718c4bcbd6afd51f60f6c29df (patch) | |
tree | deaf31d441e9735f0840744e2cbbb294636e4d08 /dev-python/traits | |
parent | Adding DEPEND on >=dev-util/intltool-0.40.0 , patch thanks to Jacob Godserv <... (diff) | |
download | historical-bc920fe72434801718c4bcbd6afd51f60f6c29df.tar.gz historical-bc920fe72434801718c4bcbd6afd51f60f6c29df.tar.bz2 historical-bc920fe72434801718c4bcbd6afd51f60f6c29df.zip |
Delete older ebuilds.
Package-Manager: portage-2.2_rc96_p20/cvs/Linux x86_64
Diffstat (limited to 'dev-python/traits')
-rw-r--r-- | dev-python/traits/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/traits/traits-3.2.0.ebuild | 68 | ||||
-rw-r--r-- | dev-python/traits/traits-3.3.0.ebuild | 67 |
3 files changed, 5 insertions, 136 deletions
diff --git a/dev-python/traits/ChangeLog b/dev-python/traits/ChangeLog index e0ca489a29ec..cc22473d0073 100644 --- a/dev-python/traits/ChangeLog +++ b/dev-python/traits/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/traits # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traits/ChangeLog,v 1.12 2010/10/14 15:09:03 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/traits/ChangeLog,v 1.13 2010/10/15 20:49:59 arfrever Exp $ + + 15 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -traits-3.2.0.ebuild, -traits-3.3.0.ebuild: + Delete. 14 Oct 2010; Brent Baude <ranger@gentoo.org> traits-3.4.0.ebuild: Marking traits-3.4.0 ppc for bug 326809 diff --git a/dev-python/traits/traits-3.2.0.ebuild b/dev-python/traits/traits-3.2.0.ebuild deleted file mode 100644 index 1f6d4276fbe8..000000000000 --- a/dev-python/traits/traits-3.2.0.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traits/traits-3.2.0.ebuild,v 1.7 2010/03/15 03:10:37 bicatali Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Traits" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Enthought Tool Suite explicitly typed attributes for Python" -HOMEPAGE="http://code.enthought.com/projects/traits" -SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" - -IUSE="doc examples test" -SLOT="0" -KEYWORDS="amd64 ppc x86" -LICENSE="BSD" - -RDEPEND=">=dev-python/numpy-1.1 - >=dev-python/enthoughtbase-3.0.3" -DEPEND="dev-python/setuptools - doc? ( dev-python/setupdocs ) - test? ( >=dev-python/nose-0.10.3 - >=dev-python/numpy-1.1 )" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="enthought" -DOCS="CHANGELOG.txt" - -src_prepare() { - sed -i \ - -e "s/self.run_command('build_docs')/pass/" \ - -e "s/setupdocs>=1.0//" \ - setup.py || die -} - -src_compile() { - distutils_src_compile - if use doc; then - "$(PYTHON -f)" setup.py build_docs --formats=html || die "Generation of documentation failed" - fi -} - -src_test() { - testing() { - PYTHONPATH="$(dir -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} - -src_install() { - find "${S}" -name \*LICENSE.txt -delete - distutils_src_install - dodoc docs/*.txt - insinto /usr/share/doc/${PF} - if use doc; then - doins -r build/docs/html || die - doins docs/*.pdf || die - fi - if use examples; then - doins -r examples || die - fi -} diff --git a/dev-python/traits/traits-3.3.0.ebuild b/dev-python/traits/traits-3.3.0.ebuild deleted file mode 100644 index 3ae0afa48853..000000000000 --- a/dev-python/traits/traits-3.3.0.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/traits/traits-3.3.0.ebuild,v 1.1 2010/03/23 05:16:38 bicatali Exp $ - -EAPI="2" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" - -inherit distutils - -MY_PN="Traits" -MY_P="${MY_PN}-${PV}" -DESCRIPTION="Enthought Tool Suite explicitly typed attributes for Python" -HOMEPAGE="http://code.enthought.com/projects/traits" -SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz" - -IUSE="doc examples test" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -LICENSE="BSD" - -RDEPEND=">=dev-python/numpy-1.1 - >=dev-python/enthoughtbase-3.0.3" -DEPEND="dev-python/setuptools - doc? ( dev-python/setupdocs ) - test? ( >=dev-python/nose-0.10.3 - >=dev-python/numpy-1.1 )" -RESTRICT_PYTHON_ABIS="3.*" - -S="${WORKDIR}/${MY_P}" - -PYTHON_MODNAME="enthought" - -src_prepare() { - sed -i \ - -e "s/self.run_command('build_docs')/pass/" \ - -e "s/setupdocs>=1.0//" \ - setup.py || die -} - -src_compile() { - distutils_src_compile - if use doc; then - "$(PYTHON -f)" setup.py build_docs --formats=html || die "Generation of documentation failed" - fi -} - -src_test() { - testing() { - PYTHONPATH="$(dir -d build-${PYTHON_ABI}/lib*)" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test - } - python_execute_function testing -} - -src_install() { - find "${S}" -name \*LICENSE.txt -delete - distutils_src_install - dodoc docs/*.txt - insinto /usr/share/doc/${PF} - if use doc; then - doins -r build/docs/html || die - doins docs/*.pdf || die - fi - if use examples; then - doins -r examples || die - fi -} |