From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-830299-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 649FB139897 for <garchives@archives.gentoo.org>; Tue, 25 Aug 2015 18:58:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E8758141EC; Tue, 25 Aug 2015 18:58:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C13B141EC for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 18:58:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 30D0B34076D for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 18:58:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF885162 for <gentoo-commits@lists.gentoo.org>; Tue, 25 Aug 2015 18:58:42 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1440442506.7dd2a7e5269299f34501bfb84de48abd31bd97aa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/spotify/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/spotify/spotify-0.9.17.1-r1.ebuild X-VCS-Directories: media-sound/spotify/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7dd2a7e5269299f34501bfb84de48abd31bd97aa X-VCS-Branch: master Date: Tue, 25 Aug 2015 18:58:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f7bb7f5b-77c0-45b5-b275-43cbdbdf8ffc X-Archives-Hash: 772e2d952821bfb44b9953fa40956f5d commit: 7dd2a7e5269299f34501bfb84de48abd31bd97aa Author: Gokturk Yuksek <gokturk <AT> binghamton <DOT> edu> AuthorDate: Mon Aug 24 18:54:07 2015 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 18:55:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd2a7e5 media-sound/spotify: Fix homepage URL The URL link has a 'ch-de' localization tag, which prints messages in German. Package-Manager: portage-2.2.20.1 media-sound/spotify/spotify-0.9.17.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild b/media-sound/spotify/spotify-0.9.17.1-r1.ebuild index 08c1759..c5fbd30 100644 --- a/media-sound/spotify/spotify-0.9.17.1-r1.ebuild +++ b/media-sound/spotify/spotify-0.9.17.1-r1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils fdo-mime gnome2-utils pax-utils unpacker DESCRIPTION="Spotify is a social music platform" -HOMEPAGE="https://www.spotify.com/ch-de/download/previews/" +HOMEPAGE="https://www.spotify.com/download/previews/" MY_PV="${PV}.g9b85d43.7-1" MY_P="${PN}-client_${MY_PV}" SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/"