diff options
author | Jesus Rivero <neurogeek@gentoo.org> | 2010-05-19 15:58:14 +0000 |
---|---|---|
committer | Jesus Rivero <neurogeek@gentoo.org> | 2010-05-19 15:58:14 +0000 |
commit | 24ecac0023f5b5c77bfc211e85d15a2531d85580 (patch) | |
tree | 74f4b6b1636c60280547d4e651cc6d930bfbc5f4 /app-accessibility | |
parent | Remove mask on CUDA 3. (diff) | |
download | gentoo-2-24ecac0023f5b5c77bfc211e85d15a2531d85580.tar.gz gentoo-2-24ecac0023f5b5c77bfc211e85d15a2531d85580.tar.bz2 gentoo-2-24ecac0023f5b5c77bfc211e85d15a2531d85580.zip |
Fixed SRC_URI
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 8 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.96_beta-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index 99c3ddf3f920..b03b3d11fb24 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-accessibility/festival -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.87 2009/11/01 18:52:37 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.88 2010/05/19 15:58:14 neurogeek Exp $ + + 19 May 2010; Jesus Rivero <neurogeek@gentoo.org> + festival-1.96_beta-r1.ebuild: + Fixed SRC_URI 08 Jul 2009; William Hubbs <williamh@gentoo.org> metadata.xml: Added neurogeek back as maintainer. diff --git a/app-accessibility/festival/festival-1.96_beta-r1.ebuild b/app-accessibility/festival/festival-1.96_beta-r1.ebuild index c6b8be1e2d3b..11296eef0b1e 100644 --- a/app-accessibility/festival/festival-1.96_beta-r1.ebuild +++ b/app-accessibility/festival/festival-1.96_beta-r1.ebuild @@ -1,12 +1,12 @@ -# 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/festival/festival-1.96_beta-r1.ebuild,v 1.4 2009/11/01 18:52:37 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta-r1.ebuild,v 1.5 2010/05/19 15:58:14 neurogeek Exp $ inherit eutils toolchain-funcs DESCRIPTION="Festival Text to Speech engine" HOMEPAGE="http://www.cstr.ed.ac.uk/projects/festival/" -SITE="http://www.festvox.org/packed/festival/latest" +SITE="http://www.festvox.org/packed/festival/1.96" MY_P=${PN}-1.96-beta SRC_URI="${SITE}/${MY_P}.tar.gz ${SITE}/festlex_CMU.tar.gz |