diff options
author | 2013-05-14 12:52:19 +0000 | |
---|---|---|
committer | 2013-05-14 12:52:19 +0000 | |
commit | e00025fcba79ed97b9798a7e3b337505d0e39ee8 (patch) | |
tree | febf88c6fb42300e0f9b5bd4e29069db7012a293 /dev-python/envisage | |
parent | drop old (diff) | |
download | gentoo-2-e00025fcba79ed97b9798a7e3b337505d0e39ee8.tar.gz gentoo-2-e00025fcba79ed97b9798a7e3b337505d0e39ee8.tar.bz2 gentoo-2-e00025fcba79ed97b9798a7e3b337505d0e39ee8.zip |
drop old
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/envisage')
-rw-r--r-- | dev-python/envisage/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.0.0.ebuild | 59 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.1.0.ebuild | 50 | ||||
-rw-r--r-- | dev-python/envisage/envisage-4.2.0.ebuild | 50 |
4 files changed, 5 insertions, 160 deletions
diff --git a/dev-python/envisage/ChangeLog b/dev-python/envisage/ChangeLog index 5750305d5fae..6386b5ce9f76 100644 --- a/dev-python/envisage/ChangeLog +++ b/dev-python/envisage/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/envisage # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.9 2013/04/14 06:35:17 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/envisage/ChangeLog,v 1.10 2013/05/14 12:52:19 idella4 Exp $ + + 14 May 2013; Ian Delaney <idella4@gentoo.org> -envisage-4.0.0.ebuild, + -envisage-4.1.0.ebuild, -envisage-4.2.0.ebuild: + drop old *envisage-4.3.0-r1 (14 Apr 2013) diff --git a/dev-python/envisage/envisage-4.0.0.ebuild b/dev-python/envisage/envisage-4.0.0.ebuild deleted file mode 100644 index 4d4b1dae3f88..000000000000 --- a/dev-python/envisage/envisage-4.0.0.ebuild +++ /dev/null @@ -1,59 +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/envisage/envisage-4.0.0.ebuild,v 1.4 2012/03/05 10:47:30 jlec Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: extensible application framework" -HOMEPAGE="http://code.enthought.com/projects/envisage/ http://pypi.python.org/pypi/envisage" -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/traits-4.0" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - >=dev-python/traits-4.0 - media-fonts/font-cursor-misc - media-fonts/font-misc-misc - )" - -src_compile() { - distutils_src_compile - if use doc; then - einfo "Generation of documentation" - pushd docs > /dev/null - emake html || die "Generation of documentation failed" - popd > /dev/null - fi -} - -src_test() { - VIRTUALX_COMMAND="distutils_src_test" virtualmake -} - -src_install() { - distutils_src_install - - if use doc; then - pushd docs/build/html > /dev/null - insinto /usr/share/doc/${PF}/html - doins -r [a-z]* _static || die "Installation of documentation failed" - popd > /dev/null - fi - - if use examples; then - insinto /usr/share/doc/${PF}/examples - doins -r examples/* || die "Installation of examples failed" - fi -} diff --git a/dev-python/envisage/envisage-4.1.0.ebuild b/dev-python/envisage/envisage-4.1.0.ebuild deleted file mode 100644 index a134b1a91870..000000000000 --- a/dev-python/envisage/envisage-4.1.0.ebuild +++ /dev/null @@ -1,50 +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/envisage/envisage-4.1.0.ebuild,v 1.4 2012/03/05 10:47:30 jlec Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: Extensible application framework" -HOMEPAGE="http://code.enthought.com/projects/envisage/ http://pypi.python.org/pypi/envisage" -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/traits-4" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - >=dev-python/traits-4 - 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/envisage/envisage-4.2.0.ebuild b/dev-python/envisage/envisage-4.2.0.ebuild deleted file mode 100644 index cc9b553b1160..000000000000 --- a/dev-python/envisage/envisage-4.2.0.ebuild +++ /dev/null @@ -1,50 +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/envisage/envisage-4.2.0.ebuild,v 1.2 2012/12/06 17:32:37 bicatali Exp $ - -EAPI=4 - -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="2.5 3.* *-jython" -DISTUTILS_SRC_TEST="nosetests" - -inherit distutils virtualx - -DESCRIPTION="Enthought Tool Suite: Extensible application framework" -HOMEPAGE="http://code.enthought.com/projects/envisage/ http://pypi.python.org/pypi/envisage" -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/traits-4" -DEPEND="dev-python/setuptools - doc? ( dev-python/sphinx ) - test? ( - >=dev-python/traits-4 - 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 -} |