public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/
@ 2019-09-20 21:59 Michał Górny
  0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2019-09-20 21:59 UTC (permalink / raw
  To: gentoo-commits

commit:     09d57255be54220bd5b214621e7ecbcc10d46a2f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 20 21:48:09 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep 20 21:59:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d57255

sci-chemistry/cara-bin: Add missing RESTRICT=bindist

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild
index 97142d2b187..45713307a58 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild
@@ -34,7 +34,7 @@ RDEPEND="
 	lua? ( dev-lang/lua )"
 DEPEND=""
 
-RESTRICT="mirror"
+RESTRICT="bindist mirror"
 
 QA_PREBUILT="opt/cara/*"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/
@ 2020-06-21 10:25 Sergei Trofimovich
  0 siblings, 0 replies; 4+ messages in thread
From: Sergei Trofimovich @ 2020-06-21 10:25 UTC (permalink / raw
  To: gentoo-commits

commit:     09adb5e6a857d0547a56438c69d31974c447d7af
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 21 10:15:08 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 21 10:25:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09adb5e6

sci-chemistry/cara-bin: move away from virtual/libstdc++

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 .../cara-bin/{cara-bin-1.8.4-r1.ebuild => cara-bin-1.8.4-r2.ebuild}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
similarity index 94%
rename from sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild
rename to sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
index 45713307a58..daba1540583 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r1.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -30,7 +30,7 @@ RDEPEND="
 		>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
 		>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
 	)
-	virtual/libstdc++
+	sys-libs/libstdc++-v3:5
 	lua? ( dev-lang/lua )"
 DEPEND=""
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/
@ 2020-11-29 20:37 Marek Szuba
  0 siblings, 0 replies; 4+ messages in thread
From: Marek Szuba @ 2020-11-29 20:37 UTC (permalink / raw
  To: gentoo-commits

commit:     d551289800325485331d7b4cc34413cb4780dadb
Author:     Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 29 20:27:25 2020 +0000
Commit:     Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Sun Nov 29 20:37:04 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5512898

sci-chemistry/cara-bin: drop USE=lua

All this flag did was add a dependency on dev-lang/lua and the installed
executable is not dynamically linked against any version of liblua,
which is not surprising given the build instructions from
https://github.com/rochus-keller/CARA (which admittedly date to
CARA-1.9, whereas the version in Gentoo is 1.8 - but still) say this
project used modified Lua5.1 sources. All in all, it doesn't seem this
dependency has ever actually been needed.

Bug: https://bugs.gentoo.org/752831
Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>

 sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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
index daba1540583..a28e3a126dc 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=7
 
 MY_PN="${PN%%-bin}"
 MY_P="${MY_PN}_${PV}"
@@ -15,7 +15,6 @@ HOMEPAGE="http://www.nmr.ch"
 LICENSE="CARA"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="lua"
 
 RDEPEND="
 	!prefix? (
@@ -30,8 +29,7 @@ RDEPEND="
 		>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
 		>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
 	)
-	sys-libs/libstdc++-v3:5
-	lua? ( dev-lang/lua )"
+	sys-libs/libstdc++-v3:5"
 DEPEND=""
 
 RESTRICT="bindist mirror"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/
@ 2022-10-08 17:59 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-10-08 17:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6ad0c412e54b3c17a2478c05c321844497a491a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  8 16:48:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct  8 17:59:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ad0c412

sci-chemistry/cara-bin: depend on glibc (binpkg)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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
index a28e3a126dc8..4ea06af7f3d8 100644
--- a/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
+++ b/sci-chemistry/cara-bin/cara-bin-1.8.4-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,6 +29,7 @@ RDEPEND="
 		>=x11-libs/libXrandr-1.4.2[abi_x86_32(-)]
 		>=x11-libs/libXrender-0.9.8[abi_x86_32(-)]
 	)
+	sys-libs/glibc
 	sys-libs/libstdc++-v3:5"
 DEPEND=""
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-10-08 17:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-20 21:59 [gentoo-commits] repo/gentoo:master commit in: sci-chemistry/cara-bin/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2020-06-21 10:25 Sergei Trofimovich
2020-11-29 20:37 Marek Szuba
2022-10-08 17:59 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox