From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Tue, 16 Apr 2024 22:28:25 +0000 (UTC) [thread overview]
Message-ID: <1713306464.265cd7235511152398f499cdbe8081cf2762cdd5.sam@gentoo> (raw)
commit: 265cd7235511152398f499cdbe8081cf2762cdd5
Author: Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Tue Apr 16 16:52:13 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 16 22:27:44 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=265cd723
sci-libs/libqalculate: add 5.0.0b
- Fixes ABI breakage
- Bumps SONAME subslot
- Adds MY_PV and S variables to fix directory path
Closes: https://bugs.gentoo.org/930068
Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Closes: https://github.com/gentoo/gentoo/pull/36268
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-libs/libqalculate/Manifest | 1 +
sci-libs/libqalculate/libqalculate-5.0.0b.ebuild | 81 ++++++++++++++++++++++++
2 files changed, 82 insertions(+)
diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index cc554565d92f..029cd91e973a 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -4,3 +4,4 @@ DIST libqalculate-4.7.0.tar.gz 2618347 BLAKE2B 1ec01e124d9c96a2651f3e2a82a4eb8ae
DIST libqalculate-4.8.0.tar.gz 2625669 BLAKE2B 957adcc6b5dabee4d9d6a593a4d5c894e6db05856875a241b1090bada49a0c802c94076a347df6b9b60d088edcba6f5e50ffa0d4a4517ead6da9cebc2f02c592 SHA512 db41bf883520d72f5d7c80b78492aba5367e74a6c5c452a420d6ecc79ae8f1dfa208c13bfff96ea699d31189cc49c264cf1b543946e4ec39b9df97a386c215ea
DIST libqalculate-4.8.1.tar.gz 2625564 BLAKE2B 017188bd43da03c398ed17e883f460637d1af35df9643ac62c938f5aa189431fee49143d517c2d4489c4cca030f1220129f9dfce448969a9601c74273bfdb1a9 SHA512 e4e3f884ac42b706ee79f8fa37fbff69a30dc3f24edbe66b259507723dc3f028243acea4cb29dd68d933e7e357a55207aaf619fe9f66caa118a212de06c2a8d4
DIST libqalculate-5.0.0.tar.gz 2674322 BLAKE2B 1ae2203c4443b57198a0e7862361f732ae8428cb6b55942f9ff9984f0956c5a2cda3fd9f5a49fa98c10526879e9ce2751a9e5c33d1e6092503640da13844df0d SHA512 d3467e79e1454a76ee0c4d8795241c105d42580f95321e24b0657d99535ed8827809cc7ec0474c9e75cd668158aa84a500e5bd3a92dd0f4a3d1e4fc91811c399
+DIST libqalculate-5.0.0b.tar.gz 2674304 BLAKE2B 8f41f141aedac2f1ccdd8b48182f972b29ae2835b1a4844ba076112754061f06970817ec3e1248c50c3c9792d41927e277b05bd8933b9a63446e0d56d5449a8b SHA512 88bddd961fca48b0c971ba035cd295d642aac009164654b0c6b18e1c72892c69614f3dd90d5b851c05dfab41fda9a6dd18fbaecac9d28bfed387a7063280ebc7
diff --git a/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild
new file mode 100644
index 000000000000..e2b981608fed
--- /dev/null
+++ b/sci-libs/libqalculate/libqalculate-5.0.0b.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Bump with sci-calculators/qalculate-gtk and sci-calculators/qalculate-qt
+
+inherit toolchain-funcs
+
+MY_PV="${PV//b/}"
+
+DESCRIPTION="A modern multi-purpose calculator library"
+HOMEPAGE="https://qalculate.github.io/"
+SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
+S="${WORKDIR}"/"${PN}-${MY_PV}"
+
+LICENSE="GPL-2+"
+# SONAME changes pretty often on bumps. Check!
+SLOT="0/23"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE="curl icu gnuplot +hardened readline test"
+RESTRICT="!test? ( test )"
+
+DEPEND="dev-libs/gmp:=
+ dev-libs/libxml2:2
+ dev-libs/mpfr:=
+ virtual/libiconv
+ curl? ( net-misc/curl )
+ icu? ( dev-libs/icu:= )
+ readline? ( sys-libs/readline:= )"
+RDEPEND="${DEPEND}
+ gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
+BDEPEND="dev-util/intltool
+ sys-devel/gettext
+ virtual/pkgconfig"
+
+src_prepare() {
+ default
+ cat >po/POTFILES.skip <<-EOF || die
+ # Required by make check
+ data/currencies.xml.in
+ data/datasets.xml.in
+ data/elements.xml.in
+ data/functions.xml.in
+ data/planets.xml.in
+ data/prefixes.xml.in
+ data/units.xml.in
+ data/variables.xml.in
+ src/defs2doc.cc
+ EOF
+}
+
+src_configure() {
+ # Needed for po-defs/Makefile
+ export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
+ export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"
+
+ # bug #792027
+ tc-export CC
+
+ econf \
+ $(use_enable test tests) \
+ $(use_enable test unittests) \
+ $(use_with curl libcurl) \
+ $(use_with gnuplot gnuplot-call) \
+ $(use_enable !hardened insecure) \
+ $(use_with icu) \
+ $(use_with readline)
+}
+
+src_install() {
+ # docs/reference/Makefile.am -> referencedir=
+ emake \
+ DESTDIR="${D}" \
+ referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
+ install
+
+ einstalldocs
+
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-04-16 22:28 UTC|newest]
Thread overview: 143+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-04-16 22:28 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-07 14:03 [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/ Nowa Ammerlaan
2025-02-28 15:31 Nowa Ammerlaan
2025-02-26 14:08 Nowa Ammerlaan
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-24 21:28 Sam James
2025-02-23 5:11 Sam James
2025-02-05 11:27 Sam James
2025-02-04 22:03 Sam James
2025-02-04 13:24 Sam James
2025-02-04 13:24 Sam James
2025-02-04 13:24 Sam James
2025-01-14 3:29 Sam James
2024-11-28 15:16 Sam James
2024-11-28 14:50 Jakov Smolić
2024-11-27 15:30 Nowa Ammerlaan
2024-10-15 6:19 Sam James
2024-10-14 0:16 Sam James
2024-09-24 16:15 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-09-23 9:13 Arthur Zamarin
2024-09-23 8:26 Arthur Zamarin
2024-08-28 7:53 Andrew Ammerlaan
2024-06-05 19:59 Arthur Zamarin
2024-04-16 23:38 Sam James
2024-04-12 11:46 Andrew Ammerlaan
2024-01-06 18:46 Michał Górny
2023-12-17 0:05 Sam James
2023-12-16 16:17 Arthur Zamarin
2023-12-16 16:17 Arthur Zamarin
2023-12-16 16:17 Arthur Zamarin
2023-10-14 10:30 Sam James
2023-09-18 11:19 Sam James
2023-09-18 11:14 Sam James
2023-09-05 11:15 Andrew Ammerlaan
2023-09-05 11:15 Andrew Ammerlaan
2023-06-09 16:35 Arthur Zamarin
2023-06-09 16:35 Arthur Zamarin
2023-06-09 16:13 Arthur Zamarin
2023-06-09 15:27 Arthur Zamarin
2023-06-09 14:24 Arthur Zamarin
2023-05-06 10:21 Sam James
2023-04-25 11:09 Andrew Ammerlaan
2023-03-04 9:05 Arthur Zamarin
2023-03-04 8:18 Arthur Zamarin
2023-03-04 7:17 Arthur Zamarin
2023-03-04 6:26 Arthur Zamarin
2023-03-04 6:21 Arthur Zamarin
2023-01-13 18:20 Arthur Zamarin
2022-12-29 23:01 Sam James
2022-12-29 23:01 Sam James
2022-12-29 23:01 Sam James
2022-12-29 23:01 Sam James
2022-08-24 2:18 Sam James
2022-05-28 6:09 Sam James
2022-04-05 2:36 Sam James
2022-04-05 2:32 Sam James
2022-01-10 10:54 Arthur Zamarin
2022-01-09 21:01 Jakov Smolić
2022-01-09 20:44 Jakov Smolić
2022-01-09 1:11 Sam James
2022-01-08 12:21 Jakov Smolić
2022-01-08 12:21 Jakov Smolić
2021-12-16 17:02 Jakov Smolić
2021-12-16 7:45 Sam James
2021-12-13 7:08 Agostino Sarubbo
2021-12-13 6:57 Agostino Sarubbo
2021-12-13 5:42 Sam James
2021-12-12 14:35 Jakov Smolić
2021-12-04 1:30 Sam James
2021-12-04 1:26 Sam James
2021-10-14 9:18 Jakov Smolić
2021-09-30 18:45 Jakov Smolić
2021-09-30 18:19 Sam James
2021-09-18 19:51 Sam James
2021-09-14 6:29 Agostino Sarubbo
2021-09-14 6:29 Agostino Sarubbo
2021-09-14 6:28 Agostino Sarubbo
2021-08-03 11:03 Sam James
2021-07-30 15:17 Agostino Sarubbo
2021-07-30 15:14 Agostino Sarubbo
2021-07-29 18:47 Sam James
2021-07-29 17:05 Sam James
2021-07-29 17:05 Sam James
2021-07-29 7:08 Agostino Sarubbo
2021-07-29 6:45 Agostino Sarubbo
2021-07-29 6:40 Agostino Sarubbo
2021-07-29 0:46 Sam James
2021-07-05 22:35 Sam James
2021-05-28 19:39 Agostino Sarubbo
2021-05-28 19:37 Agostino Sarubbo
2021-05-27 16:51 Sergei Trofimovich
2021-05-26 13:03 Sam James
2021-05-26 8:11 Sam James
2021-05-26 6:49 Agostino Sarubbo
2021-05-25 12:33 Sam James
2021-05-04 22:06 Sam James
2021-05-04 22:06 Sam James
2021-05-01 14:06 Sam James
2021-05-01 7:57 Sergei Trofimovich
2021-04-30 23:39 Sam James
2021-04-30 23:37 Sam James
2021-04-30 23:29 Sam James
2021-04-30 15:23 Agostino Sarubbo
2021-03-26 11:30 David Seifert
2021-02-27 16:54 Sam James
2021-02-27 16:16 Sam James
2021-02-26 13:55 Sam James
2021-02-25 13:17 Sam James
2021-02-25 8:20 Sam James
2021-02-24 20:44 Sam James
2021-02-24 20:25 Sam James
2021-01-24 20:06 Sam James
2021-01-24 15:42 Sam James
2021-01-24 13:35 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-24 3:48 Sam James
2021-01-24 0:37 Sam James
2021-01-23 10:43 David Seifert
2020-12-28 18:22 David Seifert
2020-12-28 15:50 David Seifert
2020-12-28 15:50 David Seifert
2019-07-03 10:35 Matthias Maier
2019-07-03 6:35 Agostino Sarubbo
2019-07-02 12:14 Agostino Sarubbo
2019-07-02 10:33 Agostino Sarubbo
2019-07-02 8:24 Sergei Trofimovich
2019-06-30 18:20 Matthias Maier
2019-05-28 2:35 Aaron Bauman
2018-11-11 3:52 Michael Palimaka
2018-02-07 0:54 Matthias Maier
2018-02-07 0:54 Matthias Maier
2017-07-29 20:36 Alexis Ballier
2017-02-02 6:18 Jeroen Roovers
2016-12-30 16:47 Agostino Sarubbo
2016-12-05 22:54 Tobias Klausmann
2016-08-03 4:13 Matthias Maier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1713306464.265cd7235511152398f499cdbe8081cf2762cdd5.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox