* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-02-15 1:16 William Hubbs (williamh)
0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs (williamh) @ 2008-02-15 1:16 UTC (permalink / raw
To: gentoo-commits
williamh 08/02/15 01:16:05
Modified: ChangeLog
Added: speech-dispatcher-0.6.6.ebuild
Log:
Version bump.
(Portage version: 2.1.4.4)
Revision Changes Path
1.28 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 11 Jan 2008 16:23:15 -0000 1.27
+++ ChangeLog 15 Feb 2008 01:16:05 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.27 2008/01/11 16:23:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.28 2008/02/15 01:16:05 williamh Exp $
+
+*speech-dispatcher-0.6.6 (15 Feb 2008)
+
+ 15 Feb 2008; William Hubbs <williamh@gentoo.org>
+ +speech-dispatcher-0.6.6.ebuild:
+ Version Bump.
11 Jan 2008; Jeroen Roovers <jer@gentoo.org>
speech-dispatcher-0.6.5.ebuild:
1.1 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.1&content-type=text/plain
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.1 2008/02/15 01:16:05 williamh Exp $
inherit eutils
DESCRIPTION="speech-dispatcher speech synthesis interface"
HOMEPAGE="http://www.freebsoft.org/speechd"
SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
>=dev-libs/glib-2
dev-util/pkgconfig
alsa? ( media-libs/alsa-lib )
flite? ( app-accessibility/flite )
nas? ( media-libs/nas )
pulseaudio? ( media-sound/pulseaudio )
python? ( dev-lang/python )
app-accessibility/espeak"
src_unpack() {
unpack ${A}
sed -i -e 's/\(SUBDIRS.*\)python/\1/' "${S}"/src/Makefile.in
}
src_compile() {
econf \
$(use_with alsa) \
$(use_with flite) \
$(use_with pulseaudio pulse) \
$(use_with nas) || die "configure failed"
make all || die "make failed"
}
src_install() {
make DESTDIR="${D}" install || die
if use python; then
cd "${S}"/src/python
./setup.py install --root="${D}" --no-compile
cd "${S}"
fi
insinto /usr/include
doins "${S}"/src/c/api/libspeechd.h
dodoc AUTHORS ChangeLog NEWS TODO
newinitd "${FILESDIR}"/speech-dispatcher speech-dispatcher
}
pkg_postinst() {
elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."
}
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-04-11 22:05 Markus Meier (maekke)
0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2008-04-11 22:05 UTC (permalink / raw
To: gentoo-commits
maekke 08/04/11 22:05:06
Modified: ChangeLog speech-dispatcher-0.6.6.ebuild
Log:
amd64/x86 stable, bug #217235
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.32 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 6 Apr 2008 19:48:26 -0000 1.31
+++ ChangeLog 11 Apr 2008 22:05:05 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.31 2008/04/06 19:48:26 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.32 2008/04/11 22:05:05 maekke Exp $
+
+ 11 Apr 2008; Markus Meier <maekke@gentoo.org>
+ speech-dispatcher-0.6.6.ebuild:
+ amd64/x86 stable, bug #217235
06 Apr 2008; Tobias Klausmann <klausman@gentoo.org>
speech-dispatcher-0.6.5.ebuild:
1.3 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.2&r2=1.3
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- speech-dispatcher-0.6.6.ebuild 24 Mar 2008 23:38:14 -0000 1.2
+++ speech-dispatcher-0.6.6.ebuild 11 Apr 2008 22:05:05 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.2 2008/03/24 23:38:14 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.3 2008/04/11 22:05:05 maekke Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-04-12 8:43 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2008-04-12 8:43 UTC (permalink / raw
To: gentoo-commits
nixnut 08/04/12 08:43:06
Modified: ChangeLog speech-dispatcher-0.6.6.ebuild
Log:
Stable on ppc wrt bug 217235
(Portage version: 2.1.5_rc2)
Revision Changes Path
1.33 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 11 Apr 2008 22:05:05 -0000 1.32
+++ ChangeLog 12 Apr 2008 08:43:05 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.32 2008/04/11 22:05:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.33 2008/04/12 08:43:05 nixnut Exp $
+
+ 12 Apr 2008; nixnut <nixnut@gentoo.org> speech-dispatcher-0.6.6.ebuild:
+ Stable on ppc wrt bug 217235
11 Apr 2008; Markus Meier <maekke@gentoo.org>
speech-dispatcher-0.6.6.ebuild:
1.4 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.3&r2=1.4
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- speech-dispatcher-0.6.6.ebuild 11 Apr 2008 22:05:05 -0000 1.3
+++ speech-dispatcher-0.6.6.ebuild 12 Apr 2008 08:43:05 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.3 2008/04/11 22:05:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.4 2008/04/12 08:43:05 nixnut Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc ~sparc x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-04-12 21:51 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-04-12 21:51 UTC (permalink / raw
To: gentoo-commits
armin76 08/04/12 21:51:56
Modified: ChangeLog speech-dispatcher-0.6.6.ebuild
Log:
sparc stable wrt #217235
(Portage version: 2.1.4.4)
Revision Changes Path
1.34 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.33&r2=1.34
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog 12 Apr 2008 08:43:05 -0000 1.33
+++ ChangeLog 12 Apr 2008 21:51:55 -0000 1.34
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.33 2008/04/12 08:43:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.34 2008/04/12 21:51:55 armin76 Exp $
+
+ 12 Apr 2008; Raúl Porcel <armin76@gentoo.org>
+ speech-dispatcher-0.6.6.ebuild:
+ sparc stable wrt #217235
12 Apr 2008; nixnut <nixnut@gentoo.org> speech-dispatcher-0.6.6.ebuild:
Stable on ppc wrt bug 217235
1.5 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.4&r2=1.5
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- speech-dispatcher-0.6.6.ebuild 12 Apr 2008 08:43:05 -0000 1.4
+++ speech-dispatcher-0.6.6.ebuild 12 Apr 2008 21:51:55 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.4 2008/04/12 08:43:05 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.5 2008/04/12 21:51:55 armin76 Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="amd64 ~hppa ppc sparc x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-04-15 16:33 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-04-15 16:33 UTC (permalink / raw
To: gentoo-commits
jer 08/04/15 16:33:30
Modified: ChangeLog speech-dispatcher-0.6.6.ebuild
Log:
Stable for HPPA (bug #217235).
(Portage version: 2.1.5_rc3)
Revision Changes Path
1.35 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 12 Apr 2008 21:51:55 -0000 1.34
+++ ChangeLog 15 Apr 2008 16:33:29 -0000 1.35
@@ -1,6 +1,10 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.34 2008/04/12 21:51:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.35 2008/04/15 16:33:29 jer Exp $
+
+ 15 Apr 2008; Jeroen Roovers <jer@gentoo.org>
+ speech-dispatcher-0.6.6.ebuild:
+ Stable for HPPA (bug #217235).
12 Apr 2008; Raúl Porcel <armin76@gentoo.org>
speech-dispatcher-0.6.6.ebuild:
1.6 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.5&r2=1.6
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- speech-dispatcher-0.6.6.ebuild 12 Apr 2008 21:51:55 -0000 1.5
+++ speech-dispatcher-0.6.6.ebuild 15 Apr 2008 16:33:29 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.5 2008/04/12 21:51:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.6 2008/04/15 16:33:29 jer Exp $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc sparc x86"
+KEYWORDS="amd64 hppa ppc sparc x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild
@ 2008-04-26 3:41 William Hubbs (williamh)
0 siblings, 0 replies; 6+ messages in thread
From: William Hubbs (williamh) @ 2008-04-26 3:41 UTC (permalink / raw
To: gentoo-commits
williamh 08/04/26 03:41:40
Modified: ChangeLog speech-dispatcher-0.6.6.ebuild
Log:
Updated keyword in 0.6.6.
(Portage version: 2.1.5_rc6)
Revision Changes Path
1.37 app-accessibility/speech-dispatcher/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.36&r2=1.37
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog 26 Apr 2008 03:36:49 -0000 1.36
+++ ChangeLog 26 Apr 2008 03:41:40 -0000 1.37
@@ -1,6 +1,11 @@
# ChangeLog for app-accessibility/speech-dispatcher
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.36 2008/04/26 03:36:49 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.37 2008/04/26 03:41:40 williamh Exp $
+
+ 26 Apr 2008; William Hubbs <williamh@gentoo.org>
+ speech-dispatcher-0.6.6.ebuild:
+ Added ~alpha for 0.6.6; this should have been done, but I forgot to update
+ the original keyword request.
*speech-dispatcher-0.6.6-r1 (26 Apr 2008)
1.7 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild?r1=1.6&r2=1.7
Index: speech-dispatcher-0.6.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- speech-dispatcher-0.6.6.ebuild 15 Apr 2008 16:33:29 -0000 1.6
+++ speech-dispatcher-0.6.6.ebuild 26 Apr 2008 03:41:40 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.6.ebuild,v 1.6 2008/04/15 16:33:29 jer Exp $
+# $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 $
inherit eutils
@@ -10,7 +10,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 hppa ppc sparc x86"
+KEYWORDS="~alpha amd64 hppa ppc sparc x86"
IUSE="alsa flite nas pulseaudio python"
DEPEND="dev-libs/dotconf
--
gentoo-commits@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-04-26 3:41 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-26 3:41 [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.6.ebuild William Hubbs (williamh)
-- strict thread matches above, loose matches on Subject: below --
2008-04-15 16:33 Jeroen Roovers (jer)
2008-04-12 21:51 Raul Porcel (armin76)
2008-04-12 8:43 Gysbert Wassenaar (nixnut)
2008-04-11 22:05 Markus Meier (maekke)
2008-02-15 1:16 William Hubbs (williamh)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox