* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2022-10-15 19:34 Conrad Kostecki
0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2022-10-15 19:34 UTC (permalink / raw
To: gentoo-commits
commit: b99c06f00cd852e0f39547487ec75422bac46baf
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 15 19:19:40 2022 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Oct 15 19:33:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99c06f0
sci-mathematics/smtinterpol: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
index 495a57f37578..7ae391eb2ff8 100644
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ H=32d7fa8751f668f9e9a18e4e96df3337b53d2150
inherit java-pkg-2 java-ant-2
-DESCRIPTION="Interpolating SMT-solver that can compute Craig interpolants for various theories"
+DESCRIPTION="Interpolating SMT-solver computing Craig interpolants for various theories"
HOMEPAGE="http://ultimate.informatik.uni-freiburg.de/smtinterpol/"
SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${H}"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2023-01-28 0:15 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2023-01-28 0:15 UTC (permalink / raw
To: gentoo-commits
commit: 68e295b1b73b6d0510c6ba6c8f1d153d664c583f
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 00:15:00 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 00:15:00 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68e295b1
sci-mathematics/smtinterpol: Stabilize 2.5_p20211018 amd64, #892295
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
index 7ae391eb2ff8..30f4b003bd3f 100644
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.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
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN}-${H}"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
DEPEND=">=virtual/jdk-1.8"
RDEPEND=">=virtual/jre-1.8"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2023-03-04 16:32 Maciej Barć
0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2023-03-04 16:32 UTC (permalink / raw
To: gentoo-commits
commit: 5b13fe506b556c1cf2a69b436a36ffc300ae8366
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 4 16:07:24 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 4 16:32:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b13fe50
sci-mathematics/smtinterpol: H -> COMMIT
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
index 30f4b003bd3f..dc297a1f0de8 100644
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
@@ -3,21 +3,23 @@
EAPI=8
-H=32d7fa8751f668f9e9a18e4e96df3337b53d2150
+[[ ${PV} == *_p20211018 ]] && COMMIT=32d7fa8751f668f9e9a18e4e96df3337b53d2150
inherit java-pkg-2 java-ant-2
DESCRIPTION="Interpolating SMT-solver computing Craig interpolants for various theories"
-HOMEPAGE="http://ultimate.informatik.uni-freiburg.de/smtinterpol/"
-SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${H}"
+HOMEPAGE="http://ultimate.informatik.uni-freiburg.de/smtinterpol/
+ https://github.com/ultimate-pa/smtinterpol/"
+SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="amd64 ~x86"
-DEPEND=">=virtual/jdk-1.8"
RDEPEND=">=virtual/jre-1.8"
+DEPEND=">=virtual/jdk-1.8"
PATCHES=(
"${FILESDIR}"/${PN}-Version.template-version.patch
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2024-09-03 8:04 Miroslav Šulc
0 siblings, 0 replies; 7+ messages in thread
From: Miroslav Šulc @ 2024-09-03 8:04 UTC (permalink / raw
To: gentoo-commits
commit: 016c0beb70a8e56a047afad0353b001d394fc3fe
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Jul 12 10:55:16 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Sep 3 08:02:38 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=016c0beb
sci-mathematics/smtinterpol: build without BSFIX, drop java-ant-2
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/37468/commits/596ccf2967564a9e90a0fa1dd86c5b1053f179be
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../smtinterpol-2.5_p20211018-r1.ebuild | 44 ++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
new file mode 100644
index 000000000000..05a73e04d6b8
--- /dev/null
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+[[ ${PV} == *_p20211018 ]] && COMMIT=32d7fa8751f668f9e9a18e4e96df3337b53d2150
+
+inherit java-pkg-2
+
+DESCRIPTION="Interpolating SMT-solver computing Craig interpolants for various theories"
+HOMEPAGE="https://ultimate.informatik.uni-freiburg.de/smtinterpol/
+ https://github.com/ultimate-pa/smtinterpol/"
+SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND=">=dev-java/ant-1.10.14-r3:0"
+RDEPEND=">=virtual/jre-1.8:*"
+DEPEND=">=virtual/jdk-1.8:*"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-Version.template-version.patch
+ "${FILESDIR}"/${PN}-build.xml-basename.patch
+)
+
+src_prepare() {
+ default #780585
+ java-pkg-2_src_prepare
+}
+
+src_compile() {
+ eant all
+}
+
+src_install() {
+ java-pkg_dojar dist/*.jar
+ java-pkg_dolauncher ${PN} --jar ${PN}.jar
+
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2024-10-01 23:32 Sam James
0 siblings, 0 replies; 7+ messages in thread
From: Sam James @ 2024-10-01 23:32 UTC (permalink / raw
To: gentoo-commits
commit: c8ffeb4d7d5e9ff0ffd7cd142ca784be82729843
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 1 23:31:59 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 1 23:31:59 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ffeb4d
sci-mathematics/smtinterpol: Stabilize 2.5_p20211018-r1 amd64, #940447
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
index 05a73e04d6b8..1ff673d32ced 100644
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
BDEPEND=">=dev-java/ant-1.10.14-r3:0"
RDEPEND=">=virtual/jre-1.8:*"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2024-10-02 9:49 Maciej Barć
0 siblings, 0 replies; 7+ messages in thread
From: Maciej Barć @ 2024-10-02 9:49 UTC (permalink / raw
To: gentoo-commits
commit: aa42cf05729dbafe24379714a71bb56f47bd7eea
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Oct 2 04:53:54 2024 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Oct 2 09:49:30 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa42cf05
sci-mathematics/smtinterpol: drop 2.5_p20211018
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/38846
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
.../smtinterpol/smtinterpol-2.5_p20211018.ebuild | 43 ----------------------
1 file changed, 43 deletions(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
deleted file mode 100644
index dc297a1f0de8..000000000000
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-[[ ${PV} == *_p20211018 ]] && COMMIT=32d7fa8751f668f9e9a18e4e96df3337b53d2150
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Interpolating SMT-solver computing Craig interpolants for various theories"
-HOMEPAGE="http://ultimate.informatik.uni-freiburg.de/smtinterpol/
- https://github.com/ultimate-pa/smtinterpol/"
-SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${COMMIT}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND=">=virtual/jre-1.8"
-DEPEND=">=virtual/jdk-1.8"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-Version.template-version.patch
- "${FILESDIR}"/${PN}-build.xml-basename.patch
-)
-
-src_prepare() {
- default
- java-pkg-2_src_prepare
-}
-
-src_compile() {
- eant all
-}
-
-src_install() {
- java-pkg_dojar dist/*.jar
- java-pkg_dolauncher ${PN} --jar ${PN}.jar
-
- einstalldocs
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/
@ 2024-10-17 15:32 Arthur Zamarin
0 siblings, 0 replies; 7+ messages in thread
From: Arthur Zamarin @ 2024-10-17 15:32 UTC (permalink / raw
To: gentoo-commits
commit: 866a7da0e8b5132de2d601d4265573db8174e9e2
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 14:39:04 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 15:32:13 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=866a7da0
sci-mathematics/smtinterpol: dekeyword x86
After a message to gentoo-dev ML, and no reply from any user on x86,
we decided to dekeyword most Java packages from x86, and reverse
dependencies of them.
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
index 1ff673d32ced..dd05e811d86f 100644
--- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
+++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64"
BDEPEND=">=dev-java/ant-1.10.14-r3:0"
RDEPEND=">=virtual/jre-1.8:*"
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-10-17 15:32 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-04 16:32 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/smtinterpol/ Maciej Barć
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 15:32 Arthur Zamarin
2024-10-02 9:49 Maciej Barć
2024-10-01 23:32 Sam James
2024-09-03 8:04 Miroslav Šulc
2023-01-28 0:15 Sam James
2022-10-15 19:34 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox