Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Thu, 30 Sep 2021 18:45:21
Message-Id: 1633027506.a9d30c008b25a221a5d72b5e854e99b244bc4a09.jsmolic@gentoo
1 commit: a9d30c008b25a221a5d72b5e854e99b244bc4a09
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 18:44:24 2021 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 18:45:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d30c00
7
8 sci-libs/libqalculate: Remove 3.17.0, 3.18.0 and 3.19.0
9
10 Closes: https://bugs.gentoo.org/792378
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 sci-libs/libqalculate/Manifest | 3 -
14 sci-libs/libqalculate/libqalculate-3.17.0.ebuild | 65 ---------------------
15 sci-libs/libqalculate/libqalculate-3.18.0.ebuild | 65 ---------------------
16 sci-libs/libqalculate/libqalculate-3.19.0.ebuild | 74 ------------------------
17 4 files changed, 207 deletions(-)
18
19 diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
20 index 0e910609352..0f27049a628 100644
21 --- a/sci-libs/libqalculate/Manifest
22 +++ b/sci-libs/libqalculate/Manifest
23 @@ -1,4 +1 @@
24 -DIST libqalculate-3.17.0.tar.gz 1770500 BLAKE2B 247c74db32e63437c556dd60f00f56acf53d9ba90ea1027b34b98b455215e6c03e3ee34116b6d3989fa43b449e18b6f2ebaed67f9dff36f08dd8b38c685c6586 SHA512 b204dc44b6fdb2b72d3c85840fee38482db071f0f8241420ea24093dcdcc377c66f516c571827fbede40237618a53153a75bb7afee7f3bee7a1a71aedd779a11
25 -DIST libqalculate-3.18.0.tar.gz 1788899 BLAKE2B 7701dab4d11c9d54f95454cd7be530cfa9f5a8dbe438dac6d734c294ce1eb5be1f4fdb30ef6d041d19f389df88dce4fa7dea68d555ad441992498685bfb3b919 SHA512 37d870f6fd147745747ac971758a512e85e33c42605b99ac4ba68b53ca42a6f0da7ede3869fe3ea4e47d77961e826ad999e0f0c0d87039042563f124bea1250e
26 -DIST libqalculate-3.19.0.tar.gz 2007385 BLAKE2B bd0b1bbfcd4bad0053ec9193bec1081cce609935b4282add885d7277a20696cc3c69272b8255d9da3e79907ec4c57b4b87c971908fc3da890d46ff4849e65ccc SHA512 19df6e46e88478df4dd7ae592557c8c984f76c137708892b01f88737c2a8d72ca01324fd1b1322069292795cd158483b3fc0cc99c6559279e7a2f76ca4a47a56
27 DIST libqalculate-3.20.1.tar.gz 2107300 BLAKE2B 79314cbe2adb183a17f96947b8ad4fa0bbfea665f7b9afda67785059e9bc0d94599b05cd55999302fc5e1216929b4ed98db4e2a6ae0c6fc74ebdd37dc6dcb72e SHA512 65a723c257c9e2419fc60ca254c23a7a7dd4d9a31beaa9c8fcf41a1e252e5f3be08e1160dcc72a0a407fe3ffd3e73353b141e40019871677a490d8c810c96931
28
29 diff --git a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild b/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
30 deleted file mode 100644
31 index 35672fd3c7e..00000000000
32 --- a/sci-libs/libqalculate/libqalculate-3.17.0.ebuild
33 +++ /dev/null
34 @@ -1,65 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
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="
60 - dev-util/intltool
61 - sys-devel/gettext
62 - virtual/pkgconfig"
63 -
64 -src_prepare() {
65 - default
66 -
67 - cat >po/POTFILES.skip <<-EOF || die
68 - # Required by make check
69 - data/currencies.xml.in
70 - data/datasets.xml.in
71 - data/elements.xml.in
72 - data/functions.xml.in
73 - data/planets.xml.in
74 - data/prefixes.xml.in
75 - data/units.xml.in
76 - data/variables.xml.in
77 - src/defs2doc.cc
78 - EOF
79 -}
80 -
81 -src_configure() {
82 - econf \
83 - --disable-static \
84 - $(use_with curl libcurl) \
85 - $(use_with gnuplot gnuplot-call) \
86 - $(use_with icu) \
87 - $(use_with readline)
88 -}
89 -
90 -src_install() {
91 - # docs/reference/Makefile.am -> referencedir=
92 - emake \
93 - DESTDIR="${D}" \
94 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
95 - install
96 - einstalldocs
97 -
98 - find "${ED}" -name '*.la' -delete || die
99 -}
100
101 diff --git a/sci-libs/libqalculate/libqalculate-3.18.0.ebuild b/sci-libs/libqalculate/libqalculate-3.18.0.ebuild
102 deleted file mode 100644
103 index 35672fd3c7e..00000000000
104 --- a/sci-libs/libqalculate/libqalculate-3.18.0.ebuild
105 +++ /dev/null
106 @@ -1,65 +0,0 @@
107 -# Copyright 1999-2021 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=7
111 -
112 -DESCRIPTION="A modern multi-purpose calculator library"
113 -HOMEPAGE="https://qalculate.github.io/"
114 -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
115 -
116 -LICENSE="GPL-2"
117 -SLOT="0/21"
118 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
119 -IUSE="curl icu gnuplot readline"
120 -
121 -DEPEND="
122 - dev-libs/gmp:0=
123 - dev-libs/libxml2:2
124 - dev-libs/mpfr:0=
125 - virtual/libiconv
126 - curl? ( net-misc/curl )
127 - icu? ( dev-libs/icu:= )
128 - readline? ( sys-libs/readline:0= )"
129 -RDEPEND="${DEPEND}
130 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
131 -BDEPEND="
132 - dev-util/intltool
133 - sys-devel/gettext
134 - virtual/pkgconfig"
135 -
136 -src_prepare() {
137 - default
138 -
139 - cat >po/POTFILES.skip <<-EOF || die
140 - # Required by make check
141 - data/currencies.xml.in
142 - data/datasets.xml.in
143 - data/elements.xml.in
144 - data/functions.xml.in
145 - data/planets.xml.in
146 - data/prefixes.xml.in
147 - data/units.xml.in
148 - data/variables.xml.in
149 - src/defs2doc.cc
150 - EOF
151 -}
152 -
153 -src_configure() {
154 - econf \
155 - --disable-static \
156 - $(use_with curl libcurl) \
157 - $(use_with gnuplot gnuplot-call) \
158 - $(use_with icu) \
159 - $(use_with readline)
160 -}
161 -
162 -src_install() {
163 - # docs/reference/Makefile.am -> referencedir=
164 - emake \
165 - DESTDIR="${D}" \
166 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
167 - install
168 - einstalldocs
169 -
170 - find "${ED}" -name '*.la' -delete || die
171 -}
172
173 diff --git a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild b/sci-libs/libqalculate/libqalculate-3.19.0.ebuild
174 deleted file mode 100644
175 index aa63a8ec0a9..00000000000
176 --- a/sci-libs/libqalculate/libqalculate-3.19.0.ebuild
177 +++ /dev/null
178 @@ -1,74 +0,0 @@
179 -# Copyright 1999-2021 Gentoo Authors
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=7
183 -
184 -inherit toolchain-funcs
185 -
186 -DESCRIPTION="A modern multi-purpose calculator library"
187 -HOMEPAGE="https://qalculate.github.io/"
188 -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
189 -
190 -LICENSE="GPL-2"
191 -SLOT="0/21"
192 -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
193 -IUSE="curl icu gnuplot readline"
194 -
195 -DEPEND="
196 - dev-libs/gmp:0=
197 - dev-libs/libxml2:2
198 - dev-libs/mpfr:0=
199 - virtual/libiconv
200 - curl? ( net-misc/curl )
201 - icu? ( dev-libs/icu:= )
202 - readline? ( sys-libs/readline:0= )"
203 -RDEPEND="${DEPEND}
204 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
205 -BDEPEND="
206 - dev-util/intltool
207 - sys-devel/gettext
208 - virtual/pkgconfig"
209 -
210 -src_prepare() {
211 - default
212 -
213 - cat >po/POTFILES.skip <<-EOF || die
214 - # Required by make check
215 - data/currencies.xml.in
216 - data/datasets.xml.in
217 - data/elements.xml.in
218 - data/functions.xml.in
219 - data/planets.xml.in
220 - data/prefixes.xml.in
221 - data/units.xml.in
222 - data/variables.xml.in
223 - src/defs2doc.cc
224 - EOF
225 -}
226 -
227 -src_configure() {
228 - # Needed for po-defs/Makefile
229 - export CXX_FOR_BUILD="$(tc-getBUILD_CXX)"
230 - export CXXCPP_FOR_BUILD="$(tc-getBUILD_CXX) -E"
231 -
232 - # bug #792027
233 - tc-export CC
234 -
235 - econf \
236 - --disable-static \
237 - $(use_with curl libcurl) \
238 - $(use_with gnuplot gnuplot-call) \
239 - $(use_with icu) \
240 - $(use_with readline)
241 -}
242 -
243 -src_install() {
244 - # docs/reference/Makefile.am -> referencedir=
245 - emake \
246 - DESTDIR="${D}" \
247 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
248 - install
249 - einstalldocs
250 -
251 - find "${ED}" -name '*.la' -delete || die
252 -}