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 8CE34138335 for ; Fri, 3 Jan 2020 10:30:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6104CE09C6; Fri, 3 Jan 2020 10:30:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 235C2E09C6 for ; Fri, 3 Jan 2020 10:30:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 BB06A34DE6F for ; Fri, 3 Jan 2020 10:30:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 81F4BAC for ; Fri, 3 Jan 2020 10:30:26 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1578047422.0b412e952629660b1c1e3b5fa132b8125a6f6b69.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 0b412e952629660b1c1e3b5fa132b8125a6f6b69 X-VCS-Branch: master Date: Fri, 3 Jan 2020 10:30:26 +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: 397f00af-f8e3-43b8-a29f-a31d0580651b X-Archives-Hash: 8ebd7cc734c69f47dfb951bcd13ca993 commit: 0b412e952629660b1c1e3b5fa132b8125a6f6b69 Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 3 10:30:09 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 3 10:30:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b412e95 media-sound/clementine: Synced live ebuild Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Lars Wendler gentoo.org> media-sound/clementine/clementine-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-9999.ebuild index 896d3d9b097..edb23f4f60d 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git" inherit git-r3 else - S="${WORKDIR}/${PN^}-${PV}" + S="${WORKDIR}/${P/_}" SRC_URI_BASE="https://github.com/clementine-player/${PN^}" COMMIT="" if [[ -n "${COMMIT}" ]] ; then @@ -21,7 +21,7 @@ else elif [[ $(ver_cut 3) -gt 90 ]] ; then SRC_URI="${SRC_URI_BASE}/archive/${PV}.tar.gz -> ${P}.tar.gz" else - SRC_URI="${SRC_URI_BASE}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="${SRC_URI_BASE}/releases/download/${PV/_}/${P/_}.tar.xz" fi KEYWORDS="~amd64 ~x86" fi