Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/opendx-samples/
Date: Thu, 29 Apr 2021 01:52:44
Message-Id: 1619661115.6a8aca5677a9673d7222707203edc4d7ba32a2e8.sam@gentoo
1 commit: 6a8aca5677a9673d7222707203edc4d7ba32a2e8
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 29 01:39:47 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 29 01:51:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8aca56
7
8 sci-visualization/opendx-samples: fix variable reference style
9
10 Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 .../opendx-samples/opendx-samples-4.4.0-r2.ebuild | 12 +++++-------
14 1 file changed, 5 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
17 index 2dbd69320cc..8ee6e71d294 100644
18 --- a/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
19 +++ b/sci-visualization/opendx-samples/opendx-samples-4.4.0-r2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -12,16 +12,14 @@ DESCRIPTION="Samples for IBM Data Explorer"
27 HOMEPAGE="http://www.opendx.org/"
28 SRC_URI="http://opendx.sdsc.edu/source/${MY_P}.tar.gz
29 mirror://gentoo/${P}-install.patch.bz2"
30 -LICENSE="IBM"
31 -SLOT="0"
32 -
33 S="${WORKDIR}/${MY_P}"
34
35 +LICENSE="IBM"
36 +SLOT="0"
37 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
38 -IUSE=""
39
40 RDEPEND=">=sci-visualization/opendx-4.4.4-r2"
41 -DEPEND="$RDEPEND"
42 +DEPEND="${RDEPEND}"
43
44 PATCHES=(
45 "${FILESDIR}/${P}-nojava.patch"
46 @@ -29,7 +27,7 @@ PATCHES=(
47 )
48
49 src_prepare() {
50 - #absolutely no javadx for now
51 + # absolutely no javadx for now
52 default
53 eautoreconf
54 }