Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.8.ebuild
Date: Thu, 28 Mar 2013 12:22:28
Message-Id: 20130328122225.7E3282171D@flycatcher.gentoo.org
1 jlec 13/03/28 12:22:25
2
3 Modified: ChangeLog speech-dispatcher-0.8.ebuild
4 Log:
5 app-accessibility/speech-dispatcher: Add fix for not wanted maintainer-mode, #463600
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
8
9 Revision Changes Path
10 1.84 app-accessibility/speech-dispatcher/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.84&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.84&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.83&r2=1.84
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
19 retrieving revision 1.83
20 retrieving revision 1.84
21 diff -u -r1.83 -r1.84
22 --- ChangeLog 27 Mar 2013 15:07:53 -0000 1.83
23 +++ ChangeLog 28 Mar 2013 12:22:25 -0000 1.84
24 @@ -1,6 +1,9 @@
25 # ChangeLog for app-accessibility/speech-dispatcher
26 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.83 2013/03/27 15:07:53 neurogeek Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.84 2013/03/28 12:22:25 jlec Exp $
29 +
30 + 28 Mar 2013; Justin Lecher <jlec@g.o> speech-dispatcher-0.8.ebuild:
31 + Add fix for not wanted maintainer-mode, #463600
32
33 *speech-dispatcher-0.8 (27 Mar 2013)
34
35
36
37
38 1.2 app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild?r1=1.1&r2=1.2
43
44 Index: speech-dispatcher-0.8.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- speech-dispatcher-0.8.ebuild 27 Mar 2013 15:07:53 -0000 1.1
51 +++ speech-dispatcher-0.8.ebuild 28 Mar 2013 12:22:25 -0000 1.2
52 @@ -1,8 +1,9 @@
53 # Copyright 1999-2013 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v 1.1 2013/03/27 15:07:53 neurogeek Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8.ebuild,v 1.2 2013/03/28 12:22:25 jlec Exp $
57
58 EAPI=5
59 +
60 PYTHON_COMPAT=( python3_2 pypy{1_9,2_0} )
61
62 inherit autotools-utils python-r1
63 @@ -29,16 +30,9 @@
64 >=dev-util/intltool-0.40.0
65 virtual/pkgconfig"
66
67 -src_prepare() {
68 - # Python bindings are built/installed manually.
69 - sed -e "/SUBDIRS += python/d" -i src/Makefile.am || die
70 -
71 - autotools-utils_src_prepare
72 -}
73 -
74 src_configure() {
75 local myeconfargs=(
76 - $(use_enable python)
77 + --disable-python
78 $(use_with alsa)
79 $(use_with ao libao)
80 $(use_with espeak)