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 E8EB0139085 for ; Thu, 2 Feb 2017 13:45:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F94BE0C3B; Thu, 2 Feb 2017 13:45:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0E5CBE0C3B for ; Thu, 2 Feb 2017 13:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CB6FF340EF6 for ; Thu, 2 Feb 2017 13:44:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 458243B8E for ; Thu, 2 Feb 2017 13:44:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1486043061.f248241050c72b87b84b651e6d8751afdab08398.johu@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.6.1.ebuild X-VCS-Directories: media-sound/vmpk/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: f248241050c72b87b84b651e6d8751afdab08398 X-VCS-Branch: master Date: Thu, 2 Feb 2017 13:44:57 +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-Archives-Salt: a18e08c2-f148-4298-b866-8cac33b05d62 X-Archives-Hash: dd3eb3530874ecc882594424425b0c8b commit: f248241050c72b87b84b651e6d8751afdab08398 Author: Johannes Huber gentoo org> AuthorDate: Thu Feb 2 13:27:39 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Feb 2 13:44:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2482410 media-sound/vmpk: Remove 0.6.1 Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/vmpk/Manifest | 1 - media-sound/vmpk/vmpk-0.6.1.ebuild | 44 -------------------------------------- 2 files changed, 45 deletions(-) diff --git a/media-sound/vmpk/Manifest b/media-sound/vmpk/Manifest index a4342d0..c88bcb7 100644 --- a/media-sound/vmpk/Manifest +++ b/media-sound/vmpk/Manifest @@ -1,2 +1 @@ -DIST vmpk-0.6.1.tar.bz2 466218 SHA256 0ce7086d70b9a428a2a2547bb5ba2133dc9fec5c738b966a186d8d015aa35665 SHA512 6ca63abb3cc8a586173ace6ba42e9c26620c0597340317674326e45d2aeb7c47896f50ed636168e16cf574822d4f7c11c5083acbe51ea05330acfafd423b871c WHIRLPOOL c078e13a10b958f70869c1fb1426d343b7a542d31caae7c28601c2ea24f9027df36ad11448ef99f4fe17f9d3e1e93e0b1c8c10b38ffb942e274002216ff5444e DIST vmpk-0.6.2a.tar.bz2 452963 SHA256 d1453497690bf4df9155a3414b149b79c6ce5e474f00985d8ccdd9be678ca908 SHA512 89ba161c3ca7ae260d02c175d1116bea7cdfdfddb0f303d8b9177eeb3d77ded8f6126bed43efa6c279daec0a987d0be30c280d59f42a7c145167fb54a7b8db16 WHIRLPOOL 87b954041d89dd3aa18647fc7a7005cd60171897a54644c4cafdfcba3c233ad0b2429cd159a475e274d9ffae78d642ef55d17d3418515fc20250c763c40f0295 diff --git a/media-sound/vmpk/vmpk-0.6.1.ebuild b/media-sound/vmpk/vmpk-0.6.1.ebuild deleted file mode 100644 index a70afd0..00000000 --- a/media-sound/vmpk/vmpk-0.6.1.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -inherit cmake-utils eutils - -DESCRIPTION="Virtual MIDI Piano Keyboard" -HOMEPAGE="http://vmpk.sourceforge.net/" -SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="dbus" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtnetwork:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtx11extras:5 - x11-libs/libxcb - >=media-sound/drumstick-1.0.0 - dbus? ( dev-qt/qtdbus:5 )" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - dev-qt/linguist-tools:5 - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local mycmakeargs=( - "$(cmake-utils_use_enable dbus DBUS)" - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -}