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/xyscan/
Date: Thu, 21 May 2020 09:17:34
Message-Id: 1590052639.f3ca3dc3888266e33058b3ab20b916ea01040970.asturm@gentoo
1 commit: f3ca3dc3888266e33058b3ab20b916ea01040970
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 09:08:36 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 09:17:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ca3dc3
7
8 sci-visualization/xyscan: EAPI-7 bump, versionator--
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-visualization/xyscan/xyscan-4.3.0.ebuild | 11 +++++------
14 1 file changed, 5 insertions(+), 6 deletions(-)
15
16 diff --git a/sci-visualization/xyscan/xyscan-4.3.0.ebuild b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
17 index 5c70e092144..0d14b12e89a 100644
18 --- a/sci-visualization/xyscan/xyscan-4.3.0.ebuild
19 +++ b/sci-visualization/xyscan/xyscan-4.3.0.ebuild
20 @@ -1,11 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 -inherit desktop qmake-utils versionator
29 -
30 -MY_PV=$(replace_version_separator 2 '')
31 +MY_PV=$(ver_rs 2 '')
32 +inherit desktop qmake-utils
33
34 DESCRIPTION="Tool for extracting data points from graphs"
35 HOMEPAGE="http://rhig.physics.yale.edu/~ullrich/software/xyscan/"
36 @@ -42,7 +41,7 @@ src_configure() {
37
38 src_install() {
39 dobin xyscan
40 - HTML_DOCS=( docs/. )
41 + local HTML_DOCS=( docs/. )
42 einstalldocs
43 newicon images/xyscanIcon.png xyscan.png
44 make_desktop_entry xyscan "xyscan data point extractor"