From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 14015138334 for ; Sat, 20 Jul 2019 19:30:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45EA1E079E; Sat, 20 Jul 2019 19:30:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02D9CE07B3 for ; Sat, 20 Jul 2019 19:30:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0DACA3482C0 for ; Sat, 20 Jul 2019 19:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C10572F for ; Sat, 20 Jul 2019 19:30:50 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563650978.1c0c7aca30d17adaaaff8c252df250e599acba99.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-visualization/labplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-visualization/labplot/labplot-2.6.0.ebuild sci-visualization/labplot/labplot-9999.ebuild X-VCS-Directories: sci-visualization/labplot/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 1c0c7aca30d17adaaaff8c252df250e599acba99 X-VCS-Branch: master Date: Sat, 20 Jul 2019 19:30:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c6f7ce1-bada-4fde-abf8-a38d373d5730 X-Archives-Hash: ccaa6ad07a5b16728dece0b4a0fcde7b commit: 1c0c7aca30d17adaaaff8c252df250e599acba99 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 20 19:08:10 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 20 19:29:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0c7aca sci-visualization/labplot: Fix HOMEPAGE Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-visualization/labplot/labplot-2.6.0.ebuild | 2 +- sci-visualization/labplot/labplot-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-visualization/labplot/labplot-2.6.0.ebuild b/sci-visualization/labplot/labplot-2.6.0.ebuild index 7de7c2fe995..476204d69fd 100644 --- a/sci-visualization/labplot/labplot-2.6.0.ebuild +++ b/sci-visualization/labplot/labplot-2.6.0.ebuild @@ -8,7 +8,7 @@ KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks" -HOMEPAGE="https://www.kde.org/applications/education/labplot/" +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/sci-visualization/labplot/labplot-9999.ebuild b/sci-visualization/labplot/labplot-9999.ebuild index e5c39d783eb..ba890ab34c7 100644 --- a/sci-visualization/labplot/labplot-9999.ebuild +++ b/sci-visualization/labplot/labplot-9999.ebuild @@ -8,7 +8,7 @@ KDE_TEST="forceoptional" inherit kde5 DESCRIPTION="Scientific data analysis and visualisation based on KDE Frameworks" -HOMEPAGE="https://www.kde.org/applications/education/labplot/" +HOMEPAGE="https://labplot.kde.org/ https://kde.org/applications/education/org.kde.labplot2" [[ ${KDE_BUILD_TYPE} != live ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2"