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: Thu, 29 Jul 2021 17:05:23
Message-Id: 1627578298.3338a25bd2ca0624a4719b04d7c85cc505b82fb2.sam@gentoo
1 commit: 3338a25bd2ca0624a4719b04d7c85cc505b82fb2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 29 17:04:58 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 29 17:04:58 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3338a25b
7
8 sci-libs/libqalculate: drop 3.20.0
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 sci-libs/libqalculate/Manifest | 1 -
13 sci-libs/libqalculate/libqalculate-3.20.0.ebuild | 74 ------------------------
14 2 files changed, 75 deletions(-)
15
16 diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
17 index ee6a3b0bd42..0e910609352 100644
18 --- a/sci-libs/libqalculate/Manifest
19 +++ b/sci-libs/libqalculate/Manifest
20 @@ -1,5 +1,4 @@
21 DIST libqalculate-3.17.0.tar.gz 1770500 BLAKE2B 247c74db32e63437c556dd60f00f56acf53d9ba90ea1027b34b98b455215e6c03e3ee34116b6d3989fa43b449e18b6f2ebaed67f9dff36f08dd8b38c685c6586 SHA512 b204dc44b6fdb2b72d3c85840fee38482db071f0f8241420ea24093dcdcc377c66f516c571827fbede40237618a53153a75bb7afee7f3bee7a1a71aedd779a11
22 DIST libqalculate-3.18.0.tar.gz 1788899 BLAKE2B 7701dab4d11c9d54f95454cd7be530cfa9f5a8dbe438dac6d734c294ce1eb5be1f4fdb30ef6d041d19f389df88dce4fa7dea68d555ad441992498685bfb3b919 SHA512 37d870f6fd147745747ac971758a512e85e33c42605b99ac4ba68b53ca42a6f0da7ede3869fe3ea4e47d77961e826ad999e0f0c0d87039042563f124bea1250e
23 DIST libqalculate-3.19.0.tar.gz 2007385 BLAKE2B bd0b1bbfcd4bad0053ec9193bec1081cce609935b4282add885d7277a20696cc3c69272b8255d9da3e79907ec4c57b4b87c971908fc3da890d46ff4849e65ccc SHA512 19df6e46e88478df4dd7ae592557c8c984f76c137708892b01f88737c2a8d72ca01324fd1b1322069292795cd158483b3fc0cc99c6559279e7a2f76ca4a47a56
24 -DIST libqalculate-3.20.0.tar.gz 2107108 BLAKE2B 2fed7b7550b0faa5f37ac0d77e40d0938ea00be1b35860c7308c37948658854c30919363d869bf87f8dbfb5b3c2de27950fba5ef367896c95903e580cf54c214 SHA512 48c431e3bc2364a41245f0f17d2d7778dce798478e1285868bcf4c2625cda6265685b2ce47e55cc9e3b94ca79838a5124bb6d34f7b5ac9e61e8412741f9ded51
25 DIST libqalculate-3.20.1.tar.gz 2107300 BLAKE2B 79314cbe2adb183a17f96947b8ad4fa0bbfea665f7b9afda67785059e9bc0d94599b05cd55999302fc5e1216929b4ed98db4e2a6ae0c6fc74ebdd37dc6dcb72e SHA512 65a723c257c9e2419fc60ca254c23a7a7dd4d9a31beaa9c8fcf41a1e252e5f3be08e1160dcc72a0a407fe3ffd3e73353b141e40019871677a490d8c810c96931
26
27 diff --git a/sci-libs/libqalculate/libqalculate-3.20.0.ebuild b/sci-libs/libqalculate/libqalculate-3.20.0.ebuild
28 deleted file mode 100644
29 index 0b4df443f36..00000000000
30 --- a/sci-libs/libqalculate/libqalculate-3.20.0.ebuild
31 +++ /dev/null
32 @@ -1,74 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit toolchain-funcs
39 -
40 -DESCRIPTION="A modern multi-purpose calculator library"
41 -HOMEPAGE="https://qalculate.github.io/"
42 -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0/21"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="curl icu gnuplot readline"
48 -
49 -DEPEND="
50 - dev-libs/gmp:0=
51 - dev-libs/libxml2:2
52 - dev-libs/mpfr:0=
53 - virtual/libiconv
54 - curl? ( net-misc/curl )
55 - icu? ( dev-libs/icu:= )
56 - readline? ( sys-libs/readline:0= )"
57 -RDEPEND="${DEPEND}
58 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
59 -BDEPEND="dev-util/intltool
60 - sys-devel/gettext
61 - virtual/pkgconfig"
62 -
63 -src_prepare() {
64 - default
65 -
66 - cat >po/POTFILES.skip <<-EOF || die
67 - # Required by make check
68 - data/currencies.xml.in
69 - data/datasets.xml.in
70 - data/elements.xml.in
71 - data/functions.xml.in
72 - data/planets.xml.in
73 - data/prefixes.xml.in
74 - data/units.xml.in
75 - data/variables.xml.in
76 - src/defs2doc.cc
77 - EOF
78 -}
79 -
80 -src_configure() {
81 - # Needed for po-defs/Makefile
82 - export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
83 - export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"
84 -
85 - # bug #792027
86 - tc-export CC
87 -
88 - econf \
89 - --disable-static \
90 - $(use_with curl libcurl) \
91 - $(use_with gnuplot gnuplot-call) \
92 - $(use_with icu) \
93 - $(use_with readline)
94 -}
95 -
96 -src_install() {
97 - # docs/reference/Makefile.am -> referencedir=
98 - emake \
99 - DESTDIR="${D}" \
100 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
101 - install
102 -
103 - einstalldocs
104 -
105 - find "${ED}" -name '*.la' -delete || die
106 -}