From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1441120-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1756B158094 for <garchives@archives.gentoo.org>; Fri, 30 Sep 2022 23:24:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 449AFE0A63; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2EBD8E0A63 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11AE5340FEE for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C43E25F7 for <gentoo-commits@lists.gentoo.org>; Fri, 30 Sep 2022 23:24:51 +0000 (UTC) From: "Sam James" <sam@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, "Sam James" <sam@gentoo.org> Message-ID: <1664580262.912a7f192654a4f4ccbed4ff49795fb64d0100a4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/gmpc/gmpc-11.8.16-r2.ebuild X-VCS-Directories: media-sound/gmpc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 912a7f192654a4f4ccbed4ff49795fb64d0100a4 X-VCS-Branch: master Date: Fri, 30 Sep 2022 23:24:51 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9c054cd9-c743-46d7-a49d-0799bdd7e8e6 X-Archives-Hash: 7717b94ac6d32e29bb9b4269bd457fe2 commit: 912a7f192654a4f4ccbed4ff49795fb64d0100a4 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Sep 30 23:09:42 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Sep 30 23:24:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a7f19 media-sound/gmpc: fix StaticSrcUri Signed-off-by: Sam James <sam <AT> gentoo.org> media-sound/gmpc/gmpc-11.8.16-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild index 911dcb5e0a5a..26780928182f 100644 --- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild +++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit autotools vala xdg DESCRIPTION="A GTK+2 client for the Music Player Daemon" HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client" -SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz" +SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"