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 8C0AA1396D1 for ; Sat, 26 Aug 2017 12:30:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7541FC03D; Sat, 26 Aug 2017 12:30:02 +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 C70151FC03D for ; Sat, 26 Aug 2017 12:30:02 +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 056FA3416EE for ; Sat, 26 Aug 2017 12:30:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8AE5F8344 for ; Sat, 26 Aug 2017 12:30:00 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1503750592.3bb39670d4ef1273489c7d13f7bbe17ab1b995b3.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/skrooge/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/skrooge/skrooge-2.8.1.ebuild app-office/skrooge/skrooge-2.9.0.ebuild X-VCS-Directories: app-office/skrooge/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3bb39670d4ef1273489c7d13f7bbe17ab1b995b3 X-VCS-Branch: master Date: Sat, 26 Aug 2017 12:30:00 +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: c9e63b7b-25d6-4d7d-b8fd-6f6010c29786 X-Archives-Hash: 88f73473b47e96b631dffc9a23d9af71 commit: 3bb39670d4ef1273489c7d13f7bbe17ab1b995b3 Author: Michael Palimaka gentoo org> AuthorDate: Sat Aug 26 12:29:46 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Aug 26 12:29:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bb39670 app-office/skrooge: update HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 app-office/skrooge/skrooge-2.8.1.ebuild | 2 +- app-office/skrooge/skrooge-2.9.0.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/skrooge/skrooge-2.8.1.ebuild b/app-office/skrooge/skrooge-2.8.1.ebuild index 84e1867e782..44321985ac2 100644 --- a/app-office/skrooge/skrooge-2.8.1.ebuild +++ b/app-office/skrooge/skrooge-2.8.1.ebuild @@ -11,7 +11,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Personal finances manager, aiming at being simple and intuitive" -HOMEPAGE="http://www.skrooge.org/" +HOMEPAGE="https://skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2" diff --git a/app-office/skrooge/skrooge-2.9.0.ebuild b/app-office/skrooge/skrooge-2.9.0.ebuild index 902ff0586d5..ff836748196 100644 --- a/app-office/skrooge/skrooge-2.9.0.ebuild +++ b/app-office/skrooge/skrooge-2.9.0.ebuild @@ -10,7 +10,7 @@ VIRTUALX_REQUIRED="test" inherit kde5 DESCRIPTION="Personal finances manager, aiming at being simple and intuitive" -HOMEPAGE="http://www.skrooge.org/" +HOMEPAGE="https://skrooge.org/" [[ ${PV} == 9999 ]] || SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" LICENSE="GPL-2"