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/speech-dispatcher: speech-dispatcher-0.8-r2.ebuild ChangeLog
Date: Wed, 28 Aug 2013 15:07:39
Message-Id: 20130828150729.7FFE72004C@flycatcher.gentoo.org
1 williamh 13/08/28 15:07:29
2
3 Modified: speech-dispatcher-0.8-r2.ebuild ChangeLog
4 Log:
5 Fix python use flag in COMMON_DEPEND and REQUIRED_USE for bug #482528, thanks to Mike Hiretsky.
6
7 (Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.13 app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.13&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.13&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?r1=1.12&r2=1.13
15
16 Index: speech-dispatcher-0.8-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v
19 retrieving revision 1.12
20 retrieving revision 1.13
21 diff -u -r1.12 -r1.13
22 --- speech-dispatcher-0.8-r2.ebuild 25 Aug 2013 14:35:44 -0000 1.12
23 +++ speech-dispatcher-0.8-r2.ebuild 28 Aug 2013 15:07:29 -0000 1.13
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/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.12 2013/08/25 14:35:44 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.13 2013/08/28 15:07:29 williamh Exp $
29
30 EAPI=5
31
32 @@ -17,9 +17,9 @@
33 KEYWORDS="alpha amd64 arm hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
34 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
35
36 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
37 +REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
38
39 -COMMON_DEPEND="${PYTHON_DEPS}
40 +COMMON_DEPEND="python? ( ${PYTHON_DEPS} )
41 >=dev-libs/dotconf-1.3
42 >=dev-libs/glib-2.28:2
43 >=media-libs/libsndfile-1.0.2
44
45
46
47 1.99 app-accessibility/speech-dispatcher/ChangeLog
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.99&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.99&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.98&r2=1.99
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
56 retrieving revision 1.98
57 retrieving revision 1.99
58 diff -u -r1.98 -r1.99
59 --- ChangeLog 25 Aug 2013 14:35:44 -0000 1.98
60 +++ ChangeLog 28 Aug 2013 15:07:29 -0000 1.99
61 @@ -1,6 +1,11 @@
62 # ChangeLog for app-accessibility/speech-dispatcher
63 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.98 2013/08/25 14:35:44 jer Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.99 2013/08/28 15:07:29 williamh Exp $
66 +
67 + 28 Aug 2013; William Hubbs <williamh@g.o>
68 + speech-dispatcher-0.8-r2.ebuild:
69 + Fix python use flag in COMMON_DEPEND and REQUIRED_USE for bug #482528, thanks
70 + to Mike Hiretsky.
71
72 25 Aug 2013; Jeroen Roovers <jer@g.o> speech-dispatcher-0.8-r2.ebuild:
73 Stable for HPPA (bug #478264).