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 7AD89138350 for ; Sun, 12 Jan 2020 10:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADC0DE0C28; Sun, 12 Jan 2020 10:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 8C85EE0C28 for ; Sun, 12 Jan 2020 10:19:31 +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 0873E34DF83 for ; Sun, 12 Jan 2020 10:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1DCF36 for ; Sun, 12 Jan 2020 10:19:27 +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: <1578824354.5c2fce2b75759b286ab0d0dc067ba4ecab73728a.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kgraphviewer/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kgraphviewer/kgraphviewer-9999.ebuild X-VCS-Directories: media-gfx/kgraphviewer/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5c2fce2b75759b286ab0d0dc067ba4ecab73728a X-VCS-Branch: master Date: Sun, 12 Jan 2020 10:19:27 +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: 9dc948b2-3d59-4d7e-aa3a-e887d73554df X-Archives-Hash: 902cf3322dcf79de545e019a966fc34e commit: 5c2fce2b75759b286ab0d0dc067ba4ecab73728a Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 10:19:14 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 10:19:14 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5c2fce2b media-gfx/kgraphviewer: Update HOMEPAGE Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kgraphviewer/kgraphviewer-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild index 959bf68499..3a965bfe9e 100644 --- a/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild +++ b/media-gfx/kgraphviewer/kgraphviewer-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="forceoptional" inherit ecm kde.org DESCRIPTION="Graphviz dot graph file viewer" -HOMEPAGE="https://kde.org/applications/graphics/kgraphviewer/" +HOMEPAGE="https://kde.org/applications/graphics/org.kde.kgraphviewer" [[ ${PV} != *9999* ]] && SRC_URI="mirror://kde/stable/${PN}/${PV}/${P}.tar.xz" LICENSE="GPL-2 GPL-2+ LGPL-2+ LGPL-2.1+ handbook? ( FDL-1.2 )"