Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/
Date: Mon, 23 Dec 2019 00:25:44
Message-Id: 1577060725.d4badd4b38ef0e407a536f0f9c865da8bb996952.asturm@gentoo
1 commit: d4badd4b38ef0e407a536f0f9c865da8bb996952
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 23:59:16 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 00:25:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4badd4b
7
8 sci-visualization/labplot: Drop 2.6.0
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-visualization/labplot/Manifest | 1 -
14 sci-visualization/labplot/labplot-2.6.0.ebuild | 79 --------------------------
15 2 files changed, 80 deletions(-)
16
17 diff --git a/sci-visualization/labplot/Manifest b/sci-visualization/labplot/Manifest
18 index 5ade22ff882..25663789074 100644
19 --- a/sci-visualization/labplot/Manifest
20 +++ b/sci-visualization/labplot/Manifest
21 @@ -1,2 +1 @@
22 -DIST labplot-2.6.0.tar.xz 12360732 BLAKE2B f6259de30deb0adb4ddd47f0401fe8753a277aa01ade27c220ec832eb7f6c3e568c765085d2567529799777c9fe2442da777bd4089e5f488cc1aefb25a61d5a8 SHA512 6ebc96b3cfb25ebd62a6631d8cca0d9574f84548c04271eb8a10ff3ef9ebbdd0bf842b9b6129a995953412c5e6f902440dc91dbaa01d97fc220d7f6b19dc46af
23 DIST labplot-2.7.0.tar.xz 13306532 BLAKE2B 044f6f1e552b6ccbd56791e39af240c97f0c572fae66ede0bbc13e172a88b652b0c42182fa4f6742b386dfd9c17f3041180841fe531387a9f44bd9b00adb8c09 SHA512 73e10ed98694b7633e80ffa7745733392cf9ce36f45e4ef6432d661b015dd3e821ddc791223a32fa55115c68f0d82b90464080915f8bb55cd1907610151a2d0a
24
25 diff --git a/sci-visualization/labplot/labplot-2.6.0.ebuild b/sci-visualization/labplot/labplot-2.6.0.ebuild
26 deleted file mode 100644
27 index 476204d69fd..00000000000
28 --- a/sci-visualization/labplot/labplot-2.6.0.ebuild
29 +++ /dev/null
30 @@ -1,79 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -KDE_HANDBOOK="forceoptional"
37 -KDE_TEST="forceoptional"
38 -inherit kde5
39 -
40 -DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
41 -HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2"
42 -[[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="cantor fftw fits hdf5 libcerf netcdf root"
47 -
48 -# not packaged: dev-qt/qtmqtt, bug 683994
49 -BDEPEND="
50 - sys-devel/bison
51 - sys-devel/gettext
52 -"
53 -DEPEND="
54 - $(add_frameworks_dep karchive)
55 - $(add_frameworks_dep kcompletion)
56 - $(add_frameworks_dep kconfig)
57 - $(add_frameworks_dep kconfigwidgets)
58 - $(add_frameworks_dep kcoreaddons)
59 - $(add_frameworks_dep ki18n)
60 - $(add_frameworks_dep kiconthemes)
61 - $(add_frameworks_dep knewstuff)
62 - $(add_frameworks_dep kcrash)
63 - $(add_frameworks_dep ktextwidgets)
64 - $(add_frameworks_dep kwidgetsaddons)
65 - $(add_frameworks_dep kxmlgui)
66 - $(add_frameworks_dep syntax-highlighting)
67 - $(add_qt_dep qtconcurrent)
68 - $(add_qt_dep qtgui)
69 - $(add_qt_dep qtnetwork)
70 - $(add_qt_dep qtprintsupport)
71 - $(add_qt_dep qtserialport)
72 - $(add_qt_dep qtsql)
73 - $(add_qt_dep qtsvg)
74 - $(add_qt_dep qtwidgets)
75 - >=sci-libs/gsl-1.15:=
76 - cantor? (
77 - $(add_frameworks_dep kparts)
78 - $(add_frameworks_dep kservice)
79 - $(add_kdeapps_dep cantor)
80 - )
81 - fftw? ( sci-libs/fftw:3.0= )
82 - fits? ( sci-libs/cfitsio:= )
83 - hdf5? ( sci-libs/hdf5:= )
84 - libcerf? ( sci-libs/libcerf )
85 - netcdf? ( sci-libs/netcdf:= )
86 - root? (
87 - app-arch/lz4
88 - sys-libs/zlib
89 - )
90 -"
91 -RDEPEND="${DEPEND}"
92 -
93 -S="${WORKDIR}/${P/.0/}"
94 -
95 -src_configure() {
96 - local mycmakeargs=(
97 - -DENABLE_CANTOR=$(usex cantor)
98 - -DENABLE_FFTW=$(usex fftw)
99 - -DENABLE_FITS=$(usex fits)
100 - -DENABLE_HDF5=$(usex hdf5)
101 - -DENABLE_LIBCERF=$(usex libcerf)
102 - -DENABLE_NETCDF=$(usex netcdf)
103 - -DENABLE_ROOT=$(usex root)
104 - -DENABLE_TESTS=$(usex test)
105 - -DENABLE_MQTT=OFF
106 - )
107 -
108 - kde5_src_configure
109 -}