Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-physics/yoda/
Date: Wed, 16 Sep 2020 10:05:08
Message-Id: 1600250697.ce66592d68ebb28de9b58391a353c96909cdc690.mgorny@gentoo
1 commit: ce66592d68ebb28de9b58391a353c96909cdc690
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 16 09:49:16 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 16 10:04:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce66592d
7
8 sci-physics/yoda: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-physics/yoda/Manifest | 1 -
13 sci-physics/yoda/yoda-1.6.5.ebuild | 51 --------------------------------------
14 2 files changed, 52 deletions(-)
15
16 diff --git a/sci-physics/yoda/Manifest b/sci-physics/yoda/Manifest
17 index 66afc8b5095..2aa93c63435 100644
18 --- a/sci-physics/yoda/Manifest
19 +++ b/sci-physics/yoda/Manifest
20 @@ -1,2 +1 @@
21 -DIST YODA-1.6.5.tar.bz2 818613 BLAKE2B 6a8762c4f8d4bbcacf11c1b9929cff4b00811d4e18c596122dce335782a741aa1c76fab4b2ed9897dc800af1a18dba809e4fa0956cb5eb6fc84cc98544c669d6 SHA512 bead0a3ada233c1fbafe66d25e65262c20d9a9dfa6265440320a0fc782e91b3ac6581698e2015d86f2b58dc305dedbc48ed648ff03ec9f6abc11a7fb27938b1a
22 DIST YODA-1.7.0.tar.bz2 949964 BLAKE2B 44063500b95e6a089adac0a28eb0165c6d91f09642dcba7eae994a8b2dd9c4cc5cff40d63cbb481f41e023193632b9b2c17c4304bc03afa4ad2c6010b52c15da SHA512 de4eff3fdd7f8f031745152907eadfe4687c6c8597772d8aba628e58e7d6f203bbe55ba030a77990b2441a9b046a4d7e2bce1fb29ba9a631c1cff17acd95b1e5
23
24 diff --git a/sci-physics/yoda/yoda-1.6.5.ebuild b/sci-physics/yoda/yoda-1.6.5.ebuild
25 deleted file mode 100644
26 index 82bf586a70b..00000000000
27 --- a/sci-physics/yoda/yoda-1.6.5.ebuild
28 +++ /dev/null
29 @@ -1,51 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -
35 -PYTHON_COMPAT=( python2_7 )
36 -
37 -inherit bash-completion-r1 python-single-r1
38 -
39 -DESCRIPTION="Yet more Objects for (High Energy Physics) Data Analysis"
40 -HOMEPAGE="http://yoda.hepforge.org/"
41 -
42 -SRC_URI="http://www.hepforge.org/archive/${PN}/${P^^}.tar.bz2"
43 -LICENSE="GPL-2"
44 -
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="python root static-libs"
48 -
49 -RDEPEND="
50 - dev-libs/boost:=
51 - python? ( ${PYTHON_DEPS} )
52 - root? ( sci-physics/root:=[python=,${PYTHON_SINGLE_USEDEP}] )"
53 -DEPEND="${RDEPEND}
54 - python? (
55 - $(python_gen_cond_dep '
56 - dev-python/cython[${PYTHON_MULTI_USEDEP}]
57 - ')
58 - )"
59 -
60 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
61 -
62 -S="${WORKDIR}/${P^^}"
63 -
64 -pkg_setup() {
65 - use python && python-single-r1_pkg_setup
66 -}
67 -
68 -src_configure() {
69 - econf \
70 - $(use_enable python pyext) \
71 - $(use_enable root) \
72 - $(use_enable static-libs static)
73 -}
74 -
75 -src_install() {
76 - default
77 -
78 - newbashcomp "${ED%/}"/usr/share/YODA/yoda-completion ${PN}
79 - rm "${ED%/}"/usr/share/YODA/yoda-completion || die
80 -}