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 CA8341396D9 for ; Sat, 11 Nov 2017 18:40:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0E4E1E1143; Sat, 11 Nov 2017 18:39: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 DC901E1143 for ; Sat, 11 Nov 2017 18:39:58 +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 BBD2E33FE2A for ; Sat, 11 Nov 2017 18:39:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 071F2998B for ; Sat, 11 Nov 2017 18:39: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: <1510425420.84bf6c86ad9b20ff843d917e8e782eb9497966b0.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: app-editors/kile/ X-VCS-Repository: proj/kde X-VCS-Files: app-editors/kile/kile-9999.ebuild X-VCS-Directories: app-editors/kile/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84bf6c86ad9b20ff843d917e8e782eb9497966b0 X-VCS-Branch: master Date: Sat, 11 Nov 2017 18:39: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-Archives-Salt: ab896811-ba6b-471f-8a6f-9303712c089d X-Archives-Hash: 70a0f6a4af0bce07191a0b5992e28a9b commit: 84bf6c86ad9b20ff843d917e8e782eb9497966b0 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Nov 11 18:37:00 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Nov 11 18:37:00 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=84bf6c86 app-editors/kile: Fix HOMEPAGE Package-Manager: Portage-2.3.13, Repoman-2.3.4 app-editors/kile/kile-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-editors/kile/kile-9999.ebuild b/app-editors/kile/kile-9999.ebuild index 738af7a2dd..d698d7342e 100644 --- a/app-editors/kile/kile-9999.ebuild +++ b/app-editors/kile/kile-9999.ebuild @@ -8,7 +8,7 @@ MY_P=${P/_beta/b} inherit kde5 DESCRIPTION="Latex Editor and TeX shell based on KDE Frameworks" -HOMEPAGE="http://kile.sourceforge.net/" +HOMEPAGE="https://kile.sourceforge.io/" [[ ${PV} != *9999* ]] && SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="FDL-1.2 GPL-2"