diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-04-18 10:44:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-04-18 10:44:24 +0000 |
commit | e9822c23b46f28c04dcceafc627cd8499d784925 (patch) | |
tree | 0b3dfdc384a231f8a284d45c3552e6a9ba22c1a2 /media-sound/vmpk | |
parent | fix #441730 on pacemaker-1.0.x (diff) | |
download | gentoo-2-e9822c23b46f28c04dcceafc627cd8499d784925.tar.gz gentoo-2-e9822c23b46f28c04dcceafc627cd8499d784925.tar.bz2 gentoo-2-e9822c23b46f28c04dcceafc627cd8499d784925.zip |
remove old
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-sound/vmpk')
-rw-r--r-- | media-sound/vmpk/ChangeLog | 6 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.4.0.ebuild | 37 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.5.0.ebuild | 42 |
3 files changed, 5 insertions, 80 deletions
diff --git a/media-sound/vmpk/ChangeLog b/media-sound/vmpk/ChangeLog index 5712cf462120..8752bfc0179e 100644 --- a/media-sound/vmpk/ChangeLog +++ b/media-sound/vmpk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/vmpk # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.17 2013/03/02 22:05:06 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.18 2013/04/18 10:44:24 aballier Exp $ + + 18 Apr 2013; Alexis Ballier <aballier@gentoo.org> -vmpk-0.4.0.ebuild, + -vmpk-0.5.0.ebuild: + remove old 02 Mar 2013; Markos Chandras <hwoarang@gentoo.org> vmpk-0.4.0.ebuild, vmpk-0.5.0.ebuild, vmpk-0.5.1.ebuild: diff --git a/media-sound/vmpk/vmpk-0.4.0.ebuild b/media-sound/vmpk/vmpk-0.4.0.ebuild deleted file mode 100644 index 53e228679993..000000000000 --- a/media-sound/vmpk/vmpk-0.4.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.4.0.ebuild,v 1.4 2013/03/02 22:05:06 hwoarang Exp $ - -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:4 - dev-qt/qtgui:4 - dev-qt/qtsvg:4 - dbus? ( dev-qt/qtdbus:4 ) - media-libs/alsa-lib" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - 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" -} diff --git a/media-sound/vmpk/vmpk-0.5.0.ebuild b/media-sound/vmpk/vmpk-0.5.0.ebuild deleted file mode 100644 index b5cdf339994f..000000000000 --- a/media-sound/vmpk/vmpk-0.5.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.5.0.ebuild,v 1.2 2013/03/02 22:05:06 hwoarang Exp $ - -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="alsa dbus jack" - -RDEPEND=">=dev-qt/qtcore-4.8:4 - >=dev-qt/qtgui-4.8:4 - >=dev-qt/qtsvg-4.8:4 - alsa? ( media-libs/alsa-lib ) - dbus? ( >=dev-qt/qtdbus-4.8:4 ) - jack? ( media-sound/jack-audio-connection-kit )" -DEPEND="${RDEPEND} - app-text/docbook-xsl-stylesheets - virtual/pkgconfig" - -DOCS=( AUTHORS ChangeLog NEWS README TODO ) - -src_configure() { - local mycmakeargs=( - "$(cmake-utils_use_enable alsa ALSA)" - "$(cmake-utils_use_enable dbus DBUS)" - "$(cmake-utils_use_enable jack JACK)" - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - rm -rf "${D}/usr/share/doc/packages" -} |