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 711AB1382C5 for ; Mon, 15 Jun 2020 19:49:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38F35E09C4; Mon, 15 Jun 2020 16:38:32 +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 B9727E09C4 for ; Mon, 15 Jun 2020 16:38:16 +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 15E5834F2C8 for ; Mon, 15 Jun 2020 16:38:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C13AB29B for ; Mon, 15 Jun 2020 16:38:06 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1592239070.3d1fbc2cc27cc002772c2e5b48a2a84d3220e44b.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/gmpc-albumview/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild X-VCS-Directories: media-plugins/gmpc-albumview/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3d1fbc2cc27cc002772c2e5b48a2a84d3220e44b X-VCS-Branch: master Date: Mon, 15 Jun 2020 16:38: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: 6de12a81-33b3-404a-8594-a3bb6dd55a15 X-Archives-Hash: 4e6cc2802ba01143908355431313c1dc commit: 3d1fbc2cc27cc002772c2e5b48a2a84d3220e44b Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Jun 15 13:22:08 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon Jun 15 16:37:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1fbc2c media-plugins/gmpc-albumview: use HTTPS Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild b/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild index fd03c1bb0fc..6731fe7d512 100644 --- a/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild +++ b/media-plugins/gmpc-albumview/gmpc-albumview-11.8.16.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="This plugin shows your music collection in albums" -HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_ALBUMVIEW" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +HOMEPAGE="https://gmpc.fandom.com/wiki/GMPC_PLUGIN_ALBUMVIEW" +SRC_URI="https://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0"