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 78B9E139694 for ; Sun, 18 Jun 2017 09:04:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE32B234013; Sun, 18 Jun 2017 09:04:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ADBB1234013 for ; Sun, 18 Jun 2017 09:04:36 +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 CE90C341A05 for ; Sun, 18 Jun 2017 09:04:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A69B7477 for ; Sun, 18 Jun 2017 09:04:34 +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: <1497776666.bf86618c4c84b01a8271c17ba5048f44d97284cc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/kbibtex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/kbibtex/kbibtex-0.6.2.ebuild X-VCS-Directories: app-text/kbibtex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bf86618c4c84b01a8271c17ba5048f44d97284cc X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:04:34 +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-Archives-Salt: a33b4a75-72ca-403e-ab20-67fa21f46cb0 X-Archives-Hash: 7d6eefd2b055740a6921f3d0879f9215 commit: bf86618c4c84b01a8271c17ba5048f44d97284cc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jun 18 09:02:31 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jun 18 09:04:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf86618c app-text/kbibtex: Fix HOMEPAGE Package-Manager: Portage-2.3.5, Repoman-2.3.1 app-text/kbibtex/kbibtex-0.6.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/kbibtex/kbibtex-0.6.2.ebuild b/app-text/kbibtex/kbibtex-0.6.2.ebuild index e696829d891..51eb177cfc8 100644 --- a/app-text/kbibtex/kbibtex-0.6.2.ebuild +++ b/app-text/kbibtex/kbibtex-0.6.2.ebuild @@ -7,7 +7,7 @@ WEBKIT_REQUIRED="optional" inherit kde4-base DESCRIPTION="BibTeX editor by KDE to edit bibliographies used with LaTeX" -HOMEPAGE="http://home.gna.org/kbibtex/" +HOMEPAGE="https://userbase.kde.org/KBibTeX" SRC_URI="mirror://kde/stable/KBibTeX/${P}.tar.xz" LICENSE="GPL-2"