diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-05-14 09:57:05 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-05-14 09:57:05 +0000 |
commit | 8322887de8b3afeaf1027f952c29946fe88139f1 (patch) | |
tree | edb497fa619cace6354e21164846897add926d1f /dev-python/apptools | |
parent | Version bump for the 3.0 / 3.4 / 3.8 / 3.9 series, remove old. (diff) | |
download | gentoo-2-8322887de8b3afeaf1027f952c29946fe88139f1.tar.gz gentoo-2-8322887de8b3afeaf1027f952c29946fe88139f1.tar.bz2 gentoo-2-8322887de8b3afeaf1027f952c29946fe88139f1.zip |
drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/apptools')
-rw-r--r-- | dev-python/apptools/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/apptools/apptools-4.0.0.ebuild | 53 | ||||
-rw-r--r-- | dev-python/apptools/apptools-4.0.1.ebuild | 61 | ||||
-rw-r--r-- | dev-python/apptools/apptools-4.1.0.ebuild | 61 |
4 files changed, 5 insertions, 176 deletions
diff --git a/dev-python/apptools/ChangeLog b/dev-python/apptools/ChangeLog index 3e9602677cde..ffcf167e0f9f 100644 --- a/dev-python/apptools/ChangeLog +++ b/dev-python/apptools/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/apptools # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apptools/ChangeLog,v 1.22 2013/05/12 14:10:33 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/apptools/ChangeLog,v 1.23 2013/05/14 09:57:05 idella4 Exp $ + + 14 May 2013; Ian Delaney <idella4@gentoo.org> -apptools-4.0.0.ebuild, + -apptools-4.0.1.ebuild, -apptools-4.1.0.ebuild: + drop old 12 May 2013; Ian Delaney <idella4@gentoo.org> -apptools-3.4.1.ebuild: drop old 3. version diff --git a/dev-python/apptools/apptools-4.0.0.ebuild b/dev-python/apptools/apptools-4.0.0.ebuild deleted file mode 100644 index 5a5afc08c929..000000000000 --- a/dev-python/apptools/apptools-4.0.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apptools/apptools-4.0.0.ebuild,v 1.4 2012/03/05 10:49:04 jlec Exp $ - -EAPI=4 -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="*-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: application tools" -HOMEPAGE="http://code.enthought.com/projects/app_tools/ http://pypi.python.org/pypi/apptools" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -RDEPEND="dev-python/configobj - dev-python/numpy - >=dev-python/traits-4.1.0" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - ${RDEPEND} - dev-python/pyface - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -src_compile() { - distutils_src_compile - use doc && emake -C docs html -} - -src_test() { - VIRTUALX_COMMAND="distutils_src_test" virtualmake -} - -src_install() { - find -name "*LICENSE*.txt" -delete - distutils_src_install - - use doc && dohtml -r docs/build/html/* - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/apptools/apptools-4.0.1.ebuild b/dev-python/apptools/apptools-4.0.1.ebuild deleted file mode 100644 index caf0232f76d3..000000000000 --- a/dev-python/apptools/apptools-4.0.1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apptools/apptools-4.0.1.ebuild,v 1.5 2012/09/15 19:49:17 xarthisius Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx eutils - -DESCRIPTION="Enthought Tool Suite: Application tools" -HOMEPAGE="http://code.enthought.com/projects/app_tools/ http://pypi.python.org/pypi/apptools" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc examples test" - -RDEPEND="dev-python/configobj - dev-python/numpy - >=dev-python/traits-4" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - ${RDEPEND} - >=dev-python/pyface-4 - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - sci-visualization/mayavi - )" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}"/${PN}_test.patch -} - -src_compile() { - distutils_src_compile - use doc && emake -C docs html -} - -src_test() { - VIRTUALX_COMMAND="python_execute_nosetests" \ - virtualmake -P '${S}/build-${PYTHON_ABI}/lib:${S}' -} - -src_install() { - find -name "*LICENSE*.txt" -delete - distutils_src_install - - use doc && dohtml -r docs/build/html/* - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/apptools/apptools-4.1.0.ebuild b/dev-python/apptools/apptools-4.1.0.ebuild deleted file mode 100644 index 7aa31071f279..000000000000 --- a/dev-python/apptools/apptools-4.1.0.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/apptools/apptools-4.1.0.ebuild,v 1.2 2012/12/06 17:28:53 bicatali Exp $ - -EAPI=4 - -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx eutils - -DESCRIPTION="Enthought Tool Suite: Application tools" -HOMEPAGE="http://code.enthought.com/projects/app_tools/ http://pypi.python.org/pypi/apptools" -SRC_URI="http://www.enthought.com/repo/ets/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="doc examples test" - -RDEPEND="dev-python/configobj - dev-python/numpy - >=dev-python/traits-4" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - ${RDEPEND} - >=dev-python/pyface-4 - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - sci-visualization/mayavi - )" - -src_prepare() { - distutils_src_prepare - epatch "${FILESDIR}"/${PN}_test.patch -} - -src_compile() { - distutils_src_compile - use doc && emake -C docs html -} - -src_test() { - VIRTUALX_COMMAND="python_execute_nosetests" \ - virtualmake -P '${S}/build-${PYTHON_ABI}/lib:${S}' -} - -src_install() { - find -name "*LICENSE*.txt" -delete - distutils_src_install - - use doc && dohtml -r docs/build/html/* - - if use examples; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} |