Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Mon, 28 Dec 2020 15:50:20
Message-Id: 1609170598.53a3a59985603359afdeee6cb0513a5d1ba8cf09.soap@gentoo
1 commit: 53a3a59985603359afdeee6cb0513a5d1ba8cf09
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Dec 28 15:49:58 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 15:49:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a3a599
7
8 sci-libs/libqalculate: Cleanup obsolete versions
9
10 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-libs/libqalculate/Manifest | 2 -
14 sci-libs/libqalculate/libqalculate-2.2.0.ebuild | 61 ---------------------
15 sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild | 64 ----------------------
16 3 files changed, 127 deletions(-)
17
18 diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
19 index 3ee54c18755..2469b09cc2b 100644
20 --- a/sci-libs/libqalculate/Manifest
21 +++ b/sci-libs/libqalculate/Manifest
22 @@ -1,5 +1,3 @@
23 DIST libqalculate-0.9.9.tar.gz 1509180 BLAKE2B 3f309add80ddb6b21730eab25d37c2d8fee163a79768a09ec5e7e5d329aa11ed9dafbf77f4ce194a96c2ac6a3b55a9c0d16755d5e106123cc2a5f931f6872d91 SHA512 c7692dcd91e0a7aea8184ca5366a3caf704b6e716c9e8552f4214ce7fc3157cf127daf7a063196383e4d5a99f8703486f2282c7fb01acafee5e1b3d8993de384
24 -DIST libqalculate-2.2.0.tar.gz 1717207 BLAKE2B 020ca544683ff140ab5f8256a5a955c895a6ea09a581e9e75ab6c0a0657886c352a1ec2d34400057fe80004481d3198998613113ca40fb4feebfca010445dced SHA512 e6f3693e4dba2beffca300b673657b90037a6b7acc5bbd4e659863f4f5aec148d6d385fc3c666b16b2be713d0a8ad1b4d7fda557cef0e2be340ca2435f62aae7
25 DIST libqalculate-2.8.1.tar.gz 1961535 BLAKE2B 074d83a44cbc6cb5d8afe5121e4c34cec46f2f6fecf046f6b4e67c6ebc612030ccbd0f42c303cc675267374502ecb3e831c9bbfca0f13d339e31fb8933a99b7a SHA512 a258bf4f67db70263626ac77822afc75fd7a9e5af2feb1930314daff219865b28c43e82fef6ceae4f3f23957447d6eaebdc709e606d28457bca0f47eefb9274a
26 DIST libqalculate-3.15.0.tar.gz 1747863 BLAKE2B eed4cf8f11546b80e9556cfdf09e48d8c4c29948e6bdc02b3f9efd9aa6dce8e6c5eecf440bf4b6243ddcdb59cb7176f1eb054a3ef73cc91444d86ed7645f3a37 SHA512 b8f2af83218a3f90326cb7f679b71cac328cf0591178ed718920cd491d682cf7341c702934b3a232bea5a67ec2d2e09b4321a7ac938c5bc1e221bee086ae4c36
27 -DIST libqalculate-3.2.0.tar.gz 2035352 BLAKE2B 4ad9f1acaaa34693e3167514d16193b06af5a2d441946e636439cd9374c0061e0f20e72126a2cb020fed2e7c82e7144636a7eb545196bd6879af5a09320c3245 SHA512 6d0e1bbc1c9e4436208cd0ea855cc1d90b8a6d0525cd25bc9414db6e610e1e48aa84a9b552248926bd3c6f91db4997afb60658a5579502bac7194178e36fb857
28
29 diff --git a/sci-libs/libqalculate/libqalculate-2.2.0.ebuild b/sci-libs/libqalculate/libqalculate-2.2.0.ebuild
30 deleted file mode 100644
31 index 4b479906352..00000000000
32 --- a/sci-libs/libqalculate/libqalculate-2.2.0.ebuild
33 +++ /dev/null
34 @@ -1,61 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
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/7"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
47 -IUSE="gnuplot readline static-libs"
48 -
49 -COMMON_DEPEND="
50 - dev-libs/glib:2
51 - dev-libs/libxml2:2
52 - >=sci-libs/cln-1.2
53 - sys-libs/zlib
54 - readline? ( sys-libs/readline:0= )"
55 -DEPEND="${COMMON_DEPEND}
56 - dev-util/intltool
57 - sys-devel/gettext
58 - virtual/pkgconfig"
59 -RDEPEND="${COMMON_DEPEND}
60 - net-misc/wget
61 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
62 -
63 -src_prepare() {
64 - default
65 -
66 - cat >po/POTFILES.skip <<-EOF
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/units.xml.in
74 - data/variables.xml.in
75 - src/defs2doc.cc
76 - EOF
77 -}
78 -
79 -src_configure() {
80 - econf \
81 - $(use_enable static-libs static) \
82 - $(use_with readline)
83 -}
84 -
85 -src_install() {
86 - # docs/reference/Makefile.am -> referencedir=
87 - emake \
88 - DESTDIR="${D}" \
89 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
90 - install
91 -
92 - dodoc AUTHORS ChangeLog NEWS README* TODO
93 -
94 - find "${ED}" -name '*.la' -delete || die
95 -}
96
97 diff --git a/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild b/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild
98 deleted file mode 100644
99 index 059d1ce9b78..00000000000
100 --- a/sci-libs/libqalculate/libqalculate-3.2.0-r1.ebuild
101 +++ /dev/null
102 @@ -1,64 +0,0 @@
103 -# Copyright 1999-2019 Gentoo Authors
104 -# Distributed under the terms of the GNU General Public License v2
105 -
106 -EAPI=7
107 -
108 -DESCRIPTION="A modern multi-purpose calculator library"
109 -HOMEPAGE="https://qalculate.github.io/"
110 -SRC_URI="https://github.com/Qalculate/${PN}/releases/download/v${PV}/${P}.tar.gz"
111 -
112 -LICENSE="GPL-2"
113 -SLOT="0/22"
114 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
115 -IUSE="curl icu gnuplot readline static-libs"
116 -
117 -COMMON_DEPEND="
118 - dev-libs/gmp:0=
119 - dev-libs/libxml2:2
120 - dev-libs/mpfr:0=
121 - virtual/libiconv
122 - curl? ( net-misc/curl )
123 - icu? ( dev-libs/icu:= )
124 - readline? ( sys-libs/readline:0= )"
125 -DEPEND="${COMMON_DEPEND}
126 - dev-util/intltool
127 - sys-devel/gettext
128 - virtual/pkgconfig"
129 -RDEPEND="${COMMON_DEPEND}
130 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
131 -
132 -src_prepare() {
133 - default
134 -
135 - cat >po/POTFILES.skip <<-EOF
136 - # Required by make check
137 - data/currencies.xml.in
138 - data/datasets.xml.in
139 - data/elements.xml.in
140 - data/functions.xml.in
141 - data/planets.xml.in
142 - data/units.xml.in
143 - data/variables.xml.in
144 - src/defs2doc.cc
145 - EOF
146 -}
147 -
148 -src_configure() {
149 - econf \
150 - $(use_enable static-libs static) \
151 - $(use_with curl libcurl) \
152 - $(use_with icu) \
153 - $(use_with readline)
154 -}
155 -
156 -src_install() {
157 - # docs/reference/Makefile.am -> referencedir=
158 - emake \
159 - DESTDIR="${D}" \
160 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html" \
161 - install
162 -
163 - dodoc AUTHORS ChangeLog NEWS README* TODO
164 -
165 - find "${ED}" -name '*.la' -delete || die
166 -}