Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.5.ebuild speech-dispatcher-0.6.6.ebuild speech-dispatcher-0.6.6-r1.ebuild
Date: Sun, 27 Apr 2008 04:08:50
Message-Id: E1JpyBz-0007Wy-Gm@stork.gentoo.org
1 drac 08/04/27 04:08:47
2
3 Modified: ChangeLog speech-dispatcher-0.6.5.ebuild
4 speech-dispatcher-0.6.6.ebuild
5 speech-dispatcher-0.6.6-r1.ebuild
6 Log:
7 Split pkgconfig into DEPEND.
8 (Portage version: 2.1.5_rc6)
9
10 Revision Changes Path
11 1.38 app-accessibility/speech-dispatcher/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 26 Apr 2008 03:41:40 -0000 1.37
24 +++ ChangeLog 27 Apr 2008 04:08:46 -0000 1.38
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-accessibility/speech-dispatcher
27 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.37 2008/04/26 03:41:40 williamh Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.38 2008/04/27 04:08:46 drac Exp $
30 +
31 + 27 Apr 2008; Samuli Suominen <drac@g.o>
32 + speech-dispatcher-0.6.5.ebuild, speech-dispatcher-0.6.6.ebuild,
33 + speech-dispatcher-0.6.6-r1.ebuild:
34 + Split pkgconfig into DEPEND.
35
36 26 Apr 2008; William Hubbs <williamh@g.o>
37 speech-dispatcher-0.6.6.ebuild:
38
39
40
41 1.5 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild?rev=1.5&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild?rev=1.5&content-type=text/plain
45 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild?r1=1.4&r2=1.5
46
47 Index: speech-dispatcher-0.6.5.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild,v
50 retrieving revision 1.4
51 retrieving revision 1.5
52 diff -u -r1.4 -r1.5
53 --- speech-dispatcher-0.6.5.ebuild 6 Apr 2008 19:48:26 -0000 1.4
54 +++ speech-dispatcher-0.6.5.ebuild 27 Apr 2008 04:08:46 -0000 1.5
55 @@ -1,6 +1,6 @@
56 # Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild,v 1.4 2008/04/06 19:48:26 klausman Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.5.ebuild,v 1.5 2008/04/27 04:08:46 drac Exp $
60
61 inherit eutils
62
63 @@ -13,15 +13,16 @@
64 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
65 IUSE="alsa flite nas pulseaudio python"
66
67 -DEPEND="dev-libs/dotconf
68 +RDEPEND="dev-libs/dotconf
69 >=dev-libs/glib-2
70 - dev-util/pkgconfig
71 alsa? ( media-libs/alsa-lib )
72 flite? ( app-accessibility/flite )
73 nas? ( media-libs/nas )
74 pulseaudio? ( media-sound/pulseaudio )
75 python? ( dev-lang/python )
76 app-accessibility/espeak"
77 +DEPEND="${RDEPEND}
78 + dev-util/pkgconfig"
79
80 src_unpack() {
81 unpack ${A}
82
83
84
85 1.8 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
86
87 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.8&view=markup
88 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.8&content-type=text/plain
89 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.7&r2=1.8
90
91 Index: speech-dispatcher-0.6.6.ebuild
92 ===================================================================
93 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
94 retrieving revision 1.7
95 retrieving revision 1.8
96 diff -u -r1.7 -r1.8
97 --- speech-dispatcher-0.6.6.ebuild 26 Apr 2008 03:41:40 -0000 1.7
98 +++ speech-dispatcher-0.6.6.ebuild 27 Apr 2008 04:08:46 -0000 1.8
99 @@ -1,6 +1,6 @@
100 # Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.7 2008/04/26 03:41:40 williamh Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.8 2008/04/27 04:08:46 drac Exp $
104
105 inherit eutils
106
107 @@ -13,15 +13,16 @@
108 KEYWORDS="~alpha amd64 hppa ppc sparc x86"
109 IUSE="alsa flite nas pulseaudio python"
110
111 -DEPEND="dev-libs/dotconf
112 +RDEPEND="dev-libs/dotconf
113 >=dev-libs/glib-2
114 - dev-util/pkgconfig
115 alsa? ( media-libs/alsa-lib )
116 flite? ( app-accessibility/flite )
117 nas? ( media-libs/nas )
118 pulseaudio? ( media-sound/pulseaudio )
119 python? ( dev-lang/python )
120 app-accessibility/espeak"
121 +DEPEND="${RDEPEND}
122 + dev-util/pkgconfig"
123
124 src_unpack() {
125 unpack ${A}
126
127
128
129 1.2 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild
130
131 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild?rev=1.2&view=markup
132 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild?rev=1.2&content-type=text/plain
133 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild?r1=1.1&r2=1.2
134
135 Index: speech-dispatcher-0.6.6-r1.ebuild
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild,v
138 retrieving revision 1.1
139 retrieving revision 1.2
140 diff -u -r1.1 -r1.2
141 --- speech-dispatcher-0.6.6-r1.ebuild 26 Apr 2008 03:36:49 -0000 1.1
142 +++ speech-dispatcher-0.6.6-r1.ebuild 27 Apr 2008 04:08:46 -0000 1.2
143 @@ -1,6 +1,6 @@
144 # Copyright 1999-2008 Gentoo Foundation
145 # Distributed under the terms of the GNU General Public License v2
146 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild,v 1.1 2008/04/26 03:36:49 williamh Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6-r1.ebuild,v 1.2 2008/04/27 04:08:46 drac Exp $
148
149 inherit eutils
150
151 @@ -13,15 +13,16 @@
152 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
153 IUSE="alsa flite nas pulseaudio python"
154
155 -DEPEND="dev-libs/dotconf
156 +RDEPEND="dev-libs/dotconf
157 >=dev-libs/glib-2
158 - dev-util/pkgconfig
159 alsa? ( media-libs/alsa-lib )
160 flite? ( app-accessibility/flite )
161 nas? ( media-libs/nas )
162 pulseaudio? ( media-sound/pulseaudio )
163 python? ( dev-lang/python )
164 app-accessibility/espeak"
165 +DEPEND="${RDEPEND}
166 + dev-util/pkgconfig"
167
168 src_unpack() {
169 unpack ${A}
170
171
172
173 --
174 gentoo-commits@l.g.o mailing list