diff options
author | Alexis Ballier <aballier@gentoo.org> | 2009-09-27 08:24:54 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2009-09-27 08:24:54 +0000 |
commit | 4554b45575814133d67ca13c6263c395aeda92b4 (patch) | |
tree | 3d23b79b458399dc537edb3469b3dda8bf112b3d /media-sound | |
parent | old (diff) | |
download | gentoo-2-4554b45575814133d67ca13c6263c395aeda92b4.tar.gz gentoo-2-4554b45575814133d67ca13c6263c395aeda92b4.tar.bz2 gentoo-2-4554b45575814133d67ca13c6263c395aeda92b4.zip |
version bump
(Portage version: 2.2_rc42/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/vmpk/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/vmpk/vmpk-0.3.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/media-sound/vmpk/ChangeLog b/media-sound/vmpk/ChangeLog index a82dcbd850f5..05299ab46706 100644 --- a/media-sound/vmpk/ChangeLog +++ b/media-sound/vmpk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/vmpk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.2 2009/08/04 07:55:33 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.3 2009/09/27 08:24:54 aballier Exp $ + +*vmpk-0.3.0 (27 Sep 2009) + + 27 Sep 2009; Alexis Ballier <aballier@gentoo.org> +vmpk-0.3.0.ebuild: + version bump *vmpk-0.2.6 (04 Aug 2009) diff --git a/media-sound/vmpk/vmpk-0.3.0.ebuild b/media-sound/vmpk/vmpk-0.3.0.ebuild new file mode 100644 index 000000000000..210a41980817 --- /dev/null +++ b/media-sound/vmpk/vmpk-0.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.0.ebuild,v 1.1 2009/09/27 08:24:54 aballier Exp $ + +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" +IUSE="" + +RDEPEND="x11-libs/qt-core + x11-libs/qt-gui + media-libs/alsa-lib" +DEPEND="${RDEPEND} + dev-util/pkgconfig" + +DOCS="AUTHORS ChangeLog NEWS README TODO" + +src_install() { + cmake-utils_src_install + rm -rf "${D}/usr/share/doc/packages" +} |