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 CB4B01396DB for ; Sun, 22 Oct 2017 17:01:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 430392BC049; Sun, 22 Oct 2017 17:01:24 +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 2037B2BC049 for ; Sun, 22 Oct 2017 17:01:24 +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 55A9433BF51 for ; Sun, 22 Oct 2017 17:01:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FB6382D for ; Sun, 22 Oct 2017 17:01:20 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508691665.b792aa583c58fb74b40d41de0f1835e856fe0ff4.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/kapow/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/kapow/kapow-1.5.2.ebuild x11-misc/kapow/kapow-1.5.3.ebuild X-VCS-Directories: x11-misc/kapow/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: b792aa583c58fb74b40d41de0f1835e856fe0ff4 X-VCS-Branch: master Date: Sun, 22 Oct 2017 17:01:20 +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: b5c9e19f-a709-4cc9-8514-827919836c68 X-Archives-Hash: 6f07a1c3c228b6a633f73d7a8f433201 commit: b792aa583c58fb74b40d41de0f1835e856fe0ff4 Author: Francesco Turco fastmail fm> AuthorDate: Tue Oct 10 18:11:34 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sun Oct 22 17:01:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b792aa58 x11-misc/kapow: use HTTPS for links to gottcode.org. x11-misc/kapow/kapow-1.5.2.ebuild | 4 ++-- x11-misc/kapow/kapow-1.5.3.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/kapow/kapow-1.5.2.ebuild b/x11-misc/kapow/kapow-1.5.2.ebuild index 9787e17eada..4d8914e38d2 100644 --- a/x11-misc/kapow/kapow-1.5.2.ebuild +++ b/x11-misc/kapow/kapow-1.5.2.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit qmake-utils DESCRIPTION="A punch clock program designed to easily keep track of your hours" -HOMEPAGE="http://gottcode.org/kapow/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/kapow/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/x11-misc/kapow/kapow-1.5.3.ebuild b/x11-misc/kapow/kapow-1.5.3.ebuild index 9787e17eada..4d8914e38d2 100644 --- a/x11-misc/kapow/kapow-1.5.3.ebuild +++ b/x11-misc/kapow/kapow-1.5.3.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit qmake-utils DESCRIPTION="A punch clock program designed to easily keep track of your hours" -HOMEPAGE="http://gottcode.org/kapow/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/kapow/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"