Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygsl/
Date: Fri, 27 Dec 2019 18:52:51
Message-Id: 1577472747.928d3326c8d6e7f8f753dfaad87bdede80d1225e.soap@gentoo
1 commit: 928d3326c8d6e7f8f753dfaad87bdede80d1225e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 27 18:52:27 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 27 18:52:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=928d3326
7
8 dev-python/pygsl: Remove old
9
10 Package-Manager: Portage-2.3.83, Repoman-2.3.20
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 dev-python/pygsl/Manifest | 1 -
14 dev-python/pygsl/pygsl-0.9.5-r1.ebuild | 28 ----------------------------
15 2 files changed, 29 deletions(-)
16
17 diff --git a/dev-python/pygsl/Manifest b/dev-python/pygsl/Manifest
18 index 016646382fd..90f711b2261 100644
19 --- a/dev-python/pygsl/Manifest
20 +++ b/dev-python/pygsl/Manifest
21 @@ -1,2 +1 @@
22 -DIST pygsl-0.9.5.tar.gz 1674504 BLAKE2B 01423256cfda1d62aec0281725abfbe35f6260feec5fbb107819202cd9041405760988b1718e9aebf93284f4ab61597055ead308ad758d41d6eb37f867237b88 SHA512 7364e67ff2885be2cbe5410a573071209d3917f4807797b3b8525aacd03e6ab96e157e6d12d631c384e3b66602eab7e6cb89f9ab362f520397df900e77fcc875
23 DIST pygsl-2.1.1.tar.gz 727636 BLAKE2B 42b87a945a41418a295ebc9ddd3c5a367256427145e4c3bbf980e561df0cc3d84a64ddab22f936c5d1a5ad58b4649e36b121648f125824e6922a3d34fcd07d10 SHA512 141232032f0221b756596bc3426160849749642ddaa3667d36b19abf3b4a22b76b5e0b0e9452898494b7f6ce0f8d17a2e392bdaba535633bbfbf1a672bf8d62e
24
25 diff --git a/dev-python/pygsl/pygsl-0.9.5-r1.ebuild b/dev-python/pygsl/pygsl-0.9.5-r1.ebuild
26 deleted file mode 100644
27 index f8440315a22..00000000000
28 --- a/dev-python/pygsl/pygsl-0.9.5-r1.ebuild
29 +++ /dev/null
30 @@ -1,28 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -PYTHON_COMPAT=( python2_7 )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Python interface for the GNU scientific library (gsl)"
41 -HOMEPAGE="http://pygsl.sourceforge.net/"
42 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
43 -
44 -SLOT="0"
45 -LICENSE="GPL-2"
46 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
47 -IUSE="examples"
48 -
49 -DEPEND="
50 - <sci-libs/gsl-2
51 - dev-python/numpy[${PYTHON_USEDEP}]"
52 -RDEPEND="${DEPEND}"
53 -# Testsuite written to be run post install
54 -
55 -python_install_all() {
56 - use examples && local EXAMPLES=( examples/. )
57 - distutils-r1_python_install_all
58 -}