summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/sympy/sympy-0.5.3.ebuild')
-rw-r--r--sci-libs/sympy/sympy-0.5.3.ebuild28
1 files changed, 0 insertions, 28 deletions
diff --git a/sci-libs/sympy/sympy-0.5.3.ebuild b/sci-libs/sympy/sympy-0.5.3.ebuild
deleted file mode 100644
index 3b154b624..000000000
--- a/sci-libs/sympy/sympy-0.5.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit distutils eutils
-
-DESCRIPTION="Python library for symbolic mathematics."
-HOMEPAGE="http://code.google.com/p/sympy/"
-SRC_URI="http://sympy.googlecode.com/files/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE="gtk xslt"
-
-DEPEND=">=virtual/python-2.4
- >=dev-python/ipython-0.7.2
- gtk? ( x11-libs/gtkmathview )
- xslt? ( dev-libs/libxslt )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
- if use xslt && ! built_with_use "dev-libs/libxslt" python ; then
- eerror "dev-libs/libxslt has to be compiled with 'python'"
- eerror "USE-flag enabled."
- die "Needed USE-flag for dev-libs/libxslt not found."
- fi
-}