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 A5ABC158094 for ; Tue, 19 Jul 2022 12:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B9776E0C95; Tue, 19 Jul 2022 12:36:31 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 500D1E0C95 for ; Tue, 19 Jul 2022 12:36:31 +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 2D6B634085A for ; Tue, 19 Jul 2022 12:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56EE852C for ; Tue, 19 Jul 2022 12:36:28 +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: <1658234157.24f235a33f035a3015ff12404632f503c6810aaf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/yarock/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/yarock/yarock-1.4.0-r2.ebuild media-sound/yarock/yarock-1.4.0-r3.ebuild X-VCS-Directories: media-sound/yarock/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 24f235a33f035a3015ff12404632f503c6810aaf X-VCS-Branch: master Date: Tue, 19 Jul 2022 12:36:28 +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: e96eaf03-a151-4a69-be33-36b3d95ecd16 X-Archives-Hash: 02411065d1bd1bd6e2d26cafcb928fc9 commit: 24f235a33f035a3015ff12404632f503c6810aaf Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jul 19 12:32:48 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jul 19 12:35:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f235a3 media-sound/yarock: Fix media-video/mpv[libmpv] missing usedep HOMEPAGE "dead", replaced with launchpad repo link... Closes: https://bugs.gentoo.org/851033 Signed-off-by: Andreas Sturmlechner gentoo.org> .../yarock/{yarock-1.4.0-r2.ebuild => yarock-1.4.0-r3.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/yarock/yarock-1.4.0-r2.ebuild b/media-sound/yarock/yarock-1.4.0-r3.ebuild similarity index 90% rename from media-sound/yarock/yarock-1.4.0-r2.ebuild rename to media-sound/yarock/yarock-1.4.0-r3.ebuild index c7f4cd5e45be..27aac662b7df 100644 --- a/media-sound/yarock/yarock-1.4.0-r2.ebuild +++ b/media-sound/yarock/yarock-1.4.0-r3.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=8 @@ -7,7 +7,7 @@ MY_P="Yarock_${PV}_Sources" inherit cmake DESCRIPTION="Qt-based music player" -HOMEPAGE="https://seb-apps.github.io/yarock/" +HOMEPAGE="https://code.launchpad.net/yarock" SRC_URI="https://launchpad.net/${PN}/1.x/${PV}/+download/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" @@ -27,7 +27,7 @@ RDEPEND=" dev-qt/qtxml:5 media-libs/taglib x11-libs/libX11 - mpv? ( media-video/mpv:= ) + mpv? ( media-video/mpv:=[libmpv] ) phonon? ( >=media-libs/phonon-4.11.0 ) vlc? ( media-video/vlc:= ) "