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 23D301580E0 for ; Mon, 27 Jan 2025 19:03:25 +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 DE2F834342D for ; Mon, 27 Jan 2025 19:03:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9B467110470; Mon, 27 Jan 2025 19:03:19 +0000 (UTC) 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 bobolink.gentoo.org (Postfix) with ESMTPS id 91687110470 for ; Mon, 27 Jan 2025 19:03:19 +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 48C4B34342D for ; Mon, 27 Jan 2025 19:03:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A129A1D85 for ; Mon, 27 Jan 2025 19:03:17 +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: <1738004504.84f98f34d4421659ceefa00719d75a92e2be05bb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/quimup/quimup-2.1.1.ebuild X-VCS-Directories: media-sound/quimup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 84f98f34d4421659ceefa00719d75a92e2be05bb X-VCS-Branch: master Date: Mon, 27 Jan 2025 19:03:17 +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: 83ee465b-a616-4cbe-bd98-d4c0b1381b01 X-Archives-Hash: 87188778a1a2fcf55ad895be0da7857b commit: 84f98f34d4421659ceefa00719d75a92e2be05bb Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jan 27 19:01:44 2025 +0000 Commit: Andreas Sturmlechner gentoo 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 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 -}