commit:     5ab34882c20ad9fe65b91bb12a52975454bdd507
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 17:02:34 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 17:02:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab34882

sci-libs/libqalculate: add 3.20.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/libqalculate/Manifest                   |  1 +
 sci-libs/libqalculate/libqalculate-3.20.1.ebuild | 74 ++++++++++++++++++++++++
 2 files changed, 75 insertions(+)

diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
index 0ef5ea99457..ee6a3b0bd42 100644
--- a/sci-libs/libqalculate/Manifest
+++ b/sci-libs/libqalculate/Manifest
@@ -2,3 +2,4 @@ DIST libqalculate-3.17.0.tar.gz 1770500 BLAKE2B 
247c74db32e63437c556dd60f00f56ac
 DIST libqalculate-3.18.0.tar.gz 1788899 BLAKE2B 
7701dab4d11c9d54f95454cd7be530cfa9f5a8dbe438dac6d734c294ce1eb5be1f4fdb30ef6d041d19f389df88dce4fa7dea68d555ad441992498685bfb3b919
 SHA512 
37d870f6fd147745747ac971758a512e85e33c42605b99ac4ba68b53ca42a6f0da7ede3869fe3ea4e47d77961e826ad999e0f0c0d87039042563f124bea1250e
 DIST libqalculate-3.19.0.tar.gz 2007385 BLAKE2B 
bd0b1bbfcd4bad0053ec9193bec1081cce609935b4282add885d7277a20696cc3c69272b8255d9da3e79907ec4c57b4b87c971908fc3da890d46ff4849e65ccc
 SHA512 
19df6e46e88478df4dd7ae592557c8c984f76c137708892b01f88737c2a8d72ca01324fd1b1322069292795cd158483b3fc0cc99c6559279e7a2f76ca4a47a56
 DIST libqalculate-3.20.0.tar.gz 2107108 BLAKE2B 
2fed7b7550b0faa5f37ac0d77e40d0938ea00be1b35860c7308c37948658854c30919363d869bf87f8dbfb5b3c2de27950fba5ef367896c95903e580cf54c214
 SHA512 
48c431e3bc2364a41245f0f17d2d7778dce798478e1285868bcf4c2625cda6265685b2ce47e55cc9e3b94ca79838a5124bb6d34f7b5ac9e61e8412741f9ded51
+DIST libqalculate-3.20.1.tar.gz 2107300 BLAKE2B 
79314cbe2adb183a17f96947b8ad4fa0bbfea665f7b9afda67785059e9bc0d94599b05cd55999302fc5e1216929b4ed98db4e2a6ae0c6fc74ebdd37dc6dcb72e
 SHA512 
65a723c257c9e2419fc60ca254c23a7a7dd4d9a31beaa9c8fcf41a1e252e5f3be08e1160dcc72a0a407fe3ffd3e73353b141e40019871677a490d8c810c96931

diff --git a/sci-libs/libqalculate/libqalculate-3.20.1.ebuild 
b/sci-libs/libqalculate/libqalculate-3.20.1.ebuild
new file mode 100644
index 00000000000..0b4df443f36
--- /dev/null
+++ b/sci-libs/libqalculate/libqalculate-3.20.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0/21"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="curl icu gnuplot readline"
+
+DEPEND="
+       dev-libs/gmp:0=
+       dev-libs/libxml2:2
+       dev-libs/mpfr:0=
+       virtual/libiconv
+       curl? ( net-misc/curl )
+       icu? ( dev-libs/icu:= )
+       readline? ( sys-libs/readline:0= )"
+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 \
+               --disable-static \
+               $(use_with curl libcurl) \
+               $(use_with gnuplot gnuplot-call) \
+               $(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
+}

Reply via email to