Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/fluidsynth: ChangeLog fluidsynth-1.1.1.ebuild
Date: Sun, 31 Oct 2010 23:09:54
Message-Id: 20101031230951.628FE20051@flycatcher.gentoo.org
1 hwoarang 10/10/31 23:09:51
2
3 Modified: ChangeLog fluidsynth-1.1.1.ebuild
4 Log:
5 Stable on amd64 wrt bug #343589
6
7 (Portage version: 2.2.0_alpha2/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.61 media-sound/fluidsynth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.61&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?rev=1.61&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/ChangeLog?r1=1.60&r2=1.61
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v
19 retrieving revision 1.60
20 retrieving revision 1.61
21 diff -u -r1.60 -r1.61
22 --- ChangeLog 31 Oct 2010 13:12:54 -0000 1.60
23 +++ ChangeLog 31 Oct 2010 23:09:51 -0000 1.61
24 @@ -1,6 +1,10 @@
25 # ChangeLog for media-sound/fluidsynth
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.60 2010/10/31 13:12:54 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/ChangeLog,v 1.61 2010/10/31 23:09:51 hwoarang Exp $
29 +
30 + 31 Oct 2010; Markos Chandras <hwoarang@g.o>
31 + fluidsynth-1.1.1.ebuild:
32 + Stable on amd64 wrt bug #343589
33
34 *fluidsynth-1.1.3 (31 Oct 2010)
35
36
37
38
39 1.5 media-sound/fluidsynth/fluidsynth-1.1.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.5&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?rev=1.5&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild?r1=1.4&r2=1.5
44
45 Index: fluidsynth-1.1.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v
48 retrieving revision 1.4
49 retrieving revision 1.5
50 diff -u -r1.4 -r1.5
51 --- fluidsynth-1.1.1.ebuild 13 Oct 2010 06:18:29 -0000 1.4
52 +++ fluidsynth-1.1.1.ebuild 31 Oct 2010 23:09:51 -0000 1.5
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.4 2010/10/13 06:18:29 radhermit Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/media-sound/fluidsynth/fluidsynth-1.1.1.ebuild,v 1.5 2010/10/31 23:09:51 hwoarang Exp $
58
59 EAPI=2
60 inherit libtool
61 @@ -13,7 +13,7 @@
62
63 LICENSE="LGPL-2"
64 SLOT="0"
65 -KEYWORDS="~alpha ~amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66 +KEYWORDS="~alpha amd64 hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
67
68 RDEPEND="
69 >=dev-libs/glib-2.6.5