Gentoo Archives: gentoo-commits

From: Matthias Maier <tamiko@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libqalculate/
Date: Wed, 07 Feb 2018 00:54:54
Message-Id: 1517964862.447376c3887b7ed21ad39b91398cb8b71b418bfb.tamiko@gentoo
1 commit: 447376c3887b7ed21ad39b91398cb8b71b418bfb
2 Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 7 00:43:18 2018 +0000
4 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 00:54:22 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447376c3
7
8 sci-libs/libqalculate: drop old 0.9.7-r1
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 sci-libs/libqalculate/Manifest | 1 -
13 sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild | 61 ----------------------
14 2 files changed, 62 deletions(-)
15
16 diff --git a/sci-libs/libqalculate/Manifest b/sci-libs/libqalculate/Manifest
17 index 32acb8c9cef..908cf204d65 100644
18 --- a/sci-libs/libqalculate/Manifest
19 +++ b/sci-libs/libqalculate/Manifest
20 @@ -1,3 +1,2 @@
21 -DIST libqalculate-0.9.7.tar.gz 1256271 BLAKE2B 47481d3288d04211dd060b87a723fd93fccb2bb34b3111a2f5ea4071db5cac59454d28e717638a1cb86fe51c86be6d6793f41d9c3446aad5a845a452e378cb22 SHA512 9aae8540481df4aa1cb24b1c6e8e9424e87758444f0b9689cd809bdf4230c4b5257c74363e6f084cea4e3be1935f45c53e7fc592f76d25d709ad88c97884bc42
22 DIST libqalculate-0.9.9.tar.gz 1509180 BLAKE2B 3f309add80ddb6b21730eab25d37c2d8fee163a79768a09ec5e7e5d329aa11ed9dafbf77f4ce194a96c2ac6a3b55a9c0d16755d5e106123cc2a5f931f6872d91 SHA512 c7692dcd91e0a7aea8184ca5366a3caf704b6e716c9e8552f4214ce7fc3157cf127daf7a063196383e4d5a99f8703486f2282c7fb01acafee5e1b3d8993de384
23 DIST libqalculate-2.2.0.tar.gz 1717207 BLAKE2B 020ca544683ff140ab5f8256a5a955c895a6ea09a581e9e75ab6c0a0657886c352a1ec2d34400057fe80004481d3198998613113ca40fb4feebfca010445dced SHA512 e6f3693e4dba2beffca300b673657b90037a6b7acc5bbd4e659863f4f5aec148d6d385fc3c666b16b2be713d0a8ad1b4d7fda557cef0e2be340ca2435f62aae7
24
25 diff --git a/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild b/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild
26 deleted file mode 100644
27 index 1c9d0dc1071..00000000000
28 --- a/sci-libs/libqalculate/libqalculate-0.9.7-r1.ebuild
29 +++ /dev/null
30 @@ -1,61 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="A modern multi-purpose calculator library"
39 -HOMEPAGE="http://qalculate.sourceforge.net/"
40 -SRC_URI="mirror://sourceforge/${P/lib}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2"
43 -SLOT="0"
44 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
45 -IUSE="gnuplot readline static-libs"
46 -
47 -COMMON_DEPEND="
48 - dev-libs/glib:2
49 - dev-libs/libxml2:2
50 - >=sci-libs/cln-1.2
51 - sys-libs/zlib
52 - readline? ( sys-libs/readline:0= )"
53 -DEPEND="${COMMON_DEPEND}
54 - dev-util/intltool
55 - sys-devel/gettext
56 - virtual/pkgconfig"
57 -RDEPEND="${COMMON_DEPEND}
58 - net-misc/wget
59 - gnuplot? ( >=sci-visualization/gnuplot-3.7 )"
60 -
61 -src_prepare() {
62 - cat >po/POTFILES.skip <<-EOF
63 - # Required by make check
64 - data/currencies.xml.in
65 - data/datasets.xml.in
66 - data/elements.xml.in
67 - data/functions.xml.in
68 - data/planets.xml.in
69 - data/units.xml.in
70 - data/variables.xml.in
71 - src/defs2doc.cc
72 - EOF
73 -}
74 -
75 -src_configure() {
76 - econf \
77 - $(use_enable static-libs static) \
78 - $(use_with readline)
79 -}
80 -
81 -src_install() {
82 - # docs/reference/Makefile.am -> referencedir=
83 - emake \
84 - DESTDIR="${D}" \
85 - referencedir="${EPREFIX}/usr/share/doc/${PF}/html/reference" \
86 - install
87 -
88 - dodoc AUTHORS ChangeLog NEWS README* TODO
89 -
90 - prune_libtool_files
91 -}