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 17ED7138350 for ; Tue, 28 Jan 2020 23:14:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50A17E0867; Tue, 28 Jan 2020 23:14:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 361C8E0867 for ; Tue, 28 Jan 2020 23:14:27 +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 ECAF034E41F for ; Tue, 28 Jan 2020 23:14:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25E7AE5 for ; Tue, 28 Jan 2020 23:14:24 +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: <1580253251.9356147990565f08b295f32480af31b831fc8129.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/minuet/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/minuet/minuet-19.12.1.ebuild X-VCS-Directories: kde-apps/minuet/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9356147990565f08b295f32480af31b831fc8129 X-VCS-Branch: master Date: Tue, 28 Jan 2020 23:14:24 +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: 4b4bf95c-2ad7-454e-9fca-23e68b481c28 X-Archives-Hash: 1e5683f3724f4af632038d6f9a3f90fb commit: 9356147990565f08b295f32480af31b831fc8129 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 28 23:14:11 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jan 28 23:14:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93561479 kde-apps/minuet: Drop superfluous 19.12.1 (r0) Package-Manager: Portage-2.3.86, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/minuet/minuet-19.12.1.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/kde-apps/minuet/minuet-19.12.1.ebuild b/kde-apps/minuet/minuet-19.12.1.ebuild deleted file mode 100644 index 3d9bfc19754..00000000000 --- a/kde-apps/minuet/minuet-19.12.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_HANDBOOK="forceoptional" -KFMIN=5.63.0 -QTMIN=5.12.3 -inherit ecm kde.org - -DESCRIPTION="Music Education software by KDE" -HOMEPAGE="https://minuet.kde.org/" - -LICENSE="GPL-2" # TODO: CHECK -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -BDEPEND=" - virtual/pkgconfig -" -DEPEND=" - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/kcrash-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtsvg-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - media-sound/fluidsynth:= -" -RDEPEND="${DEPEND}"