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 D730B138350 for ; Sun, 12 Jan 2020 13:35:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0D14E0CF3; 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 98058E0CF3 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 77D8034DFB4 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 18A64A1 for ; Sun, 12 Jan 2020 13:34:56 +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: <1578836067.5eadca46b055b9c2c74c02b82375dd9fe8b8fbc9.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-db/kdb/ X-VCS-Repository: proj/kde X-VCS-Files: dev-db/kdb/kdb-9999.ebuild X-VCS-Directories: dev-db/kdb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5eadca46b055b9c2c74c02b82375dd9fe8b8fbc9 X-VCS-Branch: master Date: Sun, 12 Jan 2020 13:34:56 +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: 56bea638-10e0-415b-bdaf-3d76aca58080 X-Archives-Hash: b4b3d4b49cea2b0ff6609130944063b2 commit: 5eadca46b055b9c2c74c02b82375dd9fe8b8fbc9 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 13 01:48:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 13:34:27 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5eadca46 dev-db/kdb: Add HOMEPAGE Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-db/kdb/kdb-9999.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-db/kdb/kdb-9999.ebuild b/dev-db/kdb/kdb-9999.ebuild index 13329aa4f9..9b6b4b123f 100644 --- a/dev-db/kdb/kdb-9999.ebuild +++ b/dev-db/kdb/kdb-9999.ebuild @@ -11,6 +11,8 @@ QTMIN=5.12.3 inherit ecm kde.org python-any-r1 DESCRIPTION="Database connectivity and creation framework for various vendors" +HOMEPAGE="https://community.kde.org/KDb" + if [[ ${KDE_BUILD_TYPE} = release ]]; then SRC_URI="mirror://kde/stable/${PN}/src/${P}.tar.xz" KEYWORDS="~amd64 ~x86"