public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/
@ 2022-12-06  6:22 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2022-12-06  6:22 UTC (permalink / raw
  To: gentoo-commits

commit:     aed12ac2a6a2bae81f5dfc588b67cf650349cb37
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Dec  6 06:19:33 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Dec  6 06:22:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aed12ac2

sci-mathematics/picosat: fix patch apply

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/picosat/picosat-965.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/picosat/picosat-965.ebuild b/sci-mathematics/picosat/picosat-965.ebuild
index cff148733b40..9803703a619b 100644
--- a/sci-mathematics/picosat/picosat-965.ebuild
+++ b/sci-mathematics/picosat/picosat-965.ebuild
@@ -13,12 +13,15 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 LICENSE="MIT"
 
+PATCHES=( "${FILESDIR}"/${P}-makefile.in.patch )
+
 src_configure() {
 	CC="$(tc-getCC)" sh ./configure.sh --shared --trace || die
 }
 
 src_compile() {
-	emake CFLAGS="${CFLAGS} ${LDFLAGS} -fPIC"
+	emake AR="$(tc-getAR)" RANLIB="$(tc-getRANLIB)" \
+		CFLAGS="${CFLAGS} ${LDFLAGS} -fPIC"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/
@ 2023-01-11  3:53 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-01-11  3:53 UTC (permalink / raw
  To: gentoo-commits

commit:     7adf72129265d77da74162a048fb2f9ec9a4005a
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 11 01:08:51 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Jan 11 03:44:06 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7adf7212

sci-mathematics/picosat: also install static libraries

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/picosat/{picosat-965.ebuild => picosat-965-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/picosat/picosat-965.ebuild b/sci-mathematics/picosat/picosat-965-r1.ebuild
similarity index 92%
rename from sci-mathematics/picosat/picosat-965.ebuild
rename to sci-mathematics/picosat/picosat-965-r1.ebuild
index 9803703a619b..30e893f62288 100644
--- a/sci-mathematics/picosat/picosat-965.ebuild
+++ b/sci-mathematics/picosat/picosat-965-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,6 +31,7 @@ src_install() {
 	insinto /usr/share
 	newins VERSION picosat.version
 
+	dolib.a libpicosat.a
 	dolib.so libpicosat.so
 	doheader picosat.h
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/
@ 2023-01-13 15:42 Maciej Barć
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2023-01-13 15:42 UTC (permalink / raw
  To: gentoo-commits

commit:     6470b88ee3af3267b1433cec4ace458816e52830
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 14:57:23 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 15:42:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6470b88e

Revert "sci-mathematics/picosat: also install static libraries"

This reverts commit 7adf72129265d77da74162a048fb2f9ec9a4005a.

Closes: https://bugs.gentoo.org/890700
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/picosat/{picosat-965-r1.ebuild => picosat-965.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sci-mathematics/picosat/picosat-965-r1.ebuild b/sci-mathematics/picosat/picosat-965.ebuild
similarity index 92%
rename from sci-mathematics/picosat/picosat-965-r1.ebuild
rename to sci-mathematics/picosat/picosat-965.ebuild
index 30e893f62288..9803703a619b 100644
--- a/sci-mathematics/picosat/picosat-965-r1.ebuild
+++ b/sci-mathematics/picosat/picosat-965.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -31,7 +31,6 @@ src_install() {
 	insinto /usr/share
 	newins VERSION picosat.version
 
-	dolib.a libpicosat.a
 	dolib.so libpicosat.so
 	doheader picosat.h
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/
@ 2023-01-28  0:19 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2023-01-28  0:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c5826ad5fec500e6c926e02ade3b7a03ec80e98c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:18:43 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:18:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5826ad5

sci-mathematics/picosat: Stabilize 965 amd64, #892299

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

 sci-mathematics/picosat/picosat-965.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/picosat/picosat-965.ebuild b/sci-mathematics/picosat/picosat-965.ebuild
index 9803703a619b..68c4d49c5f99 100644
--- a/sci-mathematics/picosat/picosat-965.ebuild
+++ b/sci-mathematics/picosat/picosat-965.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="http://fmv.jku.at/picosat/"
 SRC_URI="http://fmv.jku.at/${PN}/${P}.tar.gz"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 LICENSE="MIT"
 
 PATCHES=( "${FILESDIR}"/${P}-makefile.in.patch )


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

end of thread, other threads:[~2023-01-28  0:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-28  0:19 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/picosat/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2023-01-13 15:42 Maciej Barć
2023-01-11  3:53 Maciej Barć
2022-12-06  6:22 Maciej Barć

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