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, 22 May 2013 00:33:43
Message-Id: 20130522003336.1B1422171D@flycatcher.gentoo.org
1 williamh 13/05/22 00:33:36
2
3 Modified: speech-dispatcher-0.8-r2.ebuild ChangeLog
4 Log:
5 fix dependencies for bug #469850
6
7 (Portage version: 2.2.0_alpha176/cvs/Linux i686, signed Manifest commit with key 0x30C46538)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.3&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.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- speech-dispatcher-0.8-r2.ebuild 14 May 2013 22:48:07 -0000 1.2
23 +++ speech-dispatcher-0.8-r2.ebuild 22 May 2013 00:33:35 -0000 1.3
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.2 2013/05/14 22:48:07 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.3 2013/05/22 00:33:35 williamh Exp $
29
30 EAPI=5
31
32 @@ -17,7 +17,8 @@
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 -RDEPEND=">=dev-libs/glib-2.28:2
37 +COMMON_DEPEND=">=dev-libs/dotconf-1.3
38 + >=dev-libs/glib-2.28:2
39 >=media-libs/libsndfile-1.0.2
40 alsa? ( media-libs/alsa-lib )
41 ao? ( media-libs/libao )
42 @@ -25,10 +26,10 @@
43 flite? ( app-accessibility/flite )
44 nas? ( media-libs/nas )
45 pulseaudio? ( media-sound/pulseaudio )"
46 -DEPEND="${RDEPEND}
47 - >=dev-libs/dotconf-1.3
48 +DEPEND="${COMMON_DEPEND}
49 >=dev-util/intltool-0.40.0
50 virtual/pkgconfig"
51 + RDEPEND="${COMMON_DEPEND}"
52
53 src_configure() {
54 local myeconfargs=(
55
56
57
58 1.88 app-accessibility/speech-dispatcher/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.88&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.88&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.87&r2=1.88
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
67 retrieving revision 1.87
68 retrieving revision 1.88
69 diff -u -r1.87 -r1.88
70 --- ChangeLog 14 May 2013 22:48:07 -0000 1.87
71 +++ ChangeLog 22 May 2013 00:33:35 -0000 1.88
72 @@ -1,6 +1,10 @@
73 # ChangeLog for app-accessibility/speech-dispatcher
74 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.87 2013/05/14 22:48:07 eva Exp $
76 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.88 2013/05/22 00:33:35 williamh Exp $
77 +
78 + 22 May 2013; William Hubbs <williamh@g.o>
79 + speech-dispatcher-0.8-r2.ebuild:
80 + fix dependencies for bug #469850
81
82 14 May 2013; Gilles Dartiguelongue <eva@g.o>
83 speech-dispatcher-0.8-r2.ebuild: