Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/scidavis/
Date: Sat, 26 Mar 2022 11:05:13
Message-Id: 1648292477.56e254657fd9731d3fab4da5d7943e519475e70f.andrewammerlaan@gentoo
1 commit: 56e254657fd9731d3fab4da5d7943e519475e70f
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 26 11:01:17 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 11:01:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56e25465
7
8 sci-visualization/scidavis: drop 2.4.0_p20211117
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 sci-visualization/scidavis/Manifest | 1 -
13 .../scidavis/scidavis-2.4.0_p20211117.ebuild | 98 ----------------------
14 2 files changed, 99 deletions(-)
15
16 diff --git a/sci-visualization/scidavis/Manifest b/sci-visualization/scidavis/Manifest
17 index 2cfe83bdeee3..f2ebad33c866 100644
18 --- a/sci-visualization/scidavis/Manifest
19 +++ b/sci-visualization/scidavis/Manifest
20 @@ -1,2 +1 @@
21 -DIST scidavis-2.4.0_p20211117.tar.gz 9248921 BLAKE2B e14d4a270ab0b7221b3e21762c4547e5d64930ddc72bf085d72d02e4756cc4c82f38b438f90dc472a05837d059650ea3718e100ad8c56762e990b11f571fce31 SHA512 f3fba2569d5ba79be1b10ffe4ed242f7a4df81fb4561388fcdb9461404ab966b21ecfdaa001518b5139eeef319e3c979109e2889d9268b07dad9c3cec970999b
22 DIST scidavis-2.7.tar.gz 11765155 BLAKE2B 10e218472893cd19fe3fb6ebef0116c37167b10b1535e6d39b3eb0f6e2f9a537a75c8da5648dae41b77add089d57cafea640d0c7f4dca459c5a9ef2cc24bff18 SHA512 8063d9f5fb29f824e0183d8902dfe9a8310b6041664ac2189765953088968136f3d72fd04f667d8dfce0ede16e17593e3351f5593d70e73705f1b737bf90b4de
23
24 diff --git a/sci-visualization/scidavis/scidavis-2.4.0_p20211117.ebuild b/sci-visualization/scidavis/scidavis-2.4.0_p20211117.ebuild
25 deleted file mode 100644
26 index 83ff296ac304..000000000000
27 --- a/sci-visualization/scidavis/scidavis-2.4.0_p20211117.ebuild
28 +++ /dev/null
29 @@ -1,98 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DOCS_BUILDER="doxygen"
36 -DOCS_DEPEND="media-gfx/graphviz"
37 -
38 -PYTHON_COMPAT=( python3_{8..10} )
39 -
40 -inherit python-single-r1 cmake docs virtualx xdg
41 -
42 -COMMIT="acc11c507631dc89db90c8777bab53b814620b4c"
43 -
44 -DESCRIPTION="Application for Scientific Data Analysis and Visualization"
45 -HOMEPAGE="http://scidavis.sourceforge.net/ https://github.com/SciDAVis/scidavis/"
46 -SRC_URI="https://github.com/SciDAVis/scidavis/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
47 -S="${WORKDIR}/${PN}-${COMMIT}"
48 -
49 -LICENSE="GPL-2+ ZLIB"
50 -KEYWORDS="~amd64"
51 -SLOT="0"
52 -
53 -IUSE="doc +muparser origin python test"
54 -REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
55 -
56 -# requires network
57 -RESTRICT="test"
58 -PROPERTIES="test_network"
59 -
60 -RDEPEND="
61 - muparser? ( dev-cpp/muParser )
62 - dev-qt/qtcore:5
63 - dev-qt/qtgui:5
64 - dev-qt/qtnetwork:5
65 - dev-qt/qtopengl:5
66 - dev-qt/qtprintsupport:5
67 - dev-qt/qtwidgets:5
68 - dev-qt/qtxml:5
69 - sci-libs/gsl:=
70 - sys-libs/zlib[minizip]
71 - x11-libs/qwt:5
72 - x11-libs/qwtplot3d
73 - origin? ( sci-libs/liborigin )
74 - python? (
75 - ${PYTHON_DEPS}
76 - $(python_gen_cond_dep '
77 - >=dev-python/PyQt5-5.15.6[${PYTHON_USEDEP}]
78 - dev-python/PyQt5-sip[${PYTHON_USEDEP}]
79 - >=dev-python/sip-6:5[${PYTHON_USEDEP}]
80 - ')
81 - )
82 -"
83 -DEPEND="${RDEPEND}"
84 -BDEPEND="
85 - dev-qt/linguist-tools:5
86 - test? (
87 - dev-libs/unittest++
88 - dev-cpp/gtest
89 - )
90 -"
91 -
92 -PATCHES=(
93 - "${FILESDIR}/${PN}-muparser.patch"
94 - "${FILESDIR}/${PN}-qwtplot3d.patch"
95 -)
96 -
97 -src_prepare() {
98 - cmake_src_prepare
99 -
100 - # Remove things which are packaged elsewhere
101 - rm -r 3rdparty/qwt5-qt5 3rdparty/qwtplot3d 3rdparty/liborigin || die
102 -
103 - # OF has been renamed in Gentoo https://bugs.gentoo.org/383179
104 - # Note this is *not* packaged in sys-libs/zlib[minizip] because
105 - # this file resides in the test directory in upstream zlib
106 - sed -i -r 's:\<(O[FN])\>:_Z_\1:g' 3rdparty/minigzip/minigzip.c || die
107 -}
108 -
109 -src_configure() {
110 - local mycmakeargs=(
111 - -DSCRIPTING_MUPARSER=$(usex muparser)
112 - -DSCRIPTING_PYTHON=$(usex python)
113 - -DPYTHON_SCRIPTDIR="$(python_get_scriptdir)"
114 - -DORIGIN_IMPORT=$(usex origin)
115 - -DBUILD_TESTS=$(usex test)
116 - )
117 - cmake_src_configure
118 -}
119 -
120 -src_compile() {
121 - cmake_src_compile
122 - docs_compile
123 -}
124 -
125 -src_test() {
126 - virtx cmake_src_test
127 -}