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 BB6D8138350 for ; Sun, 12 Jan 2020 13:35:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C27A6E0D0D; Sun, 12 Jan 2020 13:34:59 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A6D23E0D0D for ; Sun, 12 Jan 2020 13:34:59 +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 8A67434DFB5 for ; Sun, 12 Jan 2020 13:34:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D23EC9E for ; Sun, 12 Jan 2020 13:34:55 +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: <1578835448.d292f6b7a11f1ade2be7fb078a5a4cc382b67160.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-libs/kreport/ X-VCS-Repository: proj/kde X-VCS-Files: dev-libs/kreport/kreport-9999.ebuild X-VCS-Directories: dev-libs/kreport/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: d292f6b7a11f1ade2be7fb078a5a4cc382b67160 X-VCS-Branch: master Date: Sun, 12 Jan 2020 13:34:55 +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: ee8f0513-a93b-4aa7-a94a-dc06b4debe9e X-Archives-Hash: e3de0ec9ce39c652cc912bf50762e9fa commit: d292f6b7a11f1ade2be7fb078a5a4cc382b67160 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 12:58:37 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 13:24:08 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d292f6b7 dev-libs/kreport: Add HOMEPAGE Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/kreport/kreport-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-libs/kreport/kreport-9999.ebuild b/dev-libs/kreport/kreport-9999.ebuild index f285ee07ff..53b1cc6d21 100644 --- a/dev-libs/kreport/kreport-9999.ebuild +++ b/dev-libs/kreport/kreport-9999.ebuild @@ -12,6 +12,7 @@ VIRTUALX_REQUIRED="test" inherit ecm kde.org python-any-r1 DESCRIPTION="Framework for creation and generation of reports in multiple formats" +HOMEPAGE="https://community.kde.org/KReport" if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz"