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 9B6121396D0 for ; Sun, 3 Sep 2017 23:28:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D15CE1FC018; Sun, 3 Sep 2017 23:28:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 AF3BB1FC018 for ; Sun, 3 Sep 2017 23:28:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6C23733E4AD for ; Sun, 3 Sep 2017 23:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A883B8D03 for ; Sun, 3 Sep 2017 23:27:56 +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: <1504479681.b4412c03f64df8ed35c08ecba41bbf2a8c815fe8.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/mpdscribble/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/mpdscribble/metadata.xml media-sound/mpdscribble/mpdscribble-0.22.ebuild media-sound/mpdscribble/mpdscribble-9999.ebuild X-VCS-Directories: media-sound/mpdscribble/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b4412c03f64df8ed35c08ecba41bbf2a8c815fe8 X-VCS-Branch: master Date: Sun, 3 Sep 2017 23:27:56 +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: 9a73b92c-ad9c-4a6e-a3bb-93e5254de2ac X-Archives-Hash: 5e8cb633854e0d6d5964a4d247f5cb91 commit: b4412c03f64df8ed35c08ecba41bbf2a8c815fe8 Author: soredake krutt org> AuthorDate: Thu Aug 10 19:09:32 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Sep 3 23:01:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4412c03 media-sound/mpdscribble: update upstream links Closes: https://github.com/gentoo/gentoo/pull/5385 media-sound/mpdscribble/metadata.xml | 2 +- media-sound/mpdscribble/mpdscribble-0.22.ebuild | 4 ++-- media-sound/mpdscribble/mpdscribble-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/mpdscribble/metadata.xml b/media-sound/mpdscribble/metadata.xml index 5b289ed1cec..591f1b938aa 100644 --- a/media-sound/mpdscribble/metadata.xml +++ b/media-sound/mpdscribble/metadata.xml @@ -14,6 +14,6 @@ statistics about your listening habits. - musicpd + MusicPlayerDaemon/mpdscribble diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild index fd1d05fad52..ac6c4ddf73e 100644 --- a/media-sound/mpdscribble/mpdscribble-0.22.ebuild +++ b/media-sound/mpdscribble/mpdscribble-0.22.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit eutils DESCRIPTION="An MPD client that submits information to Audioscrobbler" -HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble" -SRC_URI="mirror://sourceforge/musicpd/${P}.tar.bz2" +HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/" +SRC_URI="https://www.musicpd.org/download/${PN}/${PV}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/media-sound/mpdscribble/mpdscribble-9999.ebuild b/media-sound/mpdscribble/mpdscribble-9999.ebuild index f55ae12bbb1..81294c5dbbe 100644 --- a/media-sound/mpdscribble/mpdscribble-9999.ebuild +++ b/media-sound/mpdscribble/mpdscribble-9999.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit git-r3 autotools DESCRIPTION="An MPD client that submits information to Audioscrobbler" -HOMEPAGE="http://mpd.wikia.com/wiki/Client:Mpdscribble" -EGIT_REPO_URI="git://git.musicpd.org/master/mpdscribble.git" +HOMEPAGE="https://www.musicpd.org/clients/mpdscribble/" +EGIT_REPO_URI="https://github.com/MusicPlayerDaemon/mpdscribble.git" LICENSE="GPL-2" SLOT="0"