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 D2E58138334 for ; Sun, 3 Feb 2019 19:14:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C797DE087C; Sun, 3 Feb 2019 19:14:13 +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 A19CAE087C for ; Sun, 3 Feb 2019 19:14:13 +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 5B3F9335DC7 for ; Sun, 3 Feb 2019 19:14:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6299E52C for ; Sun, 3 Feb 2019 19:14:10 +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: <1549221227.dfbbec3f7c1f2ba9e097940171c4fe3769047400.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gtick/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gtick/gtick-0.5.0.ebuild X-VCS-Directories: media-sound/gtick/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfbbec3f7c1f2ba9e097940171c4fe3769047400 X-VCS-Branch: master Date: Sun, 3 Feb 2019 19:14:10 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ef7986d-0d38-40c3-858e-0c3e6e7be66f X-Archives-Hash: dc7400f5a2410a329cd28f1ad2db1939 commit: dfbbec3f7c1f2ba9e097940171c4fe3769047400 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Feb 3 11:58:49 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 19:13:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbbec3f media-sound/gtick: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10970 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/gtick/gtick-0.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/gtick/gtick-0.5.0.ebuild b/media-sound/gtick/gtick-0.5.0.ebuild index 444515a7a38..01b14460e32 100644 --- a/media-sound/gtick/gtick-0.5.0.ebuild +++ b/media-sound/gtick/gtick-0.5.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils DESCRIPTION="a metronome application supporting different meters and speeds ranging" -HOMEPAGE="http://www.antcom.de/gtick" -SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz" +HOMEPAGE="https://www.antcom.de/gtick" +SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"