Gentoo Archives: gentoo-commits

From: "William Hubbs (williamh)" <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/espeak: espeak-1.47.11-r1.ebuild ChangeLog
Date: Tue, 01 Oct 2013 11:13:10
Message-Id: 20131001111304.3ABC82004C@flycatcher.gentoo.org
1 williamh 13/10/01 11:13:04
2
3 Modified: espeak-1.47.11-r1.ebuild ChangeLog
4 Log:
5 style fixes and use required_use since pulseaudio support will not build without portaudio, thanks to Chainsaw for pointing out the style changes.
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.2 app-accessibility/espeak/espeak-1.47.11-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: espeak-1.47.11-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- espeak-1.47.11-r1.ebuild 1 Oct 2013 03:58:08 -0000 1.1
23 +++ espeak-1.47.11-r1.ebuild 1 Oct 2013 11:13:04 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.1 2013/10/01 03:58:08 williamh Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/espeak-1.47.11-r1.ebuild,v 1.2 2013/10/01 11:13:04 williamh Exp $
29
30 EAPI=5
31
32 @@ -15,11 +15,10 @@
33 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
34 IUSE="portaudio pulseaudio"
35
36 -COMMON_DEPEND="
37 - portaudio? ( >=media-libs/portaudio-19_pre20071207 )
38 - pulseaudio? (
39 - !portaudio? ( >=media-libs/portaudio-19_pre20071207 )
40 - media-sound/pulseaudio )"
41 +REQUIRED_USE="pulseaudio? ( portaudio )"
42 +
43 +COMMON_DEPEND=" portaudio? ( >=media-libs/portaudio-19_pre20071207 )
44 + pulseaudio? ( media-sound/pulseaudio )"
45
46 DEPEND="${COMMON_DEPEND}
47 app-arch/unzip"
48
49
50
51 1.113 app-accessibility/espeak/ChangeLog
52
53 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.113&view=markup
54 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/ChangeLog?rev=1.113&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/espeak/ChangeLog?r1=1.112&r2=1.113
56
57 Index: ChangeLog
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v
60 retrieving revision 1.112
61 retrieving revision 1.113
62 diff -u -r1.112 -r1.113
63 --- ChangeLog 1 Oct 2013 03:58:08 -0000 1.112
64 +++ ChangeLog 1 Oct 2013 11:13:04 -0000 1.113
65 @@ -1,6 +1,10 @@
66 # ChangeLog for app-accessibility/espeak
67 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
68 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.112 2013/10/01 03:58:08 williamh Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/espeak/ChangeLog,v 1.113 2013/10/01 11:13:04 williamh Exp $
70 +
71 + 01 Oct 2013; William Hubbs <williamh@g.o> espeak-1.47.11-r1.ebuild:
72 + style fixes and use required_use since pulseaudio support will not build
73 + without portaudio, thanks to Chainsaw for pointing out the style changes.
74
75 *espeak-1.47.11-r1 (01 Oct 2013)