diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-07 13:43:43 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-09-07 14:52:28 +0200 |
commit | bfaf58c44af48ea56c0c4943b8d2b0bfe2731755 (patch) | |
tree | e8e47f4f84cfc08f5aeebd34e528cad451abc2e4 /sci-visualization | |
parent | sci-visualization/kst: Update HOMEPAGE, fix metadata.xml indentation (diff) | |
download | gentoo-bfaf58c44af48ea56c0c4943b8d2b0bfe2731755.tar.gz gentoo-bfaf58c44af48ea56c0c4943b8d2b0bfe2731755.tar.bz2 gentoo-bfaf58c44af48ea56c0c4943b8d2b0bfe2731755.zip |
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@gentoo.org>
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/kst/kst-2.0.8-r1.ebuild | 12 |
1 files 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 9df077a76f9c..e7319cac8308 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() { |