From: "Nowa Ammerlaan" <nowa@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Fri, 28 Feb 2025 15:31:41 +0000 (UTC) [thread overview]
Message-ID: <1740756655.646fb4978a8fee9f801df70797909bcb6366b9d2.nowa@gentoo> (raw)
commit: 646fb4978a8fee9f801df70797909bcb6366b9d2
Author: Christopher Fore <csfore <AT> posteo <DOT> net>
AuthorDate: Thu Feb 27 16:17:53 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Fri Feb 28 15:30:55 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=646fb497
sci-libs/libqalculate: drop 5.3.0-r1, 5.4.0, 5.4.0.1
Signed-off-by: Christopher Fore <csfore <AT> posteo.net>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
sci-libs/libqalculate/Manifest | 3 -
sci-libs/libqalculate/libqalculate-5.3.0-r1.ebuild | 87 ---------------------
sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild | 89 ----------------------
sci-libs/libqalculate/libqalculate-5.4.0.ebuild | 87 ---------------------
4 files changed, 266 deletions(-)
diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index 72a05d08ec3a..1a75cfd9c92f 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -1,5 +1,2 @@
-DIST libqalculate-5.3.0.tar.gz 2705592 BLAKE2B 8a42ab386e6b028c8e8429abedf0606e409c552a722b785bf621ea205fc792d9174fe8f62311fd7587c4a7f5d91fcbf7c1ce99ceb5d0c08ad2b696aba2f6856a SHA512 41aa83a6448158ddfbf6b4e0a88062d20dd199d8bc1fa6f12b704fa0c4085ddac19bc1bc0a7e01e063221e157b1597cf8cc387ee226a90e228723fc0e2e2bed1
-DIST libqalculate-5.4.0.1.tar.gz 2203512 BLAKE2B ccecbfdb9dc026f00bc072124d9582b8f364293d60443fb6136bf2520492b50a76db7bd6a1e678c4c4eea1ff18c9033098d8046415daaba49add765e8fa68fa5 SHA512 453e5048fca023b787f4bc68ef6cf9aac6b9aeb64ef6048543a7d3729c918976dff4336e2a1f697e5e1e7489fe6c2cc92ab016802e0ee8a1a3085b0f807e38cc
-DIST libqalculate-5.4.0.tar.gz 2720059 BLAKE2B e6ec9536a8b0ed3769c2a013bd267ca8202f58ebf54cd4c629d0d993cede797f2f547d02da50ced4ce94d41bbb8d54db9b4136451e960340c6bcd03c040080d6 SHA512 0539fe8053c903653b72716d0f7e5bc17d2ba954854d61f51bf62f2d9b6a02d3160be6a9f0208c67960ae5f9d831cc29eae4e80438cae482e6fb97e7686207e4
DIST libqalculate-5.5.0.tar.gz 2209195 BLAKE2B 64781eeb1ad06bb25ac604fce10fb6a158e5f704ad311d52d0b3494ddf4f96d6240795b9f1d25aaf415b4e06f9916af12ca3db71d6b97c00f07fd0e31ebc6036 SHA512 c19dd210c03eb3a2966937dafade9f15e5289a04b5c498180b3bff37e202b6707e1942e02dd76fd4f461d5f80bd7ab7b99ba7802916b7ed6a25d1e59b16472e7
DIST libqalculate-5.5.1.tar.gz 2212026 BLAKE2B dd10a0e2a5d6454c545465cafa21ab3d2d999b4671617ca98b95af4850f7275a9a53b59b923e0f34866cc6814298f82cdff714250df945ae3673a1e9e6d3c1b9 SHA512 97fca04ef8ccd9596a40f36095fd418ebcb9b98cd2c9f412b9bf8475454024b1d8942adc869b03f501656fa2d36a6dc2c8a2fc7e366325e8da382d6194346977
diff --git a/sci-libs/libqalculate/libqalculate-5.3.0-r1.ebuild b/sci-libs/libqalculate/libqalculate-5.3.0-r1.ebuild
deleted file mode 100644
index 97c095f1c488..000000000000
--- a/sci-libs/libqalculate/libqalculate-5.3.0-r1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# 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 flag-o-matic 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${MY_PV}/${P}.tar.gz"
-S="${WORKDIR}"/"${PN}-${MY_PV}"
-
-LICENSE="GPL-2+"
-# SONAME changes pretty often on bumps. Check!
-SLOT="0/23.3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~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
-
- # bug #924939
- use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
-
- local myeconfargs=(
- $(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)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-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
-}
diff --git a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild b/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild
deleted file mode 100644
index b9213fc29c4d..000000000000
--- a/sci-libs/libqalculate/libqalculate-5.4.0.1.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2025 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 autotools flag-o-matic toolchain-funcs
-
-MY_PV="${PV//b/}"
-
-DESCRIPTION="A modern multi-purpose calculator library"
-HOMEPAGE="https://qalculate.github.io/"
-SRC_URI="https://github.com/Qalculate/libqalculate/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}"/"${PN}-${MY_PV}"
-
-LICENSE="GPL-2+"
-# SONAME changes pretty often on bumps. Check!
-SLOT="0/23.3"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~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
-
- eautoreconf
-}
-
-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
-
- # bug #924939
- use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
-
- local myeconfargs=(
- $(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)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-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
-}
diff --git a/sci-libs/libqalculate/libqalculate-5.4.0.ebuild b/sci-libs/libqalculate/libqalculate-5.4.0.ebuild
deleted file mode 100644
index 341483a69648..000000000000
--- a/sci-libs/libqalculate/libqalculate-5.4.0.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# 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 flag-o-matic 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${MY_PV}/${P}.tar.gz"
-S="${WORKDIR}"/"${PN}-${MY_PV}"
-
-LICENSE="GPL-2+"
-# SONAME changes pretty often on bumps. Check!
-SLOT="0/23.3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~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
-
- # bug #924939
- use elibc_musl && append-ldflags -Wl,-z,stack-size=2097152
-
- local myeconfargs=(
- $(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)
- )
-
- econf "${myeconfargs[@]}"
-}
-
-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:[~2025-02-28 15:31 UTC|newest]
Thread overview: 143+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-28 15:31 Nowa Ammerlaan [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-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-16 22:28 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=1740756655.646fb4978a8fee9f801df70797909bcb6366b9d2.nowa@gentoo \
--to=nowa@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