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 F4092139694 for ; Wed, 15 Feb 2017 07:16:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5399B21C039; Wed, 15 Feb 2017 07:16:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3006D21C039 for ; Wed, 15 Feb 2017 07:16:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1B969341641 for ; Wed, 15 Feb 2017 07:16:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71BE3486C for ; Wed, 15 Feb 2017 07:16:29 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1487142909.5c7c0e7d6791b10142f1a5c2abeb5b432e9ab766.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/ncmpcpp/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild X-VCS-Directories: media-sound/ncmpcpp/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5c7c0e7d6791b10142f1a5c2abeb5b432e9ab766 X-VCS-Branch: master Date: Wed, 15 Feb 2017 07:16:29 +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: 13690758-0e13-4cd2-990b-8790217c9370 X-Archives-Hash: 258a7284a77df7ccb0f3133d4a03f0d4 commit: 5c7c0e7d6791b10142f1a5c2abeb5b432e9ab766 Author: Jeroen Roovers gentoo org> AuthorDate: Wed Feb 15 07:15:09 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Wed Feb 15 07:15:09 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c7c0e7d media-sound/ncmpcpp: Update HOMEPAGE. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild index 2f0aad7944..965560c940 100644 --- a/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild +++ b/media-sound/ncmpcpp/ncmpcpp-0.7.7.ebuild @@ -5,8 +5,8 @@ EAPI=6 DESCRIPTION="featureful ncurses based MPD client inspired by ncmpc" -HOMEPAGE="http://ncmpcpp.rybczak.net/" -SRC_URI="http://ncmpcpp.rybczak.net/stable/${P}.tar.bz2" +HOMEPAGE="https://rybczak.net/ncmpcpp/" +SRC_URI="${HOMEPAGE}stable/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0"