Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/
Date: Fri, 30 Sep 2022 23:24:58
Message-Id: 1664580262.912a7f192654a4f4ccbed4ff49795fb64d0100a4.sam@gentoo
1 commit: 912a7f192654a4f4ccbed4ff49795fb64d0100a4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 23:09:42 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 23:24:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a7f19
7
8 media-sound/gmpc: fix StaticSrcUri
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 media-sound/gmpc/gmpc-11.8.16-r2.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
16 index 911dcb5e0a5a..26780928182f 100644
17 --- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
18 +++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -7,7 +7,7 @@ inherit autotools vala xdg
26
27 DESCRIPTION="A GTK+2 client for the Music Player Daemon"
28 HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
29 -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
30 +SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
31
32 LICENSE="GPL-2"
33 SLOT="0"