commit: f3ca3dc3888266e33058b3ab20b916ea01040970 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu May 21 09:08:36 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu May 21 09:17:19 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ca3dc3
sci-visualization/xyscan: EAPI-7 bump, versionator-- Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> sci-visualization/xyscan/xyscan-4.3.0.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild index 5c70e092144..0d14b12e89a 100644 --- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild +++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild @@ -1,11 +1,10 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit desktop qmake-utils versionator - -MY_PV=$(replace_version_separator 2 '') +MY_PV=$(ver_rs 2 '') +inherit desktop qmake-utils DESCRIPTION="Tool for extracting data points from graphs" HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/" @@ -42,7 +41,7 @@ src_configure() { src_install() { dobin xyscan - HTML_DOCS=( docs/. ) + local HTML_DOCS=( docs/. ) einstalldocs newicon images/xyscanIcon.png xyscan.png make_desktop_entry xyscan "xyscan data point extractor"
