diff options
author | soredake <fdsfgs@krutt.org> | 2017-08-10 22:09:32 +0300 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-09-04 01:01:21 +0200 |
commit | b4412c03f64df8ed35c08ecba41bbf2a8c815fe8 (patch) | |
tree | 98e69b37444b40b4c65304f87f2c00a290cd9660 /media-sound/mpdscribble | |
parent | x11-libs/goocanvas: version bump 2.0.2 → 2.0.3 (diff) | |
download | gentoo-b4412c03f64df8ed35c08ecba41bbf2a8c815fe8.tar.gz gentoo-b4412c03f64df8ed35c08ecba41bbf2a8c815fe8.tar.bz2 gentoo-b4412c03f64df8ed35c08ecba41bbf2a8c815fe8.zip |
media-sound/mpdscribble: update upstream links
Closes: https://github.com/gentoo/gentoo/pull/5385
Diffstat (limited to 'media-sound/mpdscribble')
-rw-r--r-- | media-sound/mpdscribble/metadata.xml | 2 | ||||
-rw-r--r-- | media-sound/mpdscribble/mpdscribble-0.22.ebuild | 4 | ||||
-rw-r--r-- | 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 5b289ed1cec8..591f1b938aae 100644 --- a/media-sound/mpdscribble/metadata.xml +++ b/media-sound/mpdscribble/metadata.xml @@ -14,6 +14,6 @@ statistics about your listening habits. </longdescription> <upstream> - <remote-id type="sourceforge">musicpd</remote-id> + <remote-id type="github">MusicPlayerDaemon/mpdscribble</remote-id> </upstream> </pkgmetadata> diff --git a/media-sound/mpdscribble/mpdscribble-0.22.ebuild b/media-sound/mpdscribble/mpdscribble-0.22.ebuild index fd1d05fad524..ac6c4ddf73ea 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 f55ae12bbb17..81294c5dbbe7 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" |