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: Wed, 24 Aug 2022 02:18:16
Message-Id: 1661307283.54623a336512775e169ab8cd1f5c21821cf8e9dc.sam@gentoo
1 commit: 54623a336512775e169ab8cd1f5c21821cf8e9dc
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 24 02:14:43 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 02:14:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54623a33
7
8 sci-libs/libqalculate: add 4.3.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.3.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 f021c8dfe7e5..dfa964a4533d 100644
18 --- a/sci-libs/libqalculate/Manifest
19 +++ b/sci-libs/libqalculate/Manifest
20 @@ -2,3 +2,4 @@ DIST libqalculate-3.21.0.tar.gz 2117414 BLAKE2B eaf8b886e716a6f8e9631dbda6533906
21 DIST libqalculate-3.22.0.tar.gz 2150167 BLAKE2B 2023dc00e516f26d93e6acae66acb6211fb4dd234fba7e1e012c29ea224276040e75552b923b275e0cbe3e168ed419849f7f204aac3952a872ad0f1916470358 SHA512 2fc7e9e2edda0dfa221865050068eead29f9fecfef8eb8817bacc7493ed03215c60931b40e69165f565fc0574e370131ebebd9b247fedafc5821aae35b71dac9
22 DIST libqalculate-4.1.1.tar.gz 2172017 BLAKE2B e9dcc22ad2d102572610ddc103afc5a279cf4f63681750c6165dac40225c7e29ebb4ccdc4f54cb97031ca8684ef17e08e99478c6b200870c7858e832a7588f18 SHA512 7a0f2fac6c96247b40565bdd015f8b52dc250fa74a8d8ed4a52a6f2134fb2b628e469c0253723f22b433a8f575590a28be8c0d4aa6cfb473b58f1b2c63707956
23 DIST libqalculate-4.2.0.tar.gz 2215812 BLAKE2B 393bab0d9cf5d4a3158d93bf676805d829a2103ec1dc733e3d98fd7a54ab0c42d3797dadb1cde72b1df2e13cfb691430982f5fbd886ac9f0a906b3884f912202 SHA512 105f567a3b24a1c396df0eb85f299d18228f489e4d989f0fa09cf97321494030e9a85d9cd9fe4b5dd8cc233b4329025788275ba168546929e912598dee8ef6b8
24 +DIST libqalculate-4.3.0.tar.gz 2230559 BLAKE2B 724dde0bc16e5eaed63420c6dd68ac7c94477c44c007c92bb3b4560d8a2d2062ade4be6d2c8005ff64bf8ffe4c42d95d6990f7900df7a1c1a36cd4cd717bd04d SHA512 234c111435d9461ab65d274030f9a5f6ee401cd81df62b9c2273e921edb8db3bde4254060285dbfaa7b9701a257a5801c8ab8f26b0c2aeeafd2a36042bdeeb84
25
26 diff --git a/sci-libs/libqalculate/libqalculate-4.3.0.ebuild b/sci-libs/libqalculate/libqalculate-4.3.0.ebuild
27 new file mode 100644
28 index 000000000000..afe9ca2da752
29 --- /dev/null
30 +++ b/sci-libs/libqalculate/libqalculate-4.3.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 ~loong ~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 +}