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/labplot/
Date: Sat, 20 Jul 2019 19:30:58
Message-Id: 1563650978.1c0c7aca30d17adaaaff8c252df250e599acba99.asturm@gentoo
1 commit: 1c0c7aca30d17adaaaff8c252df250e599acba99
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 19:08:10 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 19:29:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c7aca
7
8 sci-visualization/labplot: Fix HOMEPAGE
9
10 Package-Manager: Portage-2.3.69, Repoman-2.3.16
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 sci-visualization/labplot/labplot-2.6.0.ebuild | 2 +-
14 sci-visualization/labplot/labplot-9999.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/sci-visualization/labplot/labplot-2.6.0.ebuild b/sci-visualization/labplot/labplot-2.6.0.ebuild
18 index 7de7c2fe995..476204d69fd 100644
19 --- a/sci-visualization/labplot/labplot-2.6.0.ebuild
20 +++ b/sci-visualization/labplot/labplot-2.6.0.ebuild
21 @@ -8,7 +8,7 @@ KDE_TEST="forceoptional"
22 inherit kde5
23
24 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
25 -HOMEPAGE="https://www.kde.org/applications/education/labplot/"
26 +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2"
27 [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
28
29 LICENSE="GPL-2"
30
31 diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild
32 index e5c39d783eb..ba890ab34c7 100644
33 --- a/sci-visualization/labplot/labplot-9999.ebuild
34 +++ b/sci-visualization/labplot/labplot-9999.ebuild
35 @@ -8,7 +8,7 @@ KDE_TEST="forceoptional"
36 inherit kde5
37
38 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks"
39 -HOMEPAGE="https://www.kde.org/applications/education/labplot/"
40 +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2"
41 [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz"
42
43 LICENSE="GPL-2"