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.2.6.ebuild vmpk-0.2.5.ebuild
Date: Tue, 04 Aug 2009 07:55:35
Message-Id: E1MYErt-0003op-Pk@stork.gentoo.org
1 aballier 09/08/04 07:55:33
2
3 Modified: ChangeLog
4 Added: vmpk-0.2.6.ebuild
5 Removed: vmpk-0.2.5.ebuild
6 Log:
7 version bump, thanks Perdro for the notification
8 (Portage version: 2.2_rc35/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 media-sound/vmpk/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 26 Jun 2009 16:13:49 -0000 1.1
24 +++ ChangeLog 4 Aug 2009 07:55:33 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for media-sound/vmpk
27 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.1 2009/06/26 16:13:49 aballier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/ChangeLog,v 1.2 2009/08/04 07:55:33 aballier Exp $
30 +
31 +*vmpk-0.2.6 (04 Aug 2009)
32 +
33 + 04 Aug 2009; Alexis Ballier <aballier@g.o> -vmpk-0.2.5.ebuild,
34 + +vmpk-0.2.6.ebuild:
35 + version bump, thanks Perdro for the notification
36
37 *vmpk-0.2.5 (26 Jun 2009)
38
39
40
41
42 1.1 media-sound/vmpk/vmpk-0.2.6.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/vmpk-0.2.6.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/vmpk/vmpk-0.2.6.ebuild?rev=1.1&content-type=text/plain
46
47 Index: vmpk-0.2.6.ebuild
48 ===================================================================
49 # Copyright 1999-2009 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/media-sound/vmpk/vmpk-0.2.6.ebuild,v 1.1 2009/08/04 07:55:33 aballier Exp $
52
53 inherit cmake-utils eutils
54
55 DESCRIPTION="Virtual MIDI Piano Keyboard"
56 HOMEPAGE="http://vmpk.sourceforge.net/"
57 SRC_URI="mirror://sourceforge/vmpk/${P}.tar.bz2"
58
59 LICENSE="GPL-3"
60 SLOT="0"
61 KEYWORDS="~amd64"
62 IUSE=""
63
64 RDEPEND="x11-libs/qt-core
65 x11-libs/qt-gui
66 media-libs/alsa-lib"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig"
69
70 DOCS="AUTHORS ChangeLog NEWS README TODO"
71
72 src_install() {
73 cmake-utils_src_install
74 rm -rf "${D}/usr/share/doc/packages"
75 }