Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Sat, 28 May 2022 06:09:15
Message-Id: 1653718144.7a9295773c6a4c83e7f53dea6c861dd5b8d40194.sam@gentoo
1 commit: 7a9295773c6a4c83e7f53dea6c861dd5b8d40194
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 06:05:33 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 06:09:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a929577
7
8 sci-libs/libqalculate: add 4.2.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/libqalculate/Manifest | 1 +
13 sci-libs/libqalculate/libqalculate-4.2.0.ebuild | 78 +++++++++++++++++++++++++
14 2 files changed, 79 insertions(+)
15
16 diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
17 index d941dfff2b0a..f021c8dfe7e5 100644
18 --- a/sci-libs/libqalculate/Manifest
19 +++ b/sci-libs/libqalculate/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libqalculate-3.21.0.tar.gz 2117414 BLAKE2B eaf8b886e716a6f8e9631dbda6533906cc7c5ed986233d75b9384aefb4123479914715d37268db5e1d403d1ee1835cde77314abe5380768fce5c266d1c253ca3 SHA512 7ca876ffe359ab2c6c6ae266007f489f9cd26f6650d6ace4e1d80cc660d16294cce601ed81046baca25cc4ec41668498af0a555fddc47c4118241e72af039614
22 DIST libqalculate-3.22.0.tar.gz 2150167 BLAKE2B 2023dc00e516f26d93e6acae66acb6211fb4dd234fba7e1e012c29ea224276040e75552b923b275e0cbe3e168ed419849f7f204aac3952a872ad0f1916470358 SHA512 2fc7e9e2edda0dfa221865050068eead29f9fecfef8eb8817bacc7493ed03215c60931b40e69165f565fc0574e370131ebebd9b247fedafc5821aae35b71dac9
23 DIST libqalculate-4.1.1.tar.gz 2172017 BLAKE2B e9dcc22ad2d102572610ddc103afc5a279cf4f63681750c6165dac40225c7e29ebb4ccdc4f54cb97031ca8684ef17e08e99478c6b200870c7858e832a7588f18 SHA512 7a0f2fac6c96247b40565bdd015f8b52dc250fa74a8d8ed4a52a6f2134fb2b628e469c0253723f22b433a8f575590a28be8c0d4aa6cfb473b58f1b2c63707956
24 +DIST libqalculate-4.2.0.tar.gz 2215812 BLAKE2B 393bab0d9cf5d4a3158d93bf676805d829a2103ec1dc733e3d98fd7a54ab0c42d3797dadb1cde72b1df2e13cfb691430982f5fbd886ac9f0a906b3884f912202 SHA512 105f567a3b24a1c396df0eb85f299d18228f489e4d989f0fa09cf97321494030e9a85d9cd9fe4b5dd8cc233b4329025788275ba168546929e912598dee8ef6b8
25
26 diff --git a/sci-libs/libqalculate/libqalculate-4.2.0.ebuild b/sci-libs/libqalculate/libqalculate-4.2.0.ebuild
27 new file mode 100644
28 index 000000000000..793186d66e2e
29 --- /dev/null
30 +++ b/sci-libs/libqalculate/libqalculate-4.2.0.ebuild
31 @@ -0,0 +1,78 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +# Bump with sci-calculators/qalculate-gtk!
38 +
39 +inherit toolchain-funcs
40 +
41 +DESCRIPTION="A modern multi-purpose calculator library"
42 +HOMEPAGE="https://qalculate.github.io/"
43 +SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
44 +
45 +LICENSE="GPL-2"
46 +# SONAME changes pretty often on bumps. Check!
47 +SLOT="0/22"
48 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux"
49 +IUSE="curl icu gnuplot readline test"
50 +RESTRICT="!test? ( test )"
51 +
52 +DEPEND="dev-libs/gmp:=
53 + dev-libs/libxml2:2
54 + dev-libs/mpfr:=
55 + virtual/libiconv
56 + curl? ( net-misc/curl )
57 + icu? ( dev-libs/icu:= )
58 + readline? ( sys-libs/readline:= )"
59 +RDEPEND="${DEPEND}
60 + gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
61 +BDEPEND="dev-util/intltool
62 + sys-devel/gettext
63 + virtual/pkgconfig"
64 +
65 +src_prepare() {
66 + default
67 +
68 + cat >po/POTFILES.skip <<-EOF || die
69 + # Required by make check
70 + data/currencies.xml.in
71 + data/datasets.xml.in
72 + data/elements.xml.in
73 + data/functions.xml.in
74 + data/planets.xml.in
75 + data/prefixes.xml.in
76 + data/units.xml.in
77 + data/variables.xml.in
78 + src/defs2doc.cc
79 + EOF
80 +}
81 +
82 +src_configure() {
83 + # Needed for po-defs/Makefile
84 + export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
85 + export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"
86 +
87 + # bug #792027
88 + tc-export CC
89 +
90 + econf \
91 + $(use_enable test tests) \
92 + $(use_enable test unittests) \
93 + $(use_with curl libcurl) \
94 + $(use_with gnuplot gnuplot-call) \
95 + $(use_with icu) \
96 + $(use_with readline)
97 +}
98 +
99 +src_install() {
100 + # docs/reference/Makefile.am -> referencedir=
101 + emake \
102 + DESTDIR="${D}" \
103 + referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
104 + install
105 +
106 + einstalldocs
107 +
108 + find "${ED}" -name '*.la' -delete || die
109 +}