public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2008-08-07  3:52 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2008-08-07  3:52 UTC (permalink / raw
  To: gentoo-commits

williamh    08/08/07 03:52:43

  Modified:             ChangeLog
  Added:                speech-dispatcher-0.6.7.ebuild
  Log:
  Version bump.
  (Portage version: 2.2_rc6/cvs/Linux 2.6.26-gentoo i686)

Revision  Changes    Path
1.40                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	17 Jul 2008 20:51:16 -0000	1.39
+++ ChangeLog	7 Aug 2008 03:52:42 -0000	1.40
@@ -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.39 2008/07/17 20:51:16 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.40 2008/08/07 03:52:42 williamh Exp $
+
+*speech-dispatcher-0.6.7 (07 Aug 2008)
+
+  07 Aug 2008; William Hubbs <williamh@gentoo.org> files/speech-dispatcher,
+  +speech-dispatcher-0.6.7.ebuild:
+  Version bump.
 
   17 Jul 2008; Doug Goldstein <cardoe@gentoo.org> metadata.xml:
   add GLEP 56 USE flag desc from use.local.desc



1.1                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.1&content-type=text/plain

Index: speech-dispatcher-0.6.7.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.7.ebuild,v 1.1 2008/08/07 03:52:42 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="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
IUSE="alsa flite nas pulseaudio python"

RDEPEND="dev-libs/dotconf
	>=dev-libs/glib-2
	alsa? ( media-libs/alsa-lib )
	flite? ( app-accessibility/flite )
	nas? ( media-libs/nas )
	pulseaudio? ( media-sound/pulseaudio )
	python? ( dev-lang/python )
	app-accessibility/espeak"
DEPEND="${RDEPEND}
	dev-util/pkgconfig"

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."
}






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-04-01 17:18 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-04-01 17:18 UTC (permalink / raw
  To: gentoo-commits

williamh    09/04/01 17:18:16

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  x86 stable
  (Portage version: 2.2_rc28/cvs/Linux i686)

Revision  Changes    Path
1.41                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Aug 2008 03:52:42 -0000	1.40
+++ ChangeLog	1 Apr 2009 17:18:16 -0000	1.41
@@ -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.40 2008/08/07 03:52:42 williamh Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.41 2009/04/01 17:18:16 williamh Exp $
+
+  01 Apr 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Stable on x86.
 
 *speech-dispatcher-0.6.7 (07 Aug 2008)
 



1.2                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.1&r2=1.2

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- speech-dispatcher-0.6.7.ebuild	7 Aug 2008 03:52:42 -0000	1.1
+++ speech-dispatcher-0.6.7.ebuild	1 Apr 2009 17:18:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 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.7.ebuild,v 1.1 2008/08/07 03:52:42 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.2 2009/04/01 17:18:16 williamh Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86"
 IUSE="alsa flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-09-04 13:54 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-09-04 13:54 UTC (permalink / raw
  To: gentoo-commits

williamh    09/09/04 13:54:51

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  removed the glibc patch and reopened 281130.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.44                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.43&r2=1.44

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog	4 Sep 2009 13:34:47 -0000	1.43
+++ ChangeLog	4 Sep 2009 13:54:51 -0000	1.44
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.43 2009/09/04 13:34:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.44 2009/09/04 13:54:51 williamh Exp $
+
+  04 Sep 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Reopened #281130.
 
   04 Sep 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild, -speech-dispatcher-0.6.7-r1.ebuild:



1.5                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.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.7.ebuild?r1=1.4&r2=1.5

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- speech-dispatcher-0.6.7.ebuild	4 Sep 2009 13:34:47 -0000	1.4
+++ speech-dispatcher-0.6.7.ebuild	4 Sep 2009 13:54:51 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.4 2009/09/04 13:34:47 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.5 2009/09/04 13:54:51 williamh Exp $
 
 inherit eutils
 
@@ -27,7 +27,6 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
-	epatch "${FILESDIR}"/${P}-glibc-2.10.patch
 	sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in || die
 }
 






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-09-06 20:32 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-09-06 20:32 UTC (permalink / raw
  To: gentoo-commits

williamh    09/09/06 20:32:07

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  removed extra call to epatch
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.47                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	6 Sep 2009 19:35:28 -0000	1.46
+++ ChangeLog	6 Sep 2009 20:32:06 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.46 2009/09/06 19:35:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.47 2009/09/06 20:32:06 williamh Exp $
+
+  06 Sep 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  removed call to epatch
 
   06 Sep 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild, metadata.xml:



1.7                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.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.7.ebuild?r1=1.6&r2=1.7

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- speech-dispatcher-0.6.7.ebuild	6 Sep 2009 19:35:28 -0000	1.6
+++ speech-dispatcher-0.6.7.ebuild	6 Sep 2009 20:32:06 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.6 2009/09/06 19:35:28 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.7 2009/09/06 20:32:06 williamh Exp $
 
 EAPI="2"
 
@@ -28,7 +28,6 @@
 
 src_prepare() {
 	sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
-	epatch "${FILESDIR}"/${P}-getline-ss.patch
 }
 
 src_configure() {






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-09-07 19:34 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-09-07 19:34 UTC (permalink / raw
  To: gentoo-commits

williamh    09/09/07 19:34:48

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  another fix for 281130.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.48                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	6 Sep 2009 20:32:06 -0000	1.47
+++ ChangeLog	7 Sep 2009 19:34:48 -0000	1.48
@@ -1,6 +1,15 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.47 2009/09/06 20:32:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.48 2009/09/07 19:34:48 williamh Exp $
+
+  07 Sep 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild,
+  +files/speech-dispatcher-0.6.7-getline.patch,
+  +files/speech-dispatcher-0.6.7-gnu-src-modules.patch:
+  Another update for bug #281130.
+  This fixes the compile warnings on a glibc 2.9 system and should fix the
+  build
+  for glibc 2.10 systems.
 
   06 Sep 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.8                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.7&r2=1.8

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- speech-dispatcher-0.6.7.ebuild	6 Sep 2009 20:32:06 -0000	1.7
+++ speech-dispatcher-0.6.7.ebuild	7 Sep 2009 19:34:48 -0000	1.8
@@ -1,10 +1,10 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.7 2009/09/06 20:32:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.8 2009/09/07 19:34:48 williamh Exp $
 
 EAPI="2"
 
-inherit eutils flag-o-matic
+inherit autotools eutils
 
 DESCRIPTION="speech-dispatcher speech synthesis interface"
 HOMEPAGE="http://www.freebsoft.org/speechd"
@@ -27,19 +27,22 @@
 	dev-util/pkgconfig"
 
 src_prepare() {
+	epatch "${FILESDIR}"/${P}-getline.patch
+	epatch "${FILESDIR}"/${P}-gnu-src-modules.patch
+	eautoreconf
 	sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
 }
 
 src_configure() {
 	econf \
 	$(use_with alsa) \
+	$(use_with espeak) \
 	$(use_with flite) \
 	$(use_with pulseaudio pulse) \
 	$(use_with nas) || die "configure failed"
 }
 
 src_compile() {
-	append-cppflags -D_GNU_SOURCE
 	make all || die "make failed"
 }
 






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-09-09 13:56 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-09-09 13:56 UTC (permalink / raw
  To: gentoo-commits

williamh    09/09/09 13:56:12

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  punted the patches to the mirrors to avoid corruption.
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.49                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	7 Sep 2009 19:34:48 -0000	1.48
+++ ChangeLog	9 Sep 2009 13:56:12 -0000	1.49
@@ -1,6 +1,13 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.48 2009/09/07 19:34:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.49 2009/09/09 13:56:12 williamh Exp $
+
+  09 Sep 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild,
+  -files/speech-dispatcher-0.6.7-getline.patch,
+  -files/speech-dispatcher-0.6.7-gnu-src-modules.patch:
+  The getline patch had an "id" line which was corrupted when it was checked
+  into our cvs, so I punted the patches to the mirrors to avoid this.
 
   07 Sep 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild,



1.9                  app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.8&r2=1.9

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- speech-dispatcher-0.6.7.ebuild	7 Sep 2009 19:34:48 -0000	1.8
+++ speech-dispatcher-0.6.7.ebuild	9 Sep 2009 13:56:12 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.8 2009/09/07 19:34:48 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.9 2009/09/09 13:56:12 williamh Exp $
 
 EAPI="2"
 
@@ -8,7 +8,8 @@
 
 DESCRIPTION="speech-dispatcher speech synthesis interface"
 HOMEPAGE="http://www.freebsoft.org/speechd"
-SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz"
+SRC_URI="http://www.freebsoft.org/pub/projects/speechd/${P}.tar.gz
+	mirror://gentoo/${P}-patches.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -27,8 +28,7 @@
 	dev-util/pkgconfig"
 
 src_prepare() {
-	epatch "${FILESDIR}"/${P}-getline.patch
-	epatch "${FILESDIR}"/${P}-gnu-src-modules.patch
+	EPATCH_SUFFIX="patch" epatch
 	eautoreconf
 	sed -i -e 's/\(SUBDIRS.*\)python/\1/' src/Makefile.in
 }






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-10-20 18:02 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 17+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-20 18:02 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/20 18:02:15

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Fix app-accessibility/flite depend to >= 1.3 wrt #289439.
  (Portage version: 2.2_rc46/cvs/Linux x86_64)

Revision  Changes    Path
1.50                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	9 Sep 2009 13:56:12 -0000	1.49
+++ ChangeLog	20 Oct 2009 18:02:15 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.49 2009/09/09 13:56:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.50 2009/10/20 18:02:15 ssuominen Exp $
+
+  20 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Fix app-accessibility/flite depend to >= 1.3 wrt #289439.
 
   09 Sep 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild,



1.10                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.9&r2=1.10

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- speech-dispatcher-0.6.7.ebuild	9 Sep 2009 13:56:12 -0000	1.9
+++ speech-dispatcher-0.6.7.ebuild	20 Oct 2009 18:02:15 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.9 2009/09/09 13:56:12 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.10 2009/10/20 18:02:15 ssuominen Exp $
 
 EAPI="2"
 
@@ -20,7 +20,7 @@
 	>=dev-libs/glib-2
 	alsa? ( media-libs/alsa-lib )
 	espeak? ( app-accessibility/espeak )
-	flite? ( app-accessibility/flite )
+	flite? ( >=app-accessibility/flite-1.3 )
 	nas? ( media-libs/nas )
 	pulseaudio? ( media-sound/pulseaudio )
 	python? ( dev-lang/python )"
@@ -35,19 +35,19 @@
 
 src_configure() {
 	econf \
-	$(use_with alsa) \
-	$(use_with espeak) \
-	$(use_with flite) \
-	$(use_with pulseaudio pulse) \
-	$(use_with nas) || die "configure failed"
+		$(use_with alsa) \
+		$(use_with espeak) \
+		$(use_with flite) \
+		$(use_with pulseaudio pulse) \
+		$(use_with nas)
 }
 
 src_compile() {
-	make all || die "make failed"
+	emake all || die
 }
 
 src_install() {
-	make DESTDIR="${D}" install || die
+	emake DESTDIR="${D}" install || die
 
 	if use python; then
 		cd "${S}"/src/python






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-10-24 14:20 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 17+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-24 14:20 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/24 14:20:05

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  ppc stable #289439
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.51                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	20 Oct 2009 18:02:15 -0000	1.50
+++ ChangeLog	24 Oct 2009 14:20:04 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.50 2009/10/20 18:02:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.51 2009/10/24 14:20:04 nixnut Exp $
+
+  24 Oct 2009; nixnut <nixnut@gentoo.org> speech-dispatcher-0.6.7.ebuild:
+  ppc stable #289439
 
   20 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.11                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.10&r2=1.11

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- speech-dispatcher-0.6.7.ebuild	20 Oct 2009 18:02:15 -0000	1.10
+++ speech-dispatcher-0.6.7.ebuild	24 Oct 2009 14:20:04 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.10 2009/10/20 18:02:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.11 2009/10/24 14:20:04 nixnut Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-10-24 18:08 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 17+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-10-24 18:08 UTC (permalink / raw
  To: gentoo-commits

klausman    09/10/24 18:08:52

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Stable on alpha, bug #289439
  (Portage version: 2.1.7.1/cvs/Linux x86_64)

Revision  Changes    Path
1.52                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.51&r2=1.52

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog	24 Oct 2009 14:20:04 -0000	1.51
+++ ChangeLog	24 Oct 2009 18:08:51 -0000	1.52
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.51 2009/10/24 14:20:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.52 2009/10/24 18:08:51 klausman Exp $
+
+  24 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Stable on alpha, bug #289439
 
   24 Oct 2009; nixnut <nixnut@gentoo.org> speech-dispatcher-0.6.7.ebuild:
   ppc stable #289439



1.12                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.11&r2=1.12

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- speech-dispatcher-0.6.7.ebuild	24 Oct 2009 14:20:04 -0000	1.11
+++ speech-dispatcher-0.6.7.ebuild	24 Oct 2009 18:08:51 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.11 2009/10/24 14:20:04 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.12 2009/10/24 18:08:51 klausman Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="alpha ~amd64 ~hppa ppc ~sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-11-21 17:34 Markus Meier (maekke)
  0 siblings, 0 replies; 17+ messages in thread
From: Markus Meier (maekke) @ 2009-11-21 17:34 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/21 17:34:21

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  amd64 stable, bug #289439
  (Portage version: 2.2_rc51/cvs/Linux x86_64)

Revision  Changes    Path
1.53                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	24 Oct 2009 18:08:51 -0000	1.52
+++ ChangeLog	21 Nov 2009 17:34:21 -0000	1.53
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.52 2009/10/24 18:08:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.53 2009/11/21 17:34:21 maekke Exp $
+
+  21 Nov 2009; Markus Meier <maekke@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  amd64 stable, bug #289439
 
   24 Oct 2009; Tobias Klausmann <klausman@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.13                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.12&r2=1.13

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- speech-dispatcher-0.6.7.ebuild	24 Oct 2009 18:08:51 -0000	1.12
+++ speech-dispatcher-0.6.7.ebuild	21 Nov 2009 17:34:21 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.12 2009/10/24 18:08:51 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.13 2009/11/21 17:34:21 maekke Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha ~amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-12-03  4:25 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2009-12-03  4:25 UTC (permalink / raw
  To: gentoo-commits

williamh    09/12/03 04:25:19

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Added dep on libatomic_ops for bug #293460.
  (Portage version: 2.2_rc54/cvs/Linux i686)

Revision  Changes    Path
1.54                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	21 Nov 2009 17:34:21 -0000	1.53
+++ ChangeLog	3 Dec 2009 04:25:19 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.53 2009/11/21 17:34:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.54 2009/12/03 04:25:19 williamh Exp $
+
+  03 Dec 2009; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Added dep on libatomic_ops for bug #293460.
 
   21 Nov 2009; Markus Meier <maekke@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.14                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.13&r2=1.14

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- speech-dispatcher-0.6.7.ebuild	21 Nov 2009 17:34:21 -0000	1.13
+++ speech-dispatcher-0.6.7.ebuild	3 Dec 2009 04:25:19 -0000	1.14
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.13 2009/11/21 17:34:21 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.14 2009/12/03 04:25:19 williamh Exp $
 
 EAPI="2"
 
@@ -22,7 +22,8 @@
 	espeak? ( app-accessibility/espeak )
 	flite? ( >=app-accessibility/flite-1.3 )
 	nas? ( media-libs/nas )
-	pulseaudio? ( media-sound/pulseaudio )
+	pulseaudio? ( media-sound/pulseaudio
+		dev-libs/libatomic_ops )
 	python? ( dev-lang/python )"
 DEPEND="${RDEPEND}
 	dev-util/pkgconfig"






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2009-12-26 16:35 Raul Porcel (armin76)
  0 siblings, 0 replies; 17+ messages in thread
From: Raul Porcel (armin76) @ 2009-12-26 16:35 UTC (permalink / raw
  To: gentoo-commits

armin76     09/12/26 16:35:58

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  sparc stable wrt #289439
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.55                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.54&r2=1.55

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	3 Dec 2009 04:25:19 -0000	1.54
+++ ChangeLog	26 Dec 2009 16:35:57 -0000	1.55
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.54 2009/12/03 04:25:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.55 2009/12/26 16:35:57 armin76 Exp $
+
+  26 Dec 2009; Raúl Porcel <armin76@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  sparc stable wrt #289439
 
   03 Dec 2009; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.15                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.14&r2=1.15

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- speech-dispatcher-0.6.7.ebuild	3 Dec 2009 04:25:19 -0000	1.14
+++ speech-dispatcher-0.6.7.ebuild	26 Dec 2009 16:35:57 -0000	1.15
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.7.ebuild,v 1.14 2009/12/03 04:25:19 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.15 2009/12/26 16:35:57 armin76 Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2010-02-11 23:20 Jonathan Callen (abcd)
  0 siblings, 0 replies; 17+ messages in thread
From: Jonathan Callen (abcd) @ 2010-02-11 23:20 UTC (permalink / raw
  To: gentoo-commits

abcd        10/02/11 23:20:39

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Add ~amd64-linux/~x86-linux keywords
  (Portage version: -svn/cvs/Linux i686)

Revision  Changes    Path
1.56                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	26 Dec 2009 16:35:57 -0000	1.55
+++ ChangeLog	11 Feb 2010 23:20:38 -0000	1.56
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.55 2009/12/26 16:35:57 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.56 2010/02/11 23:20:38 abcd Exp $
+
+  11 Feb 2010; Jonathan Callen <abcd@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Add ~amd64-linux/~x86-linux keywords
 
   26 Dec 2009; Raúl Porcel <armin76@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.16                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.15&r2=1.16

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- speech-dispatcher-0.6.7.ebuild	26 Dec 2009 16:35:57 -0000	1.15
+++ speech-dispatcher-0.6.7.ebuild	11 Feb 2010 23:20:38 -0000	1.16
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.7.ebuild,v 1.15 2009/12/26 16:35:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.16 2010/02/11 23:20:38 abcd Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc sparc x86"
+KEYWORDS="alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf
@@ -64,11 +64,13 @@
 }
 
 pkg_postinst() {
+	use prefix || EPREFIX=
+
 	if ! use espeak; then
 		ewarn
 		ewarn "You have disabled espeak, which is speech-dispatcher's"
 		ewarn "default speech synthesizer."
-		ewarn "You must edit ${ROOT}etc/speechd/speechd.conf"
+		ewarn "You must edit ${ROOT%/}${EPREFIX}/etc/speechd/speechd.conf"
 	fi
 	elog
 	elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2010-02-23 15:08 Joseph Jezak (josejx)
  0 siblings, 0 replies; 17+ messages in thread
From: Joseph Jezak (josejx) @ 2010-02-23 15:08 UTC (permalink / raw
  To: gentoo-commits

josejx      10/02/23 15:08:47

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Marked ~ppc64.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

Revision  Changes    Path
1.57                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.56&r2=1.57

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog	11 Feb 2010 23:20:38 -0000	1.56
+++ ChangeLog	23 Feb 2010 15:08:46 -0000	1.57
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.56 2010/02/11 23:20:38 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.57 2010/02/23 15:08:46 josejx Exp $
+
+  23 Feb 2010; Joseph Jezak <josejx@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Marked ~ppc64.
 
   11 Feb 2010; Jonathan Callen <abcd@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.17                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.16&r2=1.17

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- speech-dispatcher-0.6.7.ebuild	11 Feb 2010 23:20:38 -0000	1.16
+++ speech-dispatcher-0.6.7.ebuild	23 Feb 2010 15:08:46 -0000	1.17
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.7.ebuild,v 1.16 2010/02/11 23:20:38 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.17 2010/02/23 15:08:46 josejx Exp $
 
 EAPI="2"
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2010-02-28 22:31 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2010-02-28 22:31 UTC (permalink / raw
  To: gentoo-commits

williamh    10/02/28 22:31:54

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Chris Brannon, from upstream, provided a fix for bug #305347.
  Also, I reverted the prefix changes since they
  should have been done in an eapi bump/rev bump.
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.58                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	23 Feb 2010 15:08:46 -0000	1.57
+++ ChangeLog	28 Feb 2010 22:31:53 -0000	1.58
@@ -1,6 +1,12 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.57 2010/02/23 15:08:46 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $
+
+  28 Feb 2010; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Chris Brannon, from upstream, provided a fix for bug #305347.
+  Also, I reverted the prefix changes.
+  These need to be done via an eapi bump and revbump.
 
   23 Feb 2010; Joseph Jezak <josejx@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.18                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.17&r2=1.18

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- speech-dispatcher-0.6.7.ebuild	23 Feb 2010 15:08:46 -0000	1.17
+++ speech-dispatcher-0.6.7.ebuild	28 Feb 2010 22:31:53 -0000	1.18
@@ -1,19 +1,20 @@
 # Copyright 1999-2010 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.7.ebuild,v 1.17 2010/02/23 15:08:46 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.18 2010/02/28 22:31:53 williamh Exp $
 
 EAPI="2"
+PATCHVER=1
 
 inherit autotools 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
-	mirror://gentoo/${P}-patches.tar.gz"
+	mirror://gentoo/${P}-patches-${PATCHVER}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux"
+KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf
@@ -64,13 +65,11 @@
 }
 
 pkg_postinst() {
-	use prefix || EPREFIX=
-
 	if ! use espeak; then
 		ewarn
 		ewarn "You have disabled espeak, which is speech-dispatcher's"
 		ewarn "default speech synthesizer."
-		ewarn "You must edit ${ROOT%/}${EPREFIX}/etc/speechd/speechd.conf"
+		ewarn "You must edit ${ROOT}etc/speechd/speechd.conf"
 	fi
 	elog
 	elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2010-02-28 23:50 William Hubbs (williamh)
  0 siblings, 0 replies; 17+ messages in thread
From: William Hubbs (williamh) @ 2010-02-28 23:50 UTC (permalink / raw
  To: gentoo-commits

williamh    10/02/28 23:50:31

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  fixed a typo
  (Portage version: 2.2_rc63/cvs/Linux i686)

Revision  Changes    Path
1.59                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	28 Feb 2010 22:31:53 -0000	1.58
+++ ChangeLog	28 Feb 2010 23:50:31 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.58 2010/02/28 22:31:53 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.59 2010/02/28 23:50:31 williamh Exp $
+
+  28 Feb 2010; William Hubbs <williamh@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  fixed a typo
 
   28 Feb 2010; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.7.ebuild:



1.19                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.18&r2=1.19

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- speech-dispatcher-0.6.7.ebuild	28 Feb 2010 22:31:53 -0000	1.18
+++ speech-dispatcher-0.6.7.ebuild	28 Feb 2010 23:50:31 -0000	1.19
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.7.ebuild,v 1.18 2010/02/28 22:31:53 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.19 2010/02/28 23:50:31 williamh Exp $
 
 EAPI="2"
 PATCHVER=1
@@ -69,7 +69,7 @@
 		ewarn
 		ewarn "You have disabled espeak, which is speech-dispatcher's"
 		ewarn "default speech synthesizer."
-		ewarn "You must edit ${ROOT}etc/speechd/speechd.conf"
+		ewarn "You must edit ${ROOT}/etc/speechd/speechd.conf"
 	fi
 	elog
 	elog "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."






^ permalink raw reply	[flat|nested] 17+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild
@ 2010-07-20 18:31 Jeroen Roovers (jer)
  0 siblings, 0 replies; 17+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-20 18:31 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/20 18:31:55

  Modified:             ChangeLog speech-dispatcher-0.6.7.ebuild
  Log:
  Stable for HPPA (bug #289439).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.68                 app-accessibility/speech-dispatcher/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	3 Mar 2010 07:34:06 -0000	1.67
+++ ChangeLog	20 Jul 2010 18:31:55 -0000	1.68
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/speech-dispatcher
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.67 2010/03/03 07:34:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/ChangeLog,v 1.68 2010/07/20 18:31:55 jer Exp $
+
+  20 Jul 2010; Jeroen Roovers <jer@gentoo.org>
+  speech-dispatcher-0.6.7.ebuild:
+  Stable for HPPA (bug #289439).
 
   03 Mar 2010; William Hubbs <williamh@gentoo.org>
   speech-dispatcher-0.6.6.ebuild, speech-dispatcher-0.6.7.ebuild,



1.23                 app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild?r1=1.22&r2=1.23

Index: speech-dispatcher-0.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- speech-dispatcher-0.6.7.ebuild	3 Mar 2010 07:34:06 -0000	1.22
+++ speech-dispatcher-0.6.7.ebuild	20 Jul 2010 18:31:55 -0000	1.23
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.7.ebuild,v 1.22 2010/03/03 07:34:06 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.6.7.ebuild,v 1.23 2010/07/20 18:31:55 jer Exp $
 
 EAPI="2"
 PATCHVER=3
@@ -14,7 +14,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ppc ~ppc64 sparc x86"
 IUSE="alsa +espeak flite nas pulseaudio python"
 
 RDEPEND="dev-libs/dotconf






^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2010-07-20 18:38 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-04 13:54 [gentoo-commits] gentoo-x86 commit in app-accessibility/speech-dispatcher: ChangeLog speech-dispatcher-0.6.7.ebuild William Hubbs (williamh)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-20 18:31 Jeroen Roovers (jer)
2010-02-28 23:50 William Hubbs (williamh)
2010-02-28 22:31 William Hubbs (williamh)
2010-02-23 15:08 Joseph Jezak (josejx)
2010-02-11 23:20 Jonathan Callen (abcd)
2009-12-26 16:35 Raul Porcel (armin76)
2009-12-03  4:25 William Hubbs (williamh)
2009-11-21 17:34 Markus Meier (maekke)
2009-10-24 18:08 Tobias Klausmann (klausman)
2009-10-24 14:20 Gysbert Wassenaar (nixnut)
2009-10-20 18:02 Samuli Suominen (ssuominen)
2009-09-09 13:56 William Hubbs (williamh)
2009-09-07 19:34 William Hubbs (williamh)
2009-09-06 20:32 William Hubbs (williamh)
2009-04-01 17:18 William Hubbs (williamh)
2008-08-07  3:52 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