diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-01-02 22:06:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-01-02 22:09:10 +0000 |
commit | b81940372dceca74b5226afd3b1b5fc9671181f8 (patch) | |
tree | 2245bcac0741f71c4893fc6193a24e95696eb514 /dev-python/pyminuit | |
parent | sci-calculators/hexcalc: Drop old (diff) | |
download | gentoo-b81940372dceca74b5226afd3b1b5fc9671181f8.tar.gz gentoo-b81940372dceca74b5226afd3b1b5fc9671181f8.tar.bz2 gentoo-b81940372dceca74b5226afd3b1b5fc9671181f8.zip |
dev-python/pyminuit: Drop old
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pyminuit')
-rw-r--r-- | dev-python/pyminuit/pyminuit-1.2.1.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/pyminuit/pyminuit-1.2.1.ebuild b/dev-python/pyminuit/pyminuit-1.2.1.ebuild deleted file mode 100644 index 3723ba101335..000000000000 --- a/dev-python/pyminuit/pyminuit-1.2.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Minuit numerical function minimization in Python" -HOMEPAGE="https://github.com/jpivarski/pyminuit" -SRC_URI=" - https://pyminuit.googlecode.com/files/${P}.tgz - https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz - " - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -S="${WORKDIR}"/${PN} - -src_configure() { - cd "${WORKDIR}"/Minuit-1_7_9 && econf --disable-static || die -} -src_compile() { - cd "${WORKDIR}"/Minuit-1_7_9 && emake - cd "${S}" - distutils-r1_src_compile -} - -python_install_all() { - cd "${WORKDIR}"/Minuit-1_7_9 || die - default - distutils-r1_python_install_all -} |