Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/amsynth: amsynth-1.2.0.ebuild ChangeLog
Date: Sun, 20 Apr 2008 18:50:26
Message-Id: E1JnecI-0007mt-Td@stork.gentoo.org
1 flameeyes 08/04/20 18:50:22
2
3 Modified: amsynth-1.2.0.ebuild ChangeLog
4 Log:
5 Fix copy-paste mistake in eerror message.
6 (Portage version: 2.1.5_rc5)
7
8 Revision Changes Path
9 1.6 media-sound/amsynth/amsynth-1.2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild?r1=1.5&r2=1.6
14
15 Index: amsynth-1.2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- amsynth-1.2.0.ebuild 20 Apr 2008 18:44:02 -0000 1.5
22 +++ amsynth-1.2.0.ebuild 20 Apr 2008 18:50:22 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.5 2008/04/20 18:44:02 flameeyes Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/amsynth-1.2.0.ebuild,v 1.6 2008/04/20 18:50:22 flameeyes Exp $
28
29 IUSE="debug alsa jack sndfile oss"
30
31 @@ -29,7 +29,7 @@
32 pkg_setup() {
33 if use alsa && ! built_with_use --missing true media-libs/alsa-lib midi; then
34 eerror ""
35 - eerror "To be able to build Fluidsynth with ALSA support you need"
36 + eerror "To be able to build amSynth with ALSA support you need"
37 eerror "to have built media-libs/alsa-lib with midi USE flag."
38 die "Missing midi USE flag on media-libs/alsa-lib"
39 fi
40
41
42
43 1.29 media-sound/amsynth/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/ChangeLog?rev=1.29&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/ChangeLog?rev=1.29&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/amsynth/ChangeLog?r1=1.28&r2=1.29
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v
52 retrieving revision 1.28
53 retrieving revision 1.29
54 diff -u -r1.28 -r1.29
55 --- ChangeLog 20 Apr 2008 18:44:02 -0000 1.28
56 +++ ChangeLog 20 Apr 2008 18:50:22 -0000 1.29
57 @@ -1,6 +1,9 @@
58 # ChangeLog for media-sound/amsynth
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.28 2008/04/20 18:44:02 flameeyes Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/media-sound/amsynth/ChangeLog,v 1.29 2008/04/20 18:50:22 flameeyes Exp $
62 +
63 + 20 Apr 2008; Diego Pettenò <flameeyes@g.o> amsynth-1.2.0.ebuild:
64 + Fix copy-paste mistake in eerror message.
65
66 20 Apr 2008; Diego Pettenò <flameeyes@g.o> amsynth-1.2.0.ebuild:
67 Shorten description.
68
69
70
71 --
72 gentoo-commits@l.g.o mailing list