public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-03-16 22:43 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 11+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-03-16 22:43 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/03/16 22:43:05

  Modified:             ChangeLog
  Added:                festival-2.1.ebuild
  Log:
  Version bump. Closes bug #340317 and #357381.
  
  (Portage version: 2.2.0_alpha9/cvs/Linux i686)

Revision  Changes    Path
1.93                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	4 Mar 2011 20:12:51 -0000	1.92
+++ ChangeLog	16 Mar 2011 22:43:05 -0000	1.93
@@ -1,6 +1,13 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.92 2011/03/04 20:12:51 williamh Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.93 2011/03/16 22:43:05 neurogeek Exp $
+
+*festival-2.1 (16 Mar 2011)
+
+  16 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> +festival-2.1.ebuild,
+  +files/festival-2.1-gentoo-system.patch,
+  +files/festival-2.1-init-scm.patch, +files/festival-2.1-ldflags.patch:
+  Version bump. Closes bug #340317 and #357381.
 
   04 Mar 2011; William Hubbs <williamh@gentoo.org> festival-1.96_beta.ebuild,
   festival-1.96_beta-r1.ebuild, festival-2.0.95_beta.ebuild:



1.1                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.1&content-type=text/plain

Index: festival-2.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.1 2011/03/16 22:43:05 neurogeek Exp $

EAPI="2"
inherit eutils toolchain-funcs

MY_PV="${PV}-release"
MY_P=${PN}-${MY_PV}

DESCRIPTION="Festival Text to Speech engine"
HOMEPAGE="http://www.cstr.ed.ac.uk/projects/festival/"
SITE="http://www.festvox.org/packed/${PN}/${PV}"
SRC_URI="${SITE}/${MY_P}.tar.gz
	${SITE}/festlex_CMU.tar.gz
	${SITE}/festlex_OALD.tar.gz
	${SITE}/festlex_POSLEX.tar.gz
	${SITE}/festvox_cmu_us_awb_cg.tar.gz
	${SITE}/festvox_cmu_us_rms_cg.tar.gz
	${SITE}/festvox_cmu_us_slt_arctic_hts.tar.gz
	${SITE}/festvox_rablpc16k.tar.gz
	${SITE}/festvox_kallpc16k.tar.gz
	${SITE}/speech_tools-${MY_PV}.tar.gz"

LICENSE="FESTIVAL BSD as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

DEPEND="~app-accessibility/speech-tools-2.1"
RDEPEND="${DEPEND}"

S=${WORKDIR}/festival

pkg_setup() {
	enewuser festival -1 -1 -1 audio
}

src_prepare() {
	# tell festival to use the speech-tools we have installed.
	sed -i -e "s:\(EST=\).*:\1/usr/share/speech-tools:" "${S}"/config/config.in
	sed -i -e "s:\$(EST)/lib:/usr/$(get_libdir):" "${S}"/config/project.mak

	# fix the reference  to /usr/lib/festival
	sed -i -e "s:\(FTLIBDIR.*=.*\)\$.*:\1/usr/share/festival:" "${S}"/config/project.mak

	# Fix path for examples in festival.scm
	sed -i -e "s:\.\./examples/:/usr/share/doc/${PF}/examples/:" "${S}"/lib/festival.scm

	epatch "${FILESDIR}/${P}-ldflags.patch"
	epatch "${FILESDIR}/${P}-init-scm.patch"
	epatch "${FILESDIR}/${P}-gentoo-system.patch"

	# copy what we need for MultiSyn from speech_tools.
	cp -pr "${WORKDIR}"/speech_tools/base_class "${S}"/src/modules/MultiSyn

}

src_configure() {
	econf || die "econf failed"
}

src_compile() {
	emake -j1 PROJECT_LIBDEPS="" REQUIRED_LIBDEPS="" LOCAL_LIBDEPS="" \
		OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" \
		LDFLAGS=${LDFLAGS} \
		CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed"
}

src_install() {
	# Install the binaries
	dobin src/main/festival
	dobin lib/etc/*Linux*/audsp
	dolib.a src/lib/libFestival.a

	# Install the main libraries
	insinto /usr/share/festival
	doins -r lib/*

	# Install the examples
	insinto /usr/share/doc/${PF}
	doins -r examples

	# Need to fix saytime, etc. to look for festival in the correct spot
	for ex in "${D}"/usr/share/doc/${PF}/examples/*.sh; do
		exnoext=${ex%%.sh}
		chmod a+x "${exnoext}"
		dosed "s:${S}/bin/festival:/usr/bin/festival:" "${exnoext##$D}"
	done

	# Install the header files
	insinto /usr/include/festival
	doins src/include/*.h

	insinto /etc/festival
	doins lib/site*

	# Install the docs
	dodoc "${S}"/{ACKNOWLEDGMENTS,NEWS,README}
	doman "${S}"/doc/{festival.1,festival_client.1}

	# create the directory where our log file will go.
	diropts -m 0755 -o festival -g audio
	keepdir /var/log/festival

}

pkg_postinst() {
	elog
	elog "    Useful examples include saytime, text2wave. For example, try:"
	elog "        \"/usr/share/doc/${PF}/examples/saytime\""
	elog
	elog "    Or for something more fun:"
	elog '        "echo "Gentoo can speak" | festival --tts"'
	elog
	elog "This version also allows configuration of site specific"
	elog "initialization in /etc/festival/siteinit.scm and"
	elog "variables in /etc/festival/sitevars.scm."
	elog
}






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-03-17 21:01 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 11+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-03-17 21:01 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/03/17 21:01:59

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Readded siteinit.scm instructions
  
  (Portage version: 2.2.0_alpha9/cvs/Linux i686)

Revision  Changes    Path
1.94                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	16 Mar 2011 22:43:05 -0000	1.93
+++ ChangeLog	17 Mar 2011 21:01:59 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.93 2011/03/16 22:43:05 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.94 2011/03/17 21:01:59 neurogeek Exp $
+
+  17 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
+  Readded siteinit.scm instructions
 
 *festival-2.1 (16 Mar 2011)
 



1.2                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.1&r2=1.2

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- festival-2.1.ebuild	16 Mar 2011 22:43:05 -0000	1.1
+++ festival-2.1.ebuild	17 Mar 2011 21:01:59 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.1 2011/03/16 22:43:05 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.2 2011/03/17 21:01:59 neurogeek Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -54,6 +54,8 @@
 	# copy what we need for MultiSyn from speech_tools.
 	cp -pr "${WORKDIR}"/speech_tools/base_class "${S}"/src/modules/MultiSyn
 
+	echo "(Parameter.set 'Audio_Command \"aplay -q -c 1 -t raw -f s16 -r \$SR \$FILE\")" >> "${S}"/lib/siteinit.scm
+	echo "(Parameter.set 'Audio_Method 'Audio_Command)" >> "${S}"/lib/siteinit.scm
 }
 
 src_configure() {






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-03-22 13:36 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 11+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-03-22 13:36 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/03/22 13:36:26

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  "Quoted LDFLAGS per bugs #340317 and #359723"
  
  (Portage version: 2.2.0_alpha9/cvs/Linux i686)

Revision  Changes    Path
1.95                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	17 Mar 2011 21:01:59 -0000	1.94
+++ ChangeLog	22 Mar 2011 13:36:25 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.94 2011/03/17 21:01:59 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.95 2011/03/22 13:36:25 neurogeek Exp $
+
+  22 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
+  Quoted LDFLAGS per bugs #340317 and #359723
 
   17 Mar 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
   Readded siteinit.scm instructions



1.3                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.2&r2=1.3

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- festival-2.1.ebuild	17 Mar 2011 21:01:59 -0000	1.2
+++ festival-2.1.ebuild	22 Mar 2011 13:36:25 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.2 2011/03/17 21:01:59 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.3 2011/03/22 13:36:25 neurogeek Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -65,7 +65,7 @@
 src_compile() {
 	emake -j1 PROJECT_LIBDEPS="" REQUIRED_LIBDEPS="" LOCAL_LIBDEPS="" \
 		OPTIMISE_CXXFLAGS="${CXXFLAGS}" OPTIMISE_CCFLAGS="${CFLAGS}" \
-		LDFLAGS=${LDFLAGS} \
+		LDFLAGS="${LDFLAGS}" \
 		CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die "emake failed"
 }
 






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-08-26 19:39 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 11+ messages in thread
From: Jesus Rivero (neurogeek) @ 2011-08-26 19:39 UTC (permalink / raw
  To: gentoo-commits

neurogeek    11/08/26 19:39:05

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Changes to DEPEND wrt bug #380501 thanks to Michael. Added fix for prefix wrt bug #309983
  
  (Portage version: 2.2.0_alpha46/cvs/Linux i686)

Revision  Changes    Path
1.97                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	22 Mar 2011 16:37:23 -0000	1.96
+++ ChangeLog	26 Aug 2011 19:39:05 -0000	1.97
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.96 2011/03/22 16:37:23 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.97 2011/08/26 19:39:05 neurogeek Exp $
+
+  26 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
+  Changes to DEPEND wrt bug #380501 thanks to Michael. Added fix for prefix
+  wrt bug #309983
 
   22 Mar 2011; Jesus Rivero <neurogeek@gentoo.org>
   festival-1.96_beta.ebuild, festival-1.96_beta-r1.ebuild:



1.4                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.3&r2=1.4

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- festival-2.1.ebuild	22 Mar 2011 13:36:25 -0000	1.3
+++ festival-2.1.ebuild	26 Aug 2011 19:39:05 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.3 2011/03/22 13:36:25 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.4 2011/08/26 19:39:05 neurogeek Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -27,7 +27,9 @@
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
-DEPEND="~app-accessibility/speech-tools-2.1"
+DEPEND="~app-accessibility/speech-tools-2.1
+		>=sys-libs/ncurses-5.6-r2
+		>=media-libs/alsa-lib-1.0.23"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/festival
@@ -38,14 +40,14 @@
 
 src_prepare() {
 	# tell festival to use the speech-tools we have installed.
-	sed -i -e "s:\(EST=\).*:\1/usr/share/speech-tools:" "${S}"/config/config.in
+	sed -i -e "s:\(EST=\).*:\1${EPREFIX}/usr/share/speech-tools:" "${S}"/config/config.in
 	sed -i -e "s:\$(EST)/lib:/usr/$(get_libdir):" "${S}"/config/project.mak
 
 	# fix the reference  to /usr/lib/festival
-	sed -i -e "s:\(FTLIBDIR.*=.*\)\$.*:\1/usr/share/festival:" "${S}"/config/project.mak
+	sed -i -e "s:\(FTLIBDIR.*=.*\)\$.*:\1${EPREFIX}/usr/share/festival:" "${S}"/config/project.mak
 
 	# Fix path for examples in festival.scm
-	sed -i -e "s:\.\./examples/:/usr/share/doc/${PF}/examples/:" "${S}"/lib/festival.scm
+	sed -i -e "s:\.\./examples/:${EPREFIX}/usr/share/doc/${PF}/examples/:" "${S}"/lib/festival.scm
 
 	epatch "${FILESDIR}/${P}-ldflags.patch"
 	epatch "${FILESDIR}/${P}-init-scm.patch"






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-08-27 10:02 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 11+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-08-27 10:02 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/08/27 10:02:18

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Stable on amd64 wrt bug #380775
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.98                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.97
retrieving revision 1.98
diff -u -r1.97 -r1.98
--- ChangeLog	26 Aug 2011 19:39:05 -0000	1.97
+++ ChangeLog	27 Aug 2011 10:02:18 -0000	1.98
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.97 2011/08/26 19:39:05 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.98 2011/08/27 10:02:18 hwoarang Exp $
+
+  27 Aug 2011; Markos Chandras <hwoarang@gentoo.org> festival-2.1.ebuild:
+  Stable on amd64 wrt bug #380775
 
   26 Aug 2011; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
   Changes to DEPEND wrt bug #380501 thanks to Michael. Added fix for prefix



1.5                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.4&r2=1.5

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- festival-2.1.ebuild	26 Aug 2011 19:39:05 -0000	1.4
+++ festival-2.1.ebuild	27 Aug 2011 10:02:18 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.4 2011/08/26 19:39:05 neurogeek Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.5 2011/08/27 10:02:18 hwoarang Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -24,7 +24,7 @@
 
 LICENSE="FESTIVAL BSD as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-09-01 16:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 11+ messages in thread
From: Jeroen Roovers (jer) @ 2011-09-01 16:32 UTC (permalink / raw
  To: gentoo-commits

jer         11/09/01 16:32:08

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Stable for HPPA (bug #380775).
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	27 Aug 2011 10:02:18 -0000	1.98
+++ ChangeLog	1 Sep 2011 16:32:08 -0000	1.99
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.98 2011/08/27 10:02:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.99 2011/09/01 16:32:08 jer Exp $
+
+  01 Sep 2011; Jeroen Roovers <jer@gentoo.org> festival-2.1.ebuild:
+  Stable for HPPA (bug #380775).
 
   27 Aug 2011; Markos Chandras <hwoarang@gentoo.org> festival-2.1.ebuild:
   Stable on amd64 wrt bug #380775



1.6                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.5&r2=1.6

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- festival-2.1.ebuild	27 Aug 2011 10:02:18 -0000	1.5
+++ festival-2.1.ebuild	1 Sep 2011 16:32:08 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.5 2011/08/27 10:02:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.6 2011/09/01 16:32:08 jer Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -24,7 +24,7 @@
 
 LICENSE="FESTIVAL BSD as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-09-04 13:48 Markus Meier (maekke)
  0 siblings, 0 replies; 11+ messages in thread
From: Markus Meier (maekke) @ 2011-09-04 13:48 UTC (permalink / raw
  To: gentoo-commits

maekke      11/09/04 13:48:31

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  x86 stable, bug #380775
  
  (Portage version: 2.1.10.12/cvs/Linux x86_64)

Revision  Changes    Path
1.100                app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	1 Sep 2011 16:32:08 -0000	1.99
+++ ChangeLog	4 Sep 2011 13:48:31 -0000	1.100
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.99 2011/09/01 16:32:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.100 2011/09/04 13:48:31 maekke Exp $
+
+  04 Sep 2011; Markus Meier <maekke@gentoo.org> festival-2.1.ebuild:
+  x86 stable, bug #380775
 
   01 Sep 2011; Jeroen Roovers <jer@gentoo.org> festival-2.1.ebuild:
   Stable for HPPA (bug #380775).



1.7                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.6&r2=1.7

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- festival-2.1.ebuild	1 Sep 2011 16:32:08 -0000	1.6
+++ festival-2.1.ebuild	4 Sep 2011 13:48:31 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.6 2011/09/01 16:32:08 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.7 2011/09/04 13:48:31 maekke Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -24,7 +24,7 @@
 
 LICENSE="FESTIVAL BSD as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-09-24 16:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 11+ messages in thread
From: Raul Porcel (armin76) @ 2011-09-24 16:37 UTC (permalink / raw
  To: gentoo-commits

armin76     11/09/24 16:37:04

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #380775
  
  (Portage version: 2.1.10.11/cvs/Linux ia64)

Revision  Changes    Path
1.101                app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	4 Sep 2011 13:48:31 -0000	1.100
+++ ChangeLog	24 Sep 2011 16:37:04 -0000	1.101
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.100 2011/09/04 13:48:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.101 2011/09/24 16:37:04 armin76 Exp $
+
+  24 Sep 2011; Raúl Porcel <armin76@gentoo.org> festival-2.1.ebuild:
+  alpha/ia64/sparc stable wrt #380775
 
   04 Sep 2011; Markus Meier <maekke@gentoo.org> festival-2.1.ebuild:
   x86 stable, bug #380775



1.8                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.7&r2=1.8

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- festival-2.1.ebuild	4 Sep 2011 13:48:31 -0000	1.7
+++ festival-2.1.ebuild	24 Sep 2011 16:37:04 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.7 2011/09/04 13:48:31 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.8 2011/09/24 16:37:04 armin76 Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -24,7 +24,7 @@
 
 LICENSE="FESTIVAL BSD as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2011-12-29 22:12 Mark Loeser (halcy0n)
  0 siblings, 0 replies; 11+ messages in thread
From: Mark Loeser (halcy0n) @ 2011-12-29 22:12 UTC (permalink / raw
  To: gentoo-commits

halcy0n     11/12/29 22:12:07

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Stable for ppc/ppc64; bug #380775
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.102                app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog	24 Sep 2011 16:37:04 -0000	1.101
+++ ChangeLog	29 Dec 2011 22:12:07 -0000	1.102
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.101 2011/09/24 16:37:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.102 2011/12/29 22:12:07 halcy0n Exp $
+
+  29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> festival-2.1.ebuild:
+  Stable for ppc/ppc64; bug #380775
 
   24 Sep 2011; Raúl Porcel <armin76@gentoo.org> festival-2.1.ebuild:
   alpha/ia64/sparc stable wrt #380775



1.9                  app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.8&r2=1.9

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- festival-2.1.ebuild	24 Sep 2011 16:37:04 -0000	1.8
+++ festival-2.1.ebuild	29 Dec 2011 22:12:07 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.8 2011/09/24 16:37:04 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.9 2011/12/29 22:12:07 halcy0n Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -24,7 +24,7 @@
 
 LICENSE="FESTIVAL BSD as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ~mips ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2012-04-17 13:22 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; 11+ messages in thread
From: Jesus Rivero (neurogeek) @ 2012-04-17 13:22 UTC (permalink / raw
  To: gentoo-commits

neurogeek    12/04/17 13:22:28

  Modified:             ChangeLog festival-2.1.ebuild
  Log:
  Dropped alsa-lib support as speech-tools already handles it. Closes bug #380501
  
  (Portage version: 2.2.0_alpha100/cvs/Linux i686)

Revision  Changes    Path
1.103                app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	29 Dec 2011 22:12:07 -0000	1.102
+++ ChangeLog	17 Apr 2012 13:22:28 -0000	1.103
@@ -1,6 +1,10 @@
 # ChangeLog for app-accessibility/festival
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.102 2011/12/29 22:12:07 halcy0n Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.103 2012/04/17 13:22:28 neurogeek Exp $
+
+  17 Apr 2012; Jesus Rivero <neurogeek@gentoo.org> festival-2.1.ebuild:
+  Dropped alsa-lib support as speech-tools already handles it. Closes bug
+  #380501
 
   29 Dec 2011; Mark Loeser <halcy0n@gentoo.org> festival-2.1.ebuild:
   Stable for ppc/ppc64; bug #380775



1.10                 app-accessibility/festival/festival-2.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild?r1=1.9&r2=1.10

Index: festival-2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- festival-2.1.ebuild	29 Dec 2011 22:12:07 -0000	1.9
+++ festival-2.1.ebuild	17 Apr 2012 13:22:28 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.9 2011/12/29 22:12:07 halcy0n Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-2.1.ebuild,v 1.10 2012/04/17 13:22:28 neurogeek Exp $
 
 EAPI="2"
 inherit eutils toolchain-funcs
@@ -28,8 +28,7 @@
 IUSE=""
 
 DEPEND="~app-accessibility/speech-tools-2.1
-		>=sys-libs/ncurses-5.6-r2
-		>=media-libs/alsa-lib-1.0.23"
+		>=sys-libs/ncurses-5.6-r2"
 RDEPEND="${DEPEND}"
 
 S=${WORKDIR}/festival






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

* [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild
@ 2015-06-09 12:50 Manuel Rueger (mrueg)
  0 siblings, 0 replies; 11+ messages in thread
From: Manuel Rueger (mrueg) @ 2015-06-09 12:50 UTC (permalink / raw
  To: gentoo-commits

mrueg       15/06/09 12:50:43

  Modified:             ChangeLog
  Removed:              festival-2.1.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.122                app-accessibility/festival/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog	17 May 2015 20:02:41 -0000	1.121
+++ ChangeLog	9 Jun 2015 12:50:43 -0000	1.122
@@ -1,6 +1,9 @@
 # ChangeLog for app-accessibility/festival
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.121 2015/05/17 20:02:41 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.122 2015/06/09 12:50:43 mrueg Exp $
+
+  09 Jun 2015; Manuel Rüger <mrueg@gentoo.org> -festival-2.1.ebuild:
+  Remove old.
 
   17 May 2015; Pacho Ramos <pacho@gentoo.org> festival-2.1-r1.ebuild:
   ppc64 stable wrt bug #510598





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

end of thread, other threads:[~2015-06-09 12:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-16 22:43 [gentoo-commits] gentoo-x86 commit in app-accessibility/festival: ChangeLog festival-2.1.ebuild Jesus Rivero (neurogeek)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-17 21:01 Jesus Rivero (neurogeek)
2011-03-22 13:36 Jesus Rivero (neurogeek)
2011-08-26 19:39 Jesus Rivero (neurogeek)
2011-08-27 10:02 Markos Chandras (hwoarang)
2011-09-01 16:32 Jeroen Roovers (jer)
2011-09-04 13:48 Markus Meier (maekke)
2011-09-24 16:37 Raul Porcel (armin76)
2011-12-29 22:12 Mark Loeser (halcy0n)
2012-04-17 13:22 Jesus Rivero (neurogeek)
2015-06-09 12:50 Manuel Rueger (mrueg)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox