diff options
author | Johannes Huber <johu@gentoo.org> | 2017-02-02 14:27:39 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-02-02 14:44:21 +0100 |
commit | f248241050c72b87b84b651e6d8751afdab08398 (patch) | |
tree | a4155f29da035d1ddbadf767470b08be88271ae2 /media-sound/vmpk | |
parent | dev-python/pyformance: Version bump to 0.3.4 (diff) | |
download | gentoo-f248241050c72b87b84b651e6d8751afdab08398.tar.gz gentoo-f248241050c72b87b84b651e6d8751afdab08398.tar.bz2 gentoo-f248241050c72b87b84b651e6d8751afdab08398.zip |
media-sound/vmpk: Remove 0.6.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-sound/vmpk')
-rw-r--r-- | media-sound/vmpk/Manifest | 1 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.6.1.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/vmpk/Manifest b/media-sound/vmpk/Manifest index a4342d04034f..c88bcb7cea40 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 a70afd0f6027..000000000000 --- 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" -} |