summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-05-10 04:34:39 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-05-10 04:34:39 +0000
commit3f22216f143aa8309433a32005e7665deb6c7b30 (patch)
tree8c646b7988c46c4c715512c5dd7457631f3054ee /dev-python/enaml
parentDrop workaround for uclibc build that's been fixed upstream. (diff)
downloadgentoo-2-3f22216f143aa8309433a32005e7665deb6c7b30.tar.gz
gentoo-2-3f22216f143aa8309433a32005e7665deb6c7b30.tar.bz2
gentoo-2-3f22216f143aa8309433a32005e7665deb6c7b30.zip
Remove old, Whitespace
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/enaml')
-rw-r--r--dev-python/enaml/ChangeLog6
-rw-r--r--dev-python/enaml/enaml-0.2.0.ebuild53
-rw-r--r--dev-python/enaml/enaml-0.6.8.ebuild4
3 files changed, 7 insertions, 56 deletions
diff --git a/dev-python/enaml/ChangeLog b/dev-python/enaml/ChangeLog
index 61bb6429a13b..a3753d816ec1 100644
--- a/dev-python/enaml/ChangeLog
+++ b/dev-python/enaml/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/enaml
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.2 2013/04/02 09:48:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/ChangeLog,v 1.3 2013/05/10 04:34:39 patrick Exp $
+
+ 10 May 2013; Patrick Lauer <patrick@gentoo.org> -enaml-0.2.0.ebuild,
+ enaml-0.6.8.ebuild:
+ Remove old, Whitespace
*enaml-0.6.8 (02 Apr 2013)
diff --git a/dev-python/enaml/enaml-0.2.0.ebuild b/dev-python/enaml/enaml-0.2.0.ebuild
deleted file mode 100644
index e26a3b54073c..000000000000
--- a/dev-python/enaml/enaml-0.2.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/enaml/enaml-0.2.0.ebuild,v 1.1 2012/12/06 21:42:03 bicatali Exp $
-
-EAPI=4
-
-SUPPORT_PYTHON_ABIS="1"
-RESTRICT_PYTHON_ABIS="3* *-jython 2.7-pypy-*"
-DISTUTILS_SRC_TEST="nosetests"
-
-inherit distutils eutils
-
-DESCRIPTION="Enthought Tool Suite: framework for writing declarative interfaces"
-HOMEPAGE="http://code.enthought.com/projects/enaml/ http://pypi.python.org/pypi/enaml"
-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/casuarius
- dev-python/ply
- dev-python/traits
- || ( dev-python/wxpython dev-python/PyQt4 dev-python/pyside )"
-
-DEPEND="${RDEPEND}
- dev-python/setuptools
- doc? ( dev-python/sphinx )"
-
-src_prepare() {
- # crash doc and gone upstream (> 0.2.0)
- sed -i -e '/enthought.debug.api/d' enamldoc/sphinx_ext.py || die
-}
-
-src_compile() {
- distutils_src_compile
- use doc && PYTHONPATH="$(ls -1d ${S}/build*/lib* | head -n1)" \
- emake -C docs html
-}
-
-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/enaml/enaml-0.6.8.ebuild b/dev-python/enaml/enaml-0.6.8.ebuild
index e0a6ff35cd22..3a874ec413a3 100644
--- a/dev-python/enaml/enaml-0.6.8.ebuild
+++ b/dev-python/enaml/enaml-0.6.8.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8.ebuild,v 1.1 2013/04/02 09:48:31 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/enaml/enaml-0.6.8.ebuild,v 1.2 2013/05/10 04:34:39 patrick Exp $
EAPI=4
@@ -32,7 +32,7 @@ DEPEND="${RDEPEND}
dev-python/setuptools
doc? ( dev-python/sphinx )
test? ( dev-python/python-dateutil
- dev-python/wxpython
+ dev-python/wxpython
|| ( dev-python/PyQt4 dev-python/pyside ) )"
src_prepare() {