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 0029613835A for ; Sat, 30 Jan 2021 16:36:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AAC0E0AAC; Sat, 30 Jan 2021 16:36:32 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 E9205E0AAC for ; Sat, 30 Jan 2021 16:36:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 813083405BB for ; Sat, 30 Jan 2021 16:36:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09A794AD for ; Sat, 30 Jan 2021 16:36:29 +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: <1612024415.bcf1cd88f40416b9d74b1296e686b173c73e80ed.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/vmpk/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/vmpk/Manifest media-sound/vmpk/vmpk-0.7.2-r1.ebuild X-VCS-Directories: media-sound/vmpk/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: bcf1cd88f40416b9d74b1296e686b173c73e80ed X-VCS-Branch: master Date: Sat, 30 Jan 2021 16:36:29 +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: baa86bf4-7537-482c-9985-505f21cc38e9 X-Archives-Hash: 429fc30e8da37da0e1fd73a14e7e6c0d commit: bcf1cd88f40416b9d74b1296e686b173c73e80ed Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 30 15:51:46 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 30 16:33:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcf1cd88 media-sound/vmpk: Drop 0.7.2-r1 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> media-sound/vmpk/Manifest | 1 - media-sound/vmpk/vmpk-0.7.2-r1.ebuild | 48 ----------------------------------- 2 files changed, 49 deletions(-) diff --git a/media-sound/vmpk/Manifest b/media-sound/vmpk/Manifest index 985859ac40f..64172f23614 100644 --- a/media-sound/vmpk/Manifest +++ b/media-sound/vmpk/Manifest @@ -1,2 +1 @@ -DIST vmpk-0.7.2.tar.bz2 438006 BLAKE2B 78b1f50ce4ec6a430e4b82b500687261c448043d07fcd8e5a8fabcf0554f0488b7a87abf4a208a1d102a86c7b399c0637210c23f7d5b45a5166d6909aeb26b1f SHA512 69e31d6fd91a6604b7482b18840ed0b274723f380d7fe59827391e9031c3c670cb4e331c8bff01aacf6271973689f0bdb8c1dad4b749524095b398063634a477 DIST vmpk-0.8.0.tar.bz2 466517 BLAKE2B 9fee766b71ad7f9cd96f9dfd859dc31434f14c913c75f5a8e76c66150522dbf04c6e28582269d1603c6d53d6db436e9e7f73cab1172c0d6b004cc71edccb21c8 SHA512 b3e1e40792661c1e4ce3a5274513b4b75742ca861a6233c2653d6df90b7a89e086d15a4196d59c7021c48e9e2aae83116ba29c3395960179d602f0cb06c1f608 diff --git a/media-sound/vmpk/vmpk-0.7.2-r1.ebuild b/media-sound/vmpk/vmpk-0.7.2-r1.ebuild deleted file mode 100644 index 227a4e14dd2..00000000000 --- a/media-sound/vmpk/vmpk-0.7.2-r1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg - -DESCRIPTION="Virtual MIDI Piano Keyboard" -HOMEPAGE="https://vmpk.sourceforge.io/" -SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="dbus" - -BDEPEND=" - app-text/docbook-xsl-stylesheets - dev-qt/linguist-tools:5 - virtual/pkgconfig -" -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - =media-sound/drumstick-1* - x11-libs/libxcb - dbus? ( dev-qt/qtdbus:5 )" -DEPEND="${RDEPEND}" - -src_prepare() { - cmake_src_prepare -} - -src_configure() { - local mycmakeargs=( - -DENABLE_DBUS=$(usex dbus) - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - rm -rf "${D}/usr/share/doc/packages" || die -}