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 209F0138334 for ; Sat, 20 Jul 2019 19:31:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2D29E0801; Sat, 20 Jul 2019 19:30:55 +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 A98F2E0801 for ; Sat, 20 Jul 2019 19:30:55 +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 7F6AC3482CF for ; Sat, 20 Jul 2019 19:30:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 53B4E734 for ; Sat, 20 Jul 2019 19:30:50 +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: <1563650980.367f117f02bc0f6d85edc6939fa389960ece59da.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild X-VCS-Directories: media-sound/tomahawk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 367f117f02bc0f6d85edc6939fa389960ece59da X-VCS-Branch: master Date: Sat, 20 Jul 2019 19:30:50 +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: f0e3d708-e633-44ff-977e-1c5995b9d3e5 X-Archives-Hash: 9901077c1c81aa6bd18367ec9fa9a903 commit: 367f117f02bc0f6d85edc6939fa389960ece59da Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 20 19:12:58 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 20 19:29:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=367f117f media-sound/tomahawk: tomahawk-player.org is no more Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild index 82c9537fd05..fca16414dfb 100644 --- a/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild +++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20181030.ebuild @@ -7,7 +7,7 @@ COMMIT=777b31219179b43f56c7b95857d2fbd7f33199aa inherit cmake-utils xdg-utils DESCRIPTION="Multi-source social music player" -HOMEPAGE="https://www.tomahawk-player.org/" +HOMEPAGE="https://github.com/tomahawk-player/tomahawk" SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 BSD"