commit:     84f98f34d4421659ceefa00719d75a92e2be05bb
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 27 19:01:44 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 27 19:01:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84f98f34

media-sound/quimup: drop 2.1.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/quimup/quimup-2.1.1.ebuild | 39 ----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/media-sound/quimup/quimup-2.1.1.ebuild 
b/media-sound/quimup/quimup-2.1.1.ebuild
deleted file mode 100644
index 23b0f08e7cb6..000000000000
--- a/media-sound/quimup/quimup-2.1.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop qmake-utils xdg
-
-DESCRIPTION="Qt client for the music player daemon (MPD)"
-HOMEPAGE="https://quimup.sourceforge.io";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P^}.source.tar.gz";
-S="${WORKDIR}/${P^}.source"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-       dev-qt/qtbase:6[gui,network,widgets]
-       media-libs/libmpdclient
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-DOCS=( changelog faq readme )
-
-src_configure() {
-       eqmake6
-}
-
-src_install() {
-       default
-       dobin ${PN}
-
-       for x in 32 64 128 scalable; do
-               doicon -s ${x} RPM_DEB_build/share/icons/hicolor/${x}*/*
-       done
-
-       domenu RPM_DEB_build/share/applications/${PN^}.desktop
-}

Reply via email to