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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 526E8158095 for ; Thu, 6 Oct 2022 21:41:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73A0EE0930; Thu, 6 Oct 2022 21:41:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06E26E089A for ; Thu, 6 Oct 2022 21:41:02 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EEB0F340F16 for ; Thu, 6 Oct 2022 21:41:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18A5155B for ; Thu, 6 Oct 2022 21:40:59 +0000 (UTC) From: "Sam James" 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" Message-ID: <1665092434.9d99d3b3df48f90d78a708ae999e31961110ce4f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/rplay/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/rplay/rplay-3.3.2-r4.ebuild media-sound/rplay/rplay-3.3.2_p16-r4.ebuild X-VCS-Directories: media-sound/rplay/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d99d3b3df48f90d78a708ae999e31961110ce4f X-VCS-Branch: master Date: Thu, 6 Oct 2022 21:40:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: dc377d91-f058-4bf0-b94a-c9a4ca9be7d0 X-Archives-Hash: c871a79b7f6168513a9655fae459bccf commit: 9d99d3b3df48f90d78a708ae999e31961110ce4f Author: Sam James gentoo org> AuthorDate: Thu Oct 6 17:19:08 2022 +0000 Commit: Sam James gentoo org> CommitDate: Thu Oct 6 21:40:34 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d99d3b3 media-sound/rplay: fix version (3.3.2-r4 -> 3.3.2_p16-r4) Signed-off-by: Sam James gentoo.org> .../rplay/{rplay-3.3.2-r4.ebuild => rplay-3.3.2_p16-r4.ebuild} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/media-sound/rplay/rplay-3.3.2-r4.ebuild b/media-sound/rplay/rplay-3.3.2_p16-r4.ebuild similarity index 79% rename from media-sound/rplay/rplay-3.3.2-r4.ebuild rename to media-sound/rplay/rplay-3.3.2_p16-r4.ebuild index 14af27da6c3d..054c31b7c782 100644 --- a/media-sound/rplay/rplay-3.3.2-r4.ebuild +++ b/media-sound/rplay/rplay-3.3.2_p16-r4.ebuild @@ -8,9 +8,10 @@ inherit autotools DESCRIPTION="Play sounds on remote Unix systems without data transfer" HOMEPAGE="http://rplay.doit.org/" SRC_URI=" - http://rplay.doit.org/dist/${P}.tar.gz - mirror://debian/pool/main/r/${PN}/${PN}_${PV}-16.debian.tar.xz + http://rplay.doit.org/dist/${PN}-$(ver_cut 1-3).tar.gz + mirror://debian/pool/main/r/${PN}/${PN}_$(ver_cut 1-3)-$(ver_cut 5).debian.tar.xz " +S="${WORKDIR}"/${PN}-$(ver_cut 1-3) LICENSE="GPL-2" SLOT="0" @@ -24,8 +25,8 @@ RDEPEND=" DEPEND="${RDEPEND}" PATCHES=( - "${WORKDIR}/debian/patches" - "${FILESDIR}/${P}-built-in_function_exit-r1.patch" + "${WORKDIR}"/debian/patches + "${FILESDIR}"/${PN}-$(ver_cut 1-3)-built-in_function_exit-r1.patch ) src_prepare() {