diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-02 14:10:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-01-02 21:30:50 +0100 |
commit | 192e5c6ed75fb9719054667f834300e60ca37f43 (patch) | |
tree | 27ac400c1655e66ed9b3a002915f00442a139ba7 /media-sound | |
parent | media-sound/vmpk: Pin to =media-sound/drumstick-1*, update HOMEPAGE (diff) | |
download | gentoo-192e5c6ed75fb9719054667f834300e60ca37f43.tar.gz gentoo-192e5c6ed75fb9719054667f834300e60ca37f43.tar.bz2 gentoo-192e5c6ed75fb9719054667f834300e60ca37f43.zip |
media-sound/vmpk: Drop 0.7.2 (r0)
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/vmpk/vmpk-0.7.2.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/media-sound/vmpk/vmpk-0.7.2.ebuild b/media-sound/vmpk/vmpk-0.7.2.ebuild deleted file mode 100644 index 40112aac1424..000000000000 --- a/media-sound/vmpk/vmpk-0.7.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake xdg - -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" - -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.0.0 - 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 -} |