Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/
Date: Sun, 29 Nov 2020 20:37:17
Message-Id: 1606682224.d551289800325485331d7b4cc34413cb4780dadb.marecki@gentoo
1 commit: d551289800325485331d7b4cc34413cb4780dadb
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 29 20:27:25 2020 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 29 20:37:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5512898
7
8 sci-chemistry/cara-bin: drop USE=lua
9
10 All this flag did was add a dependency on dev-lang/lua and the installed
11 executable is not dynamically linked against any version of liblua,
12 which is not surprising given the build instructions from
13 https://github.com/rochus-keller/CARA (which admittedly date to
14 CARA-1.9, whereas the version in Gentoo is 1.8 - but still) say this
15 project used modified Lua5.1 sources. All in all, it doesn't seem this
16 dependency has ever actually been needed.
17
18 Bug: https://bugs.gentoo.org/752831
19 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
20
21 sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 6 ++----
22 1 file changed, 2 insertions(+), 4 deletions(-)
23
24 diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
25 index daba1540583..a28e3a126dc 100644
26 --- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
27 +++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
28 @@ -1,7 +1,7 @@
29 # Copyright 1999-2020 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 -EAPI=5
33 +EAPI=7
34
35 MY_PN="${PN%%-bin}"
36 MY_P="${MY_PN}_${PV}"
37 @@ -15,7 +15,6 @@ HOMEPAGE="http://www.nmr.ch"
38 LICENSE="CARA"
39 SLOT="0"
40 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
41 -IUSE="lua"
42
43 RDEPEND="
44 !prefix? (
45 @@ -30,8 +29,7 @@ RDEPEND="
46 >=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
47 >=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
48 )
49 - sys-libs/libstdc++-v3:5
50 - lua? ( dev-lang/lua )"
51 + sys-libs/libstdc++-v3:5"
52 DEPEND=""
53
54 RESTRICT="bindist mirror"