From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1165535-garchives=archives.gentoo.org@lists.gentoo.org>
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 DF707138351
	for <garchives@archives.gentoo.org>; Sun, 26 Apr 2020 23:08:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id F3270E09D8;
	Sun, 26 Apr 2020 23:08:05 +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 DB0D7E09D8
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 23:08:05 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(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 DEC1C34F9BA
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 23:08:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B7EB1B4
	for <gentoo-commits@lists.gentoo.org>; Sun, 26 Apr 2020 23:08:03 +0000 (UTC)
From: "Andreas Sturmlechner" <asturm@gentoo.org>
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" <asturm@gentoo.org>
Message-ID: <1587942466.159c49810637d61368fba844566e213ea03e245a.asturm@gentoo>
Subject: [gentoo-commits] proj/kde:master commit in: app-text/kbibtex/
X-VCS-Repository: proj/kde
X-VCS-Files: app-text/kbibtex/kbibtex-9999.ebuild
X-VCS-Directories: app-text/kbibtex/
X-VCS-Committer: asturm
X-VCS-Committer-Name: Andreas Sturmlechner
X-VCS-Revision: 159c49810637d61368fba844566e213ea03e245a
X-VCS-Branch: master
Date: Sun, 26 Apr 2020 23:08:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 72d89289-74a1-4d90-a7b5-6a6007ac7e4d
X-Archives-Hash: 6eda861ee4ba4275be34f20820cd2c3e

commit:     159c49810637d61368fba844566e213ea03e245a
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 26 22:57:12 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 26 23:07:46 2020 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=159c4981

app-text/kbibtex: Update HOMEPAGE, SRC_URI

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-text/kbibtex/kbibtex-9999.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-text/kbibtex/kbibtex-9999.ebuild b/app-text/kbibtex/kbibtex-9999.ebuild
index 0dbf920d07..1ac816f2de 100644
--- a/app-text/kbibtex/kbibtex-9999.ebuild
+++ b/app-text/kbibtex/kbibtex-9999.ebuild
@@ -10,10 +10,11 @@ QTMIN=5.12.3
 inherit ecm kde.org
 
 DESCRIPTION="BibTeX editor to edit bibliographies used with LaTeX"
-HOMEPAGE="https://userbase.kde.org/KBibTeX"
+HOMEPAGE="https://kde.org/applications/education/org.kde.kbibtex
+https://userbase.kde.org/KBibTeX"
 
 if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz"
+	SRC_URI="mirror://kde/stable/KBibTeX/${PV}/${P}.tar.xz"
 	KEYWORDS="~amd64 ~x86"
 fi