Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc/
Date: Sat, 24 Sep 2016 13:31:14
Message-Id: 1474723852.254fcf207cd078bff4e159f20e983fabbd719db5.soap@gentoo
1 commit: 254fcf207cd078bff4e159f20e983fabbd719db5
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Sat Sep 24 08:06:49 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 13:30:52 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254fcf20
7
8 sci-mathematics/pymc: Remove EAPI 4 ebuilds
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2398
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sci-mathematics/pymc/Manifest | 1 -
16 sci-mathematics/pymc/pymc-2.2.ebuild | 24 ------------------------
17 sci-mathematics/pymc/pymc-9999.ebuild | 24 ------------------------
18 3 files changed, 49 deletions(-)
19
20 diff --git a/sci-mathematics/pymc/Manifest b/sci-mathematics/pymc/Manifest
21 index 3ff2ed6..eb0594a 100644
22 --- a/sci-mathematics/pymc/Manifest
23 +++ b/sci-mathematics/pymc/Manifest
24 @@ -1,2 +1 @@
25 -DIST pymc-2.2.tar.gz 13137644 SHA256 f618ebb9f075219b1aad5c06156f46fcd5ac543f391de4fa3752f311e9965278 SHA512 1fc44ec68f4a5b773d0705489810774e80c72c52dcfa601cf564737490fbf9e2f12696fb8bf6c706e0d157c3568f68b0b95f9a9846716a88c5a0f5c0ca706a96 WHIRLPOOL ec907b135e5d3bb2cbfb3158afbd8cf054abcdd81c6a11424a214646a471a08dc86e80423f299c5a152b8bd5356653399f5252f6ec06ec0ee87ab44f07a949ca
26 DIST pymc-2.3.6.zip 402827 SHA256 70b00a9d722d9bba95d975f0a0836e41d8792b8d6fe0dd21b4af209747da3dc5 SHA512 4b5e0663ca296efd8d242a0b6362a12d475cdabf661a430de5455e60999acf8a4a30d053303c2f79e8aec3e5e7d120f56cb341e283aa87f31c224e4e57300d13 WHIRLPOOL 4a0774e0362baef7c6390ec499ba6f605766c614974f04bd9c04e78916b91e0e7f4d35d39e8ba002c654ad15c7158b8b670e6c7010eb1fd8513bfd43e0fe61db
27
28 diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild
29 deleted file mode 100644
30 index dc9555e..00000000
31 --- a/sci-mathematics/pymc/pymc-2.2.ebuild
32 +++ /dev/null
33 @@ -1,24 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=4
39 -
40 -inherit distutils vcs-snapshot
41 -
42 -DESCRIPTION="Markov Chain Monte Carlo sampling toolkit"
43 -HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
44 -SRC_URI="https://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz"
45 -
46 -SLOT=0
47 -KEYWORDS="~amd64-linux ~x86-linux"
48 -LICENSE=AFL-3.0
49 -IUSE=""
50 -
51 -DEPEND="dev-python/setuptools
52 - dev-python/pytables
53 - dev-python/numpy"
54 -
55 -src_compile() {
56 - distutils_src_compile --fcompiler=gnu95
57 -}
58
59 diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild
60 deleted file mode 100644
61 index 461123e..00000000
62 --- a/sci-mathematics/pymc/pymc-9999.ebuild
63 +++ /dev/null
64 @@ -1,24 +0,0 @@
65 -# Copyright 1999-2014 Gentoo Foundation
66 -# Distributed under the terms of the GNU General Public License v2
67 -# $Id$
68 -
69 -EAPI=4
70 -
71 -inherit distutils git-2
72 -
73 -EGIT_REPO_URI="https://github.com/${PN}-devs/${PN}.git"
74 -DESCRIPTION="Markov chain Monte Carlo for Python"
75 -HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
76 -
77 -SLOT=0
78 -KEYWORDS=""
79 -LICENSE=AFL-3.0
80 -IUSE=""
81 -
82 -DEPEND="dev-python/setuptools
83 - dev-python/pytables
84 - dev-python/numpy"
85 -
86 -src_compile() {
87 - distutils_src_compile --fcompiler=gnu95
88 -}