summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-15 20:49:59 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-10-15 20:49:59 +0000
commitbc920fe72434801718c4bcbd6afd51f60f6c29df (patch)
treedeaf31d441e9735f0840744e2cbbb294636e4d08 /dev-python/enthoughtbase
parentAdding DEPEND on >=dev-util/intltool-0.40.0 , patch thanks to Jacob Godserv <... (diff)
downloadhistorical-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/enthoughtbase')
-rw-r--r--dev-python/enthoughtbase/ChangeLog6
-rw-r--r--dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild69
-rw-r--r--dev-python/enthoughtbase/enthoughtbase-3.0.4.ebuild71
3 files changed, 5 insertions, 141 deletions
diff --git a/dev-python/enthoughtbase/ChangeLog b/dev-python/enthoughtbase/ChangeLog
index 3e56dc8b84bb..2972ad38acee 100644
--- a/dev-python/enthoughtbase/ChangeLog
+++ b/dev-python/enthoughtbase/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/enthoughtbase
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.15 2010/10/14 15:07:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enthoughtbase/ChangeLog,v 1.16 2010/10/15 20:48:33 arfrever Exp $
+
+ 15 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -enthoughtbase-3.0.3.ebuild, -enthoughtbase-3.0.4.ebuild:
+ Delete.
14 Oct 2010; Brent Baude <ranger@gentoo.org> enthoughtbase-3.0.5.ebuild:
Marking enthoughtbase-3.0.5 ppc for bug 326809
diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild
deleted file mode 100644
index 7d9afa72ef91..000000000000
--- a/dev-python/enthoughtbase/enthoughtbase-3.0.3.ebuild
+++ /dev/null
@@ -1,69 +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/enthoughtbase/enthoughtbase-3.0.3.ebuild,v 1.8 2010/06/01 16:56:11 arfrever Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="EnthoughtBase"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Core packages for the Enthought Tool Suite"
-HOMEPAGE="http://code.enthought.com/projects/enthought_base.php"
-SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
-
-IUSE="doc examples"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-LICENSE="BSD LGPL-2"
-RDEPEND=""
-DEPEND="dev-python/setuptools
- doc? ( dev-python/setupdocs )"
-# tests would require circular deps
-# test? ( >=dev-python/nose-0.10.3
-# dev-python/traits
-# dev-python/etsdevtools )"
-RESTRICT_PYTHON_ABIS="3.*"
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="enthought"
-
-src_prepare() {
- sed -i \
- -e "s/self.run_command('build_docs')/pass/" \
- -e '/setupdocs/d' \
- setup.py || die
-}
-
-src_compile() {
- distutils_src_compile
- if use doc; then
- export VARTEXFONTS="${T}/fonts"
- "$(PYTHON -f)" setup.py build_docs --formats=html,pdf \
- || die "doc building failed"
- fi
-}
-
-src_test() {
- testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib" "$(PYTHON)" setup.py build -b "build-${PYTHON_ABI}" test
- }
- python_execute_function
-}
-
-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 build/docs/latex/*.pdf || die
- fi
- if use examples; then
- doins -r examples || die
- fi
-}
diff --git a/dev-python/enthoughtbase/enthoughtbase-3.0.4.ebuild b/dev-python/enthoughtbase/enthoughtbase-3.0.4.ebuild
deleted file mode 100644
index 1dec68d959c6..000000000000
--- a/dev-python/enthoughtbase/enthoughtbase-3.0.4.ebuild
+++ /dev/null
@@ -1,71 +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/enthoughtbase/enthoughtbase-3.0.4.ebuild,v 1.1 2010/03/23 05:12:05 bicatali Exp $
-
-EAPI="2"
-SUPPORT_PYTHON_ABIS="1"
-
-inherit distutils
-
-MY_PN="EnthoughtBase"
-MY_P="${MY_PN}-${PV}"
-DESCRIPTION="Core packages for the Enthought Tool Suite"
-HOMEPAGE="http://code.enthought.com/projects/enthought_base.php"
-SRC_URI="http://www.enthought.com/repo/ETS/${MY_P}.tar.gz"
-
-IUSE="doc examples"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-LICENSE="BSD LGPL-2"
-RDEPEND=""
-
-DEPEND="dev-python/setuptools
- doc? ( dev-python/setupdocs )"
-# tests would require circular deps
-# test? ( >=dev-python/nose-0.10.3
-# dev-python/traits
-# dev-python/etsdevtools )"
-
-RESTRICT_PYTHON_ABIS="3.*"
-RESTRICT="test"
-
-S="${WORKDIR}/${MY_P}"
-
-PYTHON_MODNAME="enthought"
-
-src_prepare() {
- sed -i \
- -e "s/self.run_command('build_docs')/pass/" \
- -e '/setupdocs/d' \
- setup.py || die
-}
-
-src_compile() {
- distutils_src_compile
- if use doc; then
- export VARTEXFONTS="${T}/fonts"
- "$(PYTHON -f)" setup.py build_docs --formats=html,pdf \
- || die "doc building failed"
- fi
-}
-
-src_test() {
- testing() {
- PYTHONPATH="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 build/docs/latex/*.pdf || die
- fi
- if use examples; then
- doins -r examples || die
- fi
-}