diff options
author | 2008-11-23 17:49:10 +0000 | |
---|---|---|
committer | 2008-11-23 17:49:10 +0000 | |
commit | 54dbd74fbe421cedae5946868816bdc6ed99d426 (patch) | |
tree | ad345237e4b971e32559f60bf2acd2bcc183f98e /app-accessibility/festival | |
parent | Fixed issues introduced by previous update (diff) | |
download | historical-54dbd74fbe421cedae5946868816bdc6ed99d426.tar.gz historical-54dbd74fbe421cedae5946868816bdc6ed99d426.tar.bz2 historical-54dbd74fbe421cedae5946868816bdc6ed99d426.zip |
Homepage fix
Package-Manager: portage-2.2_rc15/cvs/Linux 2.6.26.5 x86_64
Diffstat (limited to 'app-accessibility/festival')
-rw-r--r-- | app-accessibility/festival/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/festival/festival-1.96_beta.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/festival/ChangeLog b/app-accessibility/festival/ChangeLog index e5811ffb689d..9fc978b64d9c 100644 --- a/app-accessibility/festival/ChangeLog +++ b/app-accessibility/festival/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/festival # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.80 2008/08/10 20:48:37 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/ChangeLog,v 1.81 2008/11/23 17:44:11 patrick Exp $ + + 23 Nov 2008; Patrick Lauer <patrick@gentoo.org> festival-1.96_beta.ebuild: + Fixing homepage to point directly at the actual project page. 10 Aug 2008; William Hubbs <williamh@gentoo.org> festival-1.96_beta.ebuild: diff --git a/app-accessibility/festival/festival-1.96_beta.ebuild b/app-accessibility/festival/festival-1.96_beta.ebuild index efb57dc3747f..31274803ab97 100644 --- a/app-accessibility/festival/festival-1.96_beta.ebuild +++ b/app-accessibility/festival/festival-1.96_beta.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2008 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.ebuild,v 1.10 2008/08/10 20:48:37 williamh Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival/festival-1.96_beta.ebuild,v 1.11 2008/11/23 17:44:11 patrick Exp $ inherit eutils toolchain-funcs DESCRIPTION="Festival Text to Speech engine" -HOMEPAGE="http://www.cstr.ed.ac.uk/" +HOMEPAGE="http://www.cstr.ed.ac.uk/projects/festival/" SITE="http://www.festvox.org/packed/festival/latest" MY_P=${PN}-1.96-beta SRC_URI="${SITE}/${MY_P}.tar.gz |