Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/vmpk: ChangeLog vmpk-0.3.3.ebuild
Date: Wed, 06 Oct 2010 21:03:00
Message-Id: 20101006201233.8784C20051@flycatcher.gentoo.org
1 aballier 10/10/06 20:12:33
2
3 Modified: ChangeLog
4 Added: vmpk-0.3.3.ebuild
5 Log:
6 version bump, thanks Pedro for the notification
7
8 (Portage version: 2.2_rc89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.10 media-sound/vmpk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.10&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.10&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/ChangeLog?r1=1.9&r2=1.10
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v
20 retrieving revision 1.9
21 retrieving revision 1.10
22 diff -u -r1.9 -r1.10
23 --- ChangeLog 19 Jun 2010 19:25:54 -0000 1.9
24 +++ ChangeLog 6 Oct 2010 20:12:33 -0000 1.10
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/vmpk
27 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.9 2010/06/19 19:25:54 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.10 2010/10/06 20:12:33 aballier Exp $
30 +
31 +*vmpk-0.3.3 (06 Oct 2010)
32 +
33 + 06 Oct 2010; Alexis Ballier <aballier@g.o> +vmpk-0.3.3.ebuild:
34 + version bump, thanks Pedro for the notification
35
36 *vmpk-0.3.2 (19 Jun 2010)
37
38
39
40
41 1.1 media-sound/vmpk/vmpk-0.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: vmpk-0.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.3.3.ebuild,v 1.1 2010/10/06 20:12:33 aballier Exp $
51
52 inherit cmake-utils eutils
53
54 DESCRIPTION="Virtual MIDI Piano Keyboard"
55 HOMEPAGE="http://vmpk.sourceforge.net/"
56 SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"
57
58 LICENSE="GPL-3"
59 SLOT="0"
60 KEYWORDS="~amd64 ~x86"
61 IUSE="dbus"
62
63 RDEPEND="x11-libs/qt-core
64 x11-libs/qt-gui
65 x11-libs/qt-svg
66 dbus? ( x11-libs/qt-dbus )
67 media-libs/alsa-lib"
68 DEPEND="${RDEPEND}
69 app-text/docbook-xsl-stylesheets
70 dev-util/pkgconfig"
71
72 DOCS="AUTHORS ChangeLog NEWS README TODO"
73
74 src_compile() {
75 local mycmakeargs=( "$(cmake-utils_use_enable dbus DBUS)" )
76 cmake-utils_src_compile
77 }
78
79 src_install() {
80 cmake-utils_src_install
81 rm -rf "${D}/usr/share/doc/packages"
82 }