commit:     4a0ed9f9a8b9eacc63f1a7165544fc2cf729169c
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 20:51:23 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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 <asturm <AT> 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
-}

Reply via email to