commit: bfaf58c44af48ea56c0c4943b8d2b0bfe2731755
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 7 11:43:43 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 7 12:52:28 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfaf58c4
sci-visualization/kst: EAPI-8 bump, switch to cmake.eclass
Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-visualization/kst/kst-2.0.8-r1.ebuild | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/sci-visualization/kst/kst-2.0.8-r1.ebuild
b/sci-visualization/kst/kst-2.0.8-r1.ebuild
index 9df077a76f9..e7319cac830 100644
--- a/sci-visualization/kst/kst-2.0.8-r1.ebuild
+++ b/sci-visualization/kst/kst-2.0.8-r1.ebuild
@@ -1,15 +1,15 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
-
-inherit cmake-utils xdg-utils
+EAPI=8
MY_P=Kst-${PV}
+inherit cmake xdg-utils
DESCRIPTION="Fast real-time large-dataset viewing and plotting tool"
HOMEPAGE="https://kst-plot.kde.org/ https://invent.kde.org/graphics/kst-plot"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2 LGPL-2 FDL-1.2"
SLOT="0"
@@ -34,11 +34,9 @@ RDEPEND="
sci-libs/netcdf-cxx:3
"
DEPEND="${RDEPEND}
- dev-qt/linguist-tools:5
test? ( dev-qt/qttest:5 )
"
-
-S=${WORKDIR}/${MY_P}
+BDEPEND="dev-qt/linguist-tools:5"
DOCS=( AUTHORS README.kstScript )
@@ -59,7 +57,7 @@ src_configure() {
-Dkst_test=$(usex test)
)
- cmake-utils_src_configure
+ cmake_src_configure
}
pkg_postinst() {