Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/cantata/
Date: Tue, 01 Sep 2015 19:55:56
Message-Id: 1441136731.c86866fd045e5ce494c180ae0bf537572d271e7b.klausman@gentoo
1 commit: c86866fd045e5ce494c180ae0bf537572d271e7b
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:44:45 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:45:31 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c86866fd
7
8 media-sound/cantata: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 media-sound/cantata/cantata-1.5.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-sound/cantata/cantata-1.5.1.ebuild b/media-sound/cantata/cantata-1.5.1.ebuild
16 index 7112c05..743ff14 100644
17 --- a/media-sound/cantata/cantata-1.5.1.ebuild
18 +++ b/media-sound/cantata/cantata-1.5.1.ebuild
19 @@ -9,7 +9,7 @@ PLOCALES="cs de en_GB es hu ko pl ru zh_CN"
20 inherit kde4-base l10n
21
22 DESCRIPTION="Featureful and configurable Qt client for the music player daemon (MPD)"
23 -HOMEPAGE="https://code.google.com/p/cantata/"
24 +HOMEPAGE="https://github.com/cdrummond/cantata"
25 SRC_URI="https://drive.google.com/uc?export=download&id=0Bzghs6gQWi60UktwaTRMTjRIUW8 -> ${P}.tar.bz2"
26
27 LICENSE="GPL-2"