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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D560F1581E7 for ; Sun, 21 Apr 2024 20:07:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 212ACE29E5; Sun, 21 Apr 2024 20:07:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02B14E29E0 for ; Sun, 21 Apr 2024 20:07:25 +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 0945F34351B for ; Sun, 21 Apr 2024 20:07:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9C10A1513 for ; Sun, 21 Apr 2024 20:07:23 +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: <1713730031.eb8c51f92770f2bfc7c3ccebbc5e85b3fcbd35a1.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-sound/audex/ X-VCS-Repository: proj/kde X-VCS-Files: media-sound/audex/audex-9999.ebuild X-VCS-Directories: media-sound/audex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: eb8c51f92770f2bfc7c3ccebbc5e85b3fcbd35a1 X-VCS-Branch: master Date: Sun, 21 Apr 2024 20:07:23 +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: 84e3606f-502a-47f6-a77f-db1f69ecd5a7 X-Archives-Hash: a316566cbe64b929d7ab6de31f92e013 commit: eb8c51f92770f2bfc7c3ccebbc5e85b3fcbd35a1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Apr 21 19:53:24 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 21 20:07:11 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=eb8c51f9 media-sound/audex: update HOMEPAGE, switch to gear.kde.org Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/audex/audex-9999.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/media-sound/audex/audex-9999.ebuild b/media-sound/audex/audex-9999.ebuild index 1fb833f532..c738d35711 100644 --- a/media-sound/audex/audex-9999.ebuild +++ b/media-sound/audex/audex-9999.ebuild @@ -4,12 +4,13 @@ EAPI=8 ECM_TEST="true" +PVCUT=$(ver_cut 1-3) KFMIN=6.0.0 QTMIN=6.6.2 -inherit ecm kde.org +inherit ecm gear.kde.org DESCRIPTION="Tool for ripping compact discs" -HOMEPAGE="https://userbase.kde.org/Audex" +HOMEPAGE="https://apps.kde.org/audex/ https://userbase.kde.org/Audex" LICENSE="GPL-3" SLOT="0" @@ -20,7 +21,7 @@ DEPEND=" >=dev-qt/qt5compat-${QTMIN}:6 >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] >=dev-qt/qtdeclarative-${QTMIN}:6 - >=kde-apps/libkcddb-24.02.0:6 + >=kde-apps/libkcddb-${PVCUT}:6 >=kde-frameworks/kcmutils-${KFMIN}:6 >=kde-frameworks/kcompletion-${KFMIN}:6 >=kde-frameworks/kconfig-${KFMIN}:6