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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B546138359 for ; Tue, 13 Oct 2020 15:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EB50E08F1; Tue, 13 Oct 2020 15:02:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63C0FE08EC for ; Tue, 13 Oct 2020 15:02:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 56D9B340C02 for ; Tue, 13 Oct 2020 15:02:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B350C3A7 for ; Tue, 13 Oct 2020 15:02:22 +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: <1602601299.3c2da5410c4442e096459e7cbbb341fe52479b2d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/quimup/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/quimup/Manifest media-sound/quimup/quimup-1.4.3.ebuild X-VCS-Directories: media-sound/quimup/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3c2da5410c4442e096459e7cbbb341fe52479b2d X-VCS-Branch: master Date: Tue, 13 Oct 2020 15:02:22 +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: 280a315f-fc4e-43bb-90ae-ca388c9bd7f8 X-Archives-Hash: 989365ecfdf71fbe5a59828c7d64ac2b commit: 3c2da5410c4442e096459e7cbbb341fe52479b2d Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Oct 13 14:20:45 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Oct 13 15:01:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c2da541 media-sound/quimup: Drop 1.4.3 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/quimup/Manifest | 1 - media-sound/quimup/quimup-1.4.3.ebuild | 45 ---------------------------------- 2 files changed, 46 deletions(-) diff --git a/media-sound/quimup/Manifest b/media-sound/quimup/Manifest index fee52fb016a..8d9ef1e4425 100644 --- a/media-sound/quimup/Manifest +++ b/media-sound/quimup/Manifest @@ -1,2 +1 @@ DIST Quimup_1.4.4_source.tar.gz 240902 BLAKE2B a411653b1c5ced5dc7f4b9ebe6244380d23cd165eaf2b14760a3f87946094f7ffad3df73afe500c0f8ea8f6d77e690391e78a0403b9436485b4c670de3c3b0da SHA512 4fac921df6e7157952536e1cdda0e468b72f70f8f938ccfd5d1a7d286f4b7d7ac063ca2c6111f38fb76b2a6235a323858f2f898165c80702b2c0aaeaff8869c9 -DIST quimup_1.4.3_source.tar.gz 587260 BLAKE2B ee2ce0d9f71c63db73af00fe385d643f5ec08e322137c0c4d372fec68b875587e0f46ca2a46d9afc366afdd29e5381816457e4b3b3891af8c0113c577385aa23 SHA512 fb3727bf5c0f756c888484f7c061da95a1ece15673079ac8e6ffc82289f78cfce3dda7245ae25b1d705ffe057f1b0930baf2338bdfe0f16c900dc1ffd3fef807 diff --git a/media-sound/quimup/quimup-1.4.3.ebuild b/media-sound/quimup/quimup-1.4.3.ebuild deleted file mode 100644 index 2c80b78db1c..00000000000 --- a/media-sound/quimup/quimup-1.4.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop qmake-utils - -MY_P=${PN}_${PV} - -DESCRIPTION="A Qt5 client for the music player daemon (MPD) written in C++" -HOMEPAGE="https://sourceforge.net/projects/quimup/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}_source.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtwidgets:5 - >=media-libs/libmpdclient-2.3 - media-libs/taglib -" -DEPEND="${RDEPEND} - virtual/pkgconfig -" - -S="${WORKDIR}/${PN^}_${PV}" - -DOCS=( changelog FAQ.txt README ) - -src_configure() { - eqmake5 -} - -src_install() { - default - dobin ${PN} - - newicon src/resources/mn_icon.png ${PN}.png - make_desktop_entry ${PN} Quimup -}