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 120EE1582EF for ; Mon, 24 Feb 2025 20:56:01 +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 E48A63431FC for ; Mon, 24 Feb 2025 20:56:00 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 54E051103AC; Mon, 24 Feb 2025 20:55:56 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 4B69B11037D for ; Mon, 24 Feb 2025 20:55:56 +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 EE05C3430A9 for ; Mon, 24 Feb 2025 20:55:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52A982741 for ; Mon, 24 Feb 2025 20:55:54 +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: <1740430544.4a0ed9f9a8b9eacc63f1a7165544fc2cf729169c.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.5.0.ebuild X-VCS-Directories: media-sound/yarock/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4a0ed9f9a8b9eacc63f1a7165544fc2cf729169c X-VCS-Branch: master Date: Mon, 24 Feb 2025 20:55:54 +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: daeb713c-a23f-497d-83c2-8e48b67f8a51 X-Archives-Hash: fc4d3007796df908c927c1d345ee4bd6 commit: 4a0ed9f9a8b9eacc63f1a7165544fc2cf729169c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Feb 24 20:51:23 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Feb 24 20:55:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0ed9f9 media-sound/yarock: drop 1.5.0 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/yarock/yarock-1.5.0.ebuild | 55 ---------------------------------- 1 file changed, 55 deletions(-) diff --git a/media-sound/yarock/yarock-1.5.0.ebuild b/media-sound/yarock/yarock-1.5.0.ebuild deleted file mode 100644 index dfe38ca2841b..000000000000 --- a/media-sound/yarock/yarock-1.5.0.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Qt-based music player" -HOMEPAGE="https://github.com/sebaro/Yarock" -SRC_URI="https://github.com/sebaro/Yarock/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/${PN^}-${PV}" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64" -IUSE="mpv vlc" - -RDEPEND=" - dev-cpp/htmlcxx - dev-qt/qtbase:6[dbus,gui,network,sql,sqlite,widgets,xml] - media-libs/taglib:= - x11-libs/libX11 - mpv? ( media-video/mpv:=[libmpv] ) - vlc? ( media-video/vlc:= ) -" -DEPEND="${RDEPEND} - dev-qt/qtbase:6[concurrent] -" -BDEPEND="dev-qt/qttools:6[linguist]" - -DOCS=( CHANGES.md README.md ) - -PATCHES=( - # TODO(?): https://github.com/sebaro/Yarock/issues/1#issuecomment-2398941145 - "${FILESDIR}"/${PN}-1.4.0-taglib2-include.patch - # Pending: https://github.com/sebaro/Yarock/pull/3 - "${FILESDIR}"/${P}-assorted-fixes.patch -) - -src_prepare() { - cmake_src_prepare - sed -e "/^Version/d" \ - -i data/org.yarock.desktop || die - mv data/{org.,}yarock.desktop || die -} - -src_configure() { - local mycmakeargs=( - -DENABLE_PHONON=OFF # questionable benefit over vlc directly - -DENABLE_MPV=$(usex mpv) - -DENABLE_VLC=$(usex vlc) - ) - - cmake_src_configure -}