Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyminuit/
Date: Mon, 02 Jan 2017 22:09:25
Message-Id: 1483394950.b81940372dceca74b5226afd3b1b5fc9671181f8.jlec@gentoo
1 commit: b81940372dceca74b5226afd3b1b5fc9671181f8
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 2 22:06:43 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 2 22:09:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8194037
7
8 dev-python/pyminuit: Drop old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 dev-python/pyminuit/pyminuit-1.2.1.ebuild | 38 -------------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/dev-python/pyminuit/pyminuit-1.2.1.ebuild b/dev-python/pyminuit/pyminuit-1.2.1.ebuild
17 deleted file mode 100644
18 index 3723ba1..00000000
19 --- a/dev-python/pyminuit/pyminuit-1.2.1.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Id$
25 -
26 -EAPI=5
27 -
28 -PYTHON_COMPAT=( python2_7 python3_4 )
29 -
30 -inherit distutils-r1 flag-o-matic
31 -
32 -DESCRIPTION="Minuit numerical function minimization in Python"
33 -HOMEPAGE="https://github.com/jpivarski/pyminuit"
34 -SRC_URI="
35 - https://pyminuit.googlecode.com/files/${P}.tgz
36 - https://pyminuit.googlecode.com/files/Minuit-1_7_9-patch1.tar.gz
37 - "
38 -
39 -SLOT="0"
40 -LICENSE="GPL-2"
41 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
42 -IUSE=""
43 -
44 -S="${WORKDIR}"/${PN}
45 -
46 -src_configure() {
47 - cd "${WORKDIR}"/Minuit-1_7_9 && econf --disable-static || die
48 -}
49 -src_compile() {
50 - cd "${WORKDIR}"/Minuit-1_7_9 && emake
51 - cd "${S}"
52 - distutils-r1_src_compile
53 -}
54 -
55 -python_install_all() {
56 - cd "${WORKDIR}"/Minuit-1_7_9 || die
57 - default
58 - distutils-r1_python_install_all
59 -}