From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 58E051582EF for ; Sun, 23 Feb 2025 21:46:27 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 3AF0D34301C for ; Sun, 23 Feb 2025 21:46:27 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3CAE91102B7; Sun, 23 Feb 2025 21:46:26 +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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 35CDB1102B7 for ; Sun, 23 Feb 2025 21:46:26 +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 E3ACF34315F for ; Sun, 23 Feb 2025 21:46:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7CCBF2741 for ; Sun, 23 Feb 2025 21:46:24 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1740347086.297c82b29d7170ab1ec653e599f1a7bb1feadfad.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/clementine/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/clementine/clementine-1.4.1_p28-r1.ebuild media-sound/clementine/clementine-9999.ebuild X-VCS-Directories: media-sound/clementine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 297c82b29d7170ab1ec653e599f1a7bb1feadfad X-VCS-Branch: master Date: Sun, 23 Feb 2025 21:46:24 +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: 631cf4ec-cc51-41e3-883f-25c5a86ed42f X-Archives-Hash: ab2c82e0f3fc6ebf74c8ae12bef1d6ea commit: 297c82b29d7170ab1ec653e599f1a7bb1feadfad Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Feb 21 21:59:33 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 23 21:44:46 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=297c82b2 media-sound/clementine: Prepare for dependencies dropping IUSE qt5 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{clementine-9999.ebuild => clementine-1.4.1_p28-r1.ebuild} | 8 ++++---- media-sound/clementine/clementine-9999.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/clementine/clementine-9999.ebuild b/media-sound/clementine/clementine-1.4.1_p28-r1.ebuild similarity index 96% copy from media-sound/clementine/clementine-9999.ebuild copy to media-sound/clementine/clementine-1.4.1_p28-r1.ebuild index 823a70ac7fe8..8906fce0f9fc 100644 --- a/media-sound/clementine/clementine-9999.ebuild +++ b/media-sound/clementine/clementine-1.4.1_p28-r1.ebuild @@ -14,10 +14,10 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://github.com/clementine-player/Clementine.git" inherit git-r3 else - MY_PV="$(ver_cut 1-3)-$(ver_cut 5)-gxxxxxxxxx" + MY_PV="$(ver_cut 1-3)-$(ver_cut 5)-g41e2a07b3" SRC_URI="https://github.com/clementine-player/Clementine/releases/download/${MY_PV}/clementine-${MY_PV}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/clementine-${MY_PV}" - KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" + KEYWORDS="amd64 ~arm64 ~ppc64 x86" fi LICENSE="GPL-3" @@ -45,7 +45,7 @@ COMMON_DEPEND=" media-libs/chromaprint:= media-libs/gstreamer:1.0 media-libs/gst-plugins-base:1.0 - >=media-libs/libmygpo-qt-1.0.9[qt5(+)] + =media-libs/libmygpo-qt-1.0.9[qt5(+)] +