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-r1.ebuild speech-dispatcher-0.8-r2.ebuild speech-dispatcher-0.7.1-r2.ebuild
Date: Sun, 30 Jun 2013 14:59:44
Message-Id: 20130630145937.F2E1D21710@flycatcher.gentoo.org
1 jlec 13/06/30 14:59:37
2
3 Modified: ChangeLog speech-dispatcher-0.8-r1.ebuild
4 speech-dispatcher-0.8-r2.ebuild
5 speech-dispatcher-0.7.1-r2.ebuild
6 Log:
7 app-accessibility/speech-dispatcher: Fix usage of python-r1.eclass
8
9 (Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916)
10
11 Revision Changes Path
12 1.89 app-accessibility/speech-dispatcher/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.89&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.89&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.88&r2=1.89
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
21 retrieving revision 1.88
22 retrieving revision 1.89
23 diff -u -r1.88 -r1.89
24 --- ChangeLog 22 May 2013 00:33:35 -0000 1.88
25 +++ ChangeLog 30 Jun 2013 14:59:37 -0000 1.89
26 @@ -1,6 +1,11 @@
27 # ChangeLog for app-accessibility/speech-dispatcher
28 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.88 2013/05/22 00:33:35 williamh Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.89 2013/06/30 14:59:37 jlec Exp $
31 +
32 + 30 Jun 2013; Justin Lecher <jlec@g.o>
33 + speech-dispatcher-0.7.1-r2.ebuild, speech-dispatcher-0.8-r1.ebuild,
34 + speech-dispatcher-0.8-r2.ebuild:
35 + Fix usage of python-r1.eclass
36
37 22 May 2013; William Hubbs <williamh@g.o>
38 speech-dispatcher-0.8-r2.ebuild:
39
40
41
42 1.2 app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild?r1=1.1&r2=1.2
47
48 Index: speech-dispatcher-0.8-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- speech-dispatcher-0.8-r1.ebuild 28 Mar 2013 12:34:56 -0000 1.1
55 +++ speech-dispatcher-0.8-r1.ebuild 30 Jun 2013 14:59:37 -0000 1.2
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2013 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.1 2013/03/28 12:34:56 jlec Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r1.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $
61
62 EAPI=5
63
64 @@ -17,7 +17,10 @@
65 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
66 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
67
68 -RDEPEND=">=dev-libs/glib-2.28:2
69 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
70 +
71 +RDEPEND="${PYTHON_DEPS}
72 + >=dev-libs/glib-2.28:2
73 >=media-libs/libsndfile-1.0.2
74 alsa? ( media-libs/alsa-lib )
75 ao? ( media-libs/libao )
76
77
78
79 1.4 app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.4&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?rev=1.4&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild?r1=1.3&r2=1.4
84
85 Index: speech-dispatcher-0.8-r2.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v
88 retrieving revision 1.3
89 retrieving revision 1.4
90 diff -u -r1.3 -r1.4
91 --- speech-dispatcher-0.8-r2.ebuild 22 May 2013 00:33:35 -0000 1.3
92 +++ speech-dispatcher-0.8-r2.ebuild 30 Jun 2013 14:59:37 -0000 1.4
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2013 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $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 $
97 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.8-r2.ebuild,v 1.4 2013/06/30 14:59:37 jlec Exp $
98
99 EAPI=5
100
101 @@ -17,7 +17,10 @@
102 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
103 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
104
105 -COMMON_DEPEND=">=dev-libs/dotconf-1.3
106 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
107 +
108 +COMMON_DEPEND="${PYTHON_DEPS}
109 + >=dev-libs/dotconf-1.3
110 >=dev-libs/glib-2.28:2
111 >=media-libs/libsndfile-1.0.2
112 alsa? ( media-libs/alsa-lib )
113
114
115
116 1.2 app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild
117
118 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild?rev=1.2&view=markup
119 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild?rev=1.2&content-type=text/plain
120 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild?r1=1.1&r2=1.2
121
122 Index: speech-dispatcher-0.7.1-r2.ebuild
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v
125 retrieving revision 1.1
126 retrieving revision 1.2
127 diff -u -r1.1 -r1.2
128 --- speech-dispatcher-0.7.1-r2.ebuild 17 Mar 2013 12:15:09 -0000 1.1
129 +++ speech-dispatcher-0.7.1-r2.ebuild 30 Jun 2013 14:59:37 -0000 1.2
130 @@ -1,6 +1,6 @@
131 # Copyright 1999-2013 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.1 2013/03/17 12:15:09 jlec Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.7.1-r2.ebuild,v 1.2 2013/06/30 14:59:37 jlec Exp $
135
136 EAPI=5
137
138 @@ -19,7 +19,9 @@
139 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
140 IUSE="alsa ao +espeak flite nas pulseaudio python static-libs"
141
142 -RDEPEND="
143 +REQUIRED_USE="${PYTHON_REQUIRED_USE}"
144 +
145 +RDEPEND="${PYTHON_DEPS}
146 dev-libs/dotconf
147 >=dev-libs/glib-2
148 alsa? ( media-libs/alsa-lib )