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 BB7FF138334 for ; Sun, 10 Mar 2019 10:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF567E0AEC; Sun, 10 Mar 2019 10:19:09 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 806F2E0AEC for ; Sun, 10 Mar 2019 10:19:09 +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 16005335CDB for ; Sun, 10 Mar 2019 10:19:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C9E9563 for ; Sun, 10 Mar 2019 10:19:06 +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: <1552213134.ef0609457945d63b1019035d915cea99d2dbb4dc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/milkytracker/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/milkytracker/milkytracker-1.0.0.ebuild X-VCS-Directories: media-sound/milkytracker/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ef0609457945d63b1019035d915cea99d2dbb4dc X-VCS-Branch: master Date: Sun, 10 Mar 2019 10:19:06 +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: 34c30097-78c7-416e-a06e-9c407338dc58 X-Archives-Hash: d17612c23644d07bc0c86e9ec7e8f627 commit: ef0609457945d63b1019035d915cea99d2dbb4dc Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 8 18:14:16 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 10 10:18:54 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef060945 media-sound/milkytracker: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/milkytracker/milkytracker-1.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/milkytracker/milkytracker-1.0.0.ebuild b/media-sound/milkytracker/milkytracker-1.0.0.ebuild index a98d267250f..4afcee36307 100644 --- a/media-sound/milkytracker/milkytracker-1.0.0.ebuild +++ b/media-sound/milkytracker/milkytracker-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit cmake-utils eutils vcs-snapshot DESCRIPTION="FastTracker 2 inspired music tracker" -HOMEPAGE="http://milkytracker.titandemo.org/" +HOMEPAGE="https://milkytracker.titandemo.org/" SRC_URI="https://github.com/milkytracker/MilkyTracker/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="|| ( GPL-3 MPL-1.1 ) AIFFWriter.m BSD GPL-3 GPL-3+ LGPL-2.1+ MIT"