summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/pymc/pymc-9999.ebuild')
-rw-r--r--sci-mathematics/pymc/pymc-9999.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild
deleted file mode 100644
index 461123ea059b..000000000000
--- a/sci-mathematics/pymc/pymc-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit distutils git-2
-
-EGIT_REPO_URI="https://github.com/${PN}-devs/${PN}.git"
-DESCRIPTION="Markov chain Monte Carlo for Python"
-HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
-
-SLOT=0
-KEYWORDS=""
-LICENSE=AFL-3.0
-IUSE=""
-
-DEPEND="dev-python/setuptools
- dev-python/pytables
- dev-python/numpy"
-
-src_compile() {
- distutils_src_compile --fcompiler=gnu95
-}