public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2019-10-21 18:29 Alfredo Tupone
  0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2019-10-21 18:29 UTC (permalink / raw
  To: gentoo-commits

commit:     058cedbfb3da3d26ec61856e346d2ad93c09c28d
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 21 18:29:41 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 21 18:29:41 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=058cedbf

sci-mathematics/psmt2-frontend: Stable version

Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index 4e0ada140fe..c8f1ac2d19d 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=">=dev-ml/menhir-20181006"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2019-10-28 20:08 Alfredo Tupone
  0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2019-10-28 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     0fbc12d5089b5aa754eea8751ea5c20608120062
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 20:08:31 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 20:08:31 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fbc12d5

sci-mathematics/psmt2-frontend: rename configure.in to ac

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index c8f1ac2d19d..a7bedc5e96d 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -21,5 +21,11 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 
 src_prepare() {
 	default
+	mv configure.{in,ac}
 	eautoreconf
 }
+
+src_compile() {
+	emake depend
+	default
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2019-10-29 21:13 Alfredo Tupone
  0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2019-10-29 21:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4ded99a3df1b8cdf0aa8dc29b8589f4817e12e55
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 29 21:11:58 2019 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Oct 29 21:12:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ded99a3

sci-mathematics/psmt2-frontend: fix make install

Closes: https://bugs.gentoo.org/698858
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index a7bedc5e96d..5f6f9e6f4f3 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -22,6 +22,9 @@ PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
 src_prepare() {
 	default
 	mv configure.{in,ac}
+	sed -i \
+		-e "s:configure.in:configure.ac:g" \
+		Makefile.in || die
 	eautoreconf
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2020-02-02 20:45 Alfredo Tupone
  0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2020-02-02 20:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f5c605ffb6b72aa15ba2e5235d486674d96b2ec0
Author:     Tupone Alfredo <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  2 20:45:43 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Feb  2 20:45:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5c605ff

sci-mathematics/psmt2-frontend: RedundantLongDescription

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-mathematics/psmt2-frontend/metadata.xml b/sci-mathematics/psmt2-frontend/metadata.xml
index 53441a5497e..d0e866f244f 100644
--- a/sci-mathematics/psmt2-frontend/metadata.xml
+++ b/sci-mathematics/psmt2-frontend/metadata.xml
@@ -5,8 +5,4 @@
 		<email>tupone@gentoo.org</email>
 		<name>Tupone Alfredo</name>
 	</maintainer>
-	<longdescription lang="en">
-			A library to parse and type-check a conservative extension of the
-			SMT-LIB 2 standard with prenex polymorphism.
-	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2020-05-27 19:01 Alfredo Tupone
  0 siblings, 0 replies; 10+ messages in thread
From: Alfredo Tupone @ 2020-05-27 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     46c1b0e31c9201a28a9c83bf3704f135c60f0406
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Wed May 27 19:00:45 2020 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed May 27 19:00:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46c1b0e3

sci-mathematics/psmt2-frontend: ignore CFLAGS warning

Closes: https://bugs.gentoo.org/725556
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
index 5f6f9e6f4f3..09760d868d0 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019 Gentoo Authors
+# Copyright 2019-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -32,3 +32,12 @@ src_compile() {
 	emake depend
 	default
 }
+
+src_install() {
+	default
+	QA_FLAGS_IGNORED=(
+		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.o
+		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.cmxs
+		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.a
+	)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2021-12-27 23:47 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2021-12-27 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     db8c4170efe4daa96a19aad54a72836f04a463b5
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 23:40:12 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 23:47:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8c4170

sci-mathematics/psmt2-frontend: bump to 0.4.0

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/Manifest            |  1 +
 .../psmt2-frontend/psmt2-frontend-0.4.0.ebuild     | 23 ++++++++++++++++++++++
 2 files changed, 24 insertions(+)

diff --git a/sci-mathematics/psmt2-frontend/Manifest b/sci-mathematics/psmt2-frontend/Manifest
index c13d8559bb56..bed990526f44 100644
--- a/sci-mathematics/psmt2-frontend/Manifest
+++ b/sci-mathematics/psmt2-frontend/Manifest
@@ -1 +1,2 @@
 DIST psmt2-frontend-0.2.tar.gz 26976 BLAKE2B 2b45ceb8d824f5b11455ad0026064b6329b6c6e6173c091b36dc42e8c1dd36924d12d9296db3dcfe748a84fdc37a1a530f3ef485bec904c19a0e6aa8034149f9 SHA512 c29802f4265a1cbdb05ee9154ce2c156136af258bc7283dd0fb1d1b2ce162b671553cab96484036d898e3ff7c26ab133f5c2e1ca88e9e48660b2faa139fd1f41
+DIST psmt2-frontend-0.4.0.tar.gz 70801 BLAKE2B 337b3a87e9bff1c48eec9be4b1b50539c0114cdcdba1ac9c64ee180f73451b6a500f4a970a4f557dc3b886c5932bb72bb0b1b5e130a833b05502954c5279e702 SHA512 68b883f4bc4e0e39162807ffae251782871f372850c469889ea5ba5cf59388e363b1de5bc8087ad8624a1466b52611d0e41d78c6c3e6ac8af7c6e6e5c35630c5

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild
new file mode 100644
index 000000000000..4ff6c1c91532
--- /dev/null
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit dune
+
+DESCRIPTION="Library to parse and type-check an extension of the SMT-LIB 2 standard"
+HOMEPAGE="https://github.com/OCamlPro-Coquera/psmt2-frontend"
+SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE="+ocamlopt test"
+RESTRICT="!test? ( test )"
+
+RDEPEND=">=dev-ml/menhir-20181006:="
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+	dev-ml/ppx_expect
+	dev-ml/ppx_inline_test
+)"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2021-12-27 23:47 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2021-12-27 23:47 UTC (permalink / raw
  To: gentoo-commits

commit:     6ffef97d1884cf248e877347f3338dccc5f7f9cb
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 23:38:17 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 23:47:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ffef97d

sci-mathematics/psmt2-frontend: change maint: tupone -> ml & sci

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

 sci-mathematics/psmt2-frontend/metadata.xml | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/sci-mathematics/psmt2-frontend/metadata.xml b/sci-mathematics/psmt2-frontend/metadata.xml
index 8c0d75248cf7..a8706c2fbce7 100644
--- a/sci-mathematics/psmt2-frontend/metadata.xml
+++ b/sci-mathematics/psmt2-frontend/metadata.xml
@@ -1,8 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
 <pkgmetadata>
-	<maintainer type="person">
-		<email>tupone@gentoo.org</email>
-		<name>Tupone Alfredo</name>
-	</maintainer>
+  <maintainer type="project">
+    <email>ml@gentoo.org</email>
+    <name>ML</name>
+  </maintainer>
+  <maintainer type="project">
+    <email>sci-mathematics@gentoo.org</email>
+    <name>Gentoo Mathematics Project</name>
+  </maintainer>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2021-12-27 23:58 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2021-12-27 23:58 UTC (permalink / raw
  To: gentoo-commits

commit:     8edf3b96560d39a8af2557eabdb8c58164fce522
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 27 23:58:50 2021 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Dec 27 23:58:50 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8edf3b96

sci-mathematics/psmt2-frontend: metadata: add longdescription and upstream

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/metadata.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/sci-mathematics/psmt2-frontend/metadata.xml b/sci-mathematics/psmt2-frontend/metadata.xml
index a8706c2fbce7..ae10bf8fbbed 100644
--- a/sci-mathematics/psmt2-frontend/metadata.xml
+++ b/sci-mathematics/psmt2-frontend/metadata.xml
@@ -10,4 +10,12 @@
     <email>sci-mathematics@gentoo.org</email>
     <name>Gentoo Mathematics Project</name>
   </maintainer>
+  <longdescription>
+    psmt2-frontend is an OCaml library to parse and type-check a conservative
+    extension of the SMT-LIB 2 standard with prenex polymorphism.
+  </longdescription>
+  <upstream>
+    <bugs-to>https://github.com/ACoquereau/psmt2-frontend/issues/</bugs-to>
+    <remote-id type="github">ACoquereau/psmt2-frontend</remote-id>
+  </upstream>
 </pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2022-03-02  9:04 Agostino Sarubbo
  0 siblings, 0 replies; 10+ messages in thread
From: Agostino Sarubbo @ 2022-03-02  9:04 UTC (permalink / raw
  To: gentoo-commits

commit:     bf1a25f73bc0b5fe1acc21c93253adca9f08ef95
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  2 09:04:42 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Mar  2 09:04:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf1a25f7

sci-mathematics/psmt2-frontend: amd64 stable wrt bug #834375

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild
index 4ff6c1c91532..804904c9a49b 100644
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild
+++ b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2019-2021 Gentoo Authors
+# Copyright 2019-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+ocamlopt test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/
@ 2024-03-08 11:55 Maciej Barć
  0 siblings, 0 replies; 10+ messages in thread
From: Maciej Barć @ 2024-03-08 11:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0e7f215320a3eacdb4ae0f9f80de97115ff003fa
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 10:33:26 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 11:55:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e7f2153

sci-mathematics/psmt2-frontend: drop old 0.2

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

 sci-mathematics/psmt2-frontend/Manifest            |  1 -
 .../psmt2-frontend/psmt2-frontend-0.2.ebuild       | 43 ----------------------
 2 files changed, 44 deletions(-)

diff --git a/sci-mathematics/psmt2-frontend/Manifest b/sci-mathematics/psmt2-frontend/Manifest
index bed990526f44..97811714c902 100644
--- a/sci-mathematics/psmt2-frontend/Manifest
+++ b/sci-mathematics/psmt2-frontend/Manifest
@@ -1,2 +1 @@
-DIST psmt2-frontend-0.2.tar.gz 26976 BLAKE2B 2b45ceb8d824f5b11455ad0026064b6329b6c6e6173c091b36dc42e8c1dd36924d12d9296db3dcfe748a84fdc37a1a530f3ef485bec904c19a0e6aa8034149f9 SHA512 c29802f4265a1cbdb05ee9154ce2c156136af258bc7283dd0fb1d1b2ce162b671553cab96484036d898e3ff7c26ab133f5c2e1ca88e9e48660b2faa139fd1f41
 DIST psmt2-frontend-0.4.0.tar.gz 70801 BLAKE2B 337b3a87e9bff1c48eec9be4b1b50539c0114cdcdba1ac9c64ee180f73451b6a500f4a970a4f557dc3b886c5932bb72bb0b1b5e130a833b05502954c5279e702 SHA512 68b883f4bc4e0e39162807ffae251782871f372850c469889ea5ba5cf59388e363b1de5bc8087ad8624a1466b52611d0e41d78c6c3e6ac8af7c6e6e5c35630c5

diff --git a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild b/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
deleted file mode 100644
index 09760d868d06..000000000000
--- a/sci-mathematics/psmt2-frontend/psmt2-frontend-0.2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit findlib autotools
-
-DESCRIPTION="Library to parse and type-check an extension of the SMT-LIB 2 standard"
-HOMEPAGE="https://github.com/OCamlPro-Coquera/psmt2-frontend"
-SRC_URI="https://github.com/OCamlPro-Coquera/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND=">=dev-ml/menhir-20181006"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )
-
-src_prepare() {
-	default
-	mv configure.{in,ac}
-	sed -i \
-		-e "s:configure.in:configure.ac:g" \
-		Makefile.in || die
-	eautoreconf
-}
-
-src_compile() {
-	emake depend
-	default
-}
-
-src_install() {
-	default
-	QA_FLAGS_IGNORED=(
-		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.o
-		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.cmxs
-		/usr/$(get_libdir)/ocaml/psmt2-frontend/psmt2Frontend.a
-	)
-}


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

end of thread, other threads:[~2024-03-08 11:55 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-02 20:45 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/psmt2-frontend/ Alfredo Tupone
  -- strict thread matches above, loose matches on Subject: below --
2024-03-08 11:55 Maciej Barć
2022-03-02  9:04 Agostino Sarubbo
2021-12-27 23:58 Maciej Barć
2021-12-27 23:47 Maciej Barć
2021-12-27 23:47 Maciej Barć
2020-05-27 19:01 Alfredo Tupone
2019-10-29 21:13 Alfredo Tupone
2019-10-28 20:08 Alfredo Tupone
2019-10-21 18:29 Alfredo Tupone

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