ChangeLog

# ChangeLog for app-accessibility/festival-freebsoft-utils
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.15 2008/03/24 23:48:14 fmccor Exp $

24 Mar 2008; Ferris McCormick
festival-freebsoft-utils-0.6.ebuild:
Add ~sparc keyword, related to Bug #204504, thanks to Friedrich Oslage for
testing everything.

21 Feb 2007; ChangeLog:
Transition to Manifest2.

*festival-freebsoft-utils-0.6 (28 Jan 2006)

28 Jan 2006; William Hubbs
+festival-freebsoft-utils-0.6.ebuild:
Version bump.

01 Jan 2006; William Hubbs metadata.xml:
Listed myself as maintainer.

*festival-freebsoft-utils-0.4 (31 Dec 2005)

31 Dec 2005; William Hubbs
+festival-freebsoft-utils-0.4.ebuild:
Version Bump.

05 Oct 2004; Pieter Van den Abeele
festival-freebsoft-utils-0.2.ebuild:
Masked festival-freebsoft-utils-0.2.ebuild stable for ppc

15 Jun 2004; Jon Hood
-festival-freebsoft-utils-0.1.ebuild, festival-freebsoft-utils-0.2.ebuild:
stable on x86

12 May 2004; Jon Hood
festival-freebsoft-utils-0.1.ebuild:
stable on x86

12 May 2004; David Holm
festival-freebsoft-utils-0.2.ebuild:
Added to ~ppc.

*festival-freebsoft-utils-0.2 (11 May 2004)

11 May 2004; Jon Hood
+festival-freebsoft-utils-0.2.ebuild:
version bump and added files dir (#50735)

04 Apr 2004; Deedra Waters,,, :
forgot to add the bug number. This ebuild closes bug #44992

*festival-freebsoft-utils-0.1 (04 Apr 2004)

04 Apr 2004; Deedra Waters,,, :
Initial ebuild
Thanks to John Hood for this ebuild

Manifest

DIST festival-freebsoft-utils-0.2.tar.gz 65591 RMD160 25c444e55c3d1b89b96fb5419440115e47c8936d SHA1 df14c7108fc1eeb7d077c743d6d0ee15fc45bc71 SHA256 58c947ceff0764bf564e0489ed04e27582aff989da12aaa851326882e24be9e0
DIST festival-freebsoft-utils-0.4.tar.gz 72728 RMD160 9880ecdafcb1ed58e815164efd43dc40cd1e7a47 SHA1 079db0202bae63bc2bea48bf6d26d222b7332abb SHA256 ed07f2af186fa9f77c9cd5e2dc7ab7bd47ab38fd1be26819b4b1e6be81a17345
DIST festival-freebsoft-utils-0.6.tar.gz 70978 RMD160 1638c554522743174ecd5086aafcfa6817b99a75 SHA1 d9ac5731bd2bf8f3f0f79dfd7dec9232be127c2d SHA256 0c8c9def406692970576257d5d3bec66115ca325270d980d34a72a775a794f25
EBUILD festival-freebsoft-utils-0.2.ebuild 672 RMD160 58638f5a08d8667525bc33940a22460988440d76 SHA1 8a6a2a3c326345ec73a8f2e352caacf8f399983f SHA256 a89f6acde085f9e91cd9d23f3e91ed9252d50c1c4b8bde747e96d778cbd5496d
EBUILD festival-freebsoft-utils-0.4.ebuild 727 RMD160 e043200b0debd86bbd6920c480156a1c71a198e0 SHA1 c132ab85446674080d403099cdea7fe9fd59aab4 SHA256 30f114f7c219135c743213a375f749a489b4b3cfaa3465bbce7e094444b93e5b
EBUILD festival-freebsoft-utils-0.6.ebuild 732 RMD160 145d24cdcab3e0325b0b30e47364ef8392654cdf SHA1 b8c95bd8e74942c2db71f72fbdb1e14d36128c64 SHA256 242f5221154db25536aa644cef53f07b086c49e853debc281a7327b35c3ea718
MISC ChangeLog 1883 RMD160 4c3f5e35290b7d416cc53a5e3b2b14f92441aef7 SHA1 2560792e288af88203a4ff5db690bfb258fc9567 SHA256 b4e8823ffa1c59e6160a881937a44ad6f6944cbfe628e174071f73f6a35390a4
MISC metadata.xml 230 RMD160 2f69bbb1338b564354bb895c23828b25dd6050f1 SHA1 971705d47037906acf05a776c5980e93015ee341 SHA256 2993434ffac605ed23d3a091ed057e21d1c2460d5768ddfda5c38dfb3a6c688c

festival-freebsoft-utils-0.2.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild,v 1.6 2005/01/01 10:47:48 eradicator Exp $

DESCRIPTION="a collection of Festival functions for speech-dispatcher"
HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86 ppc"
IUSE=""

DEPEND=">=app-accessibility/festival-1.4.3"

src_compile(){
einfo "Nothing to compile."
}

src_install() {
insinto /usr/lib/festival
doins ${S}/*.scm
}

festival-freebsoft-utils-0.4.ebuild

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.4.ebuild,v 1.1 2005/12/31 23:43:20 williamh Exp $

DESCRIPTION="a collection of Festival functions for speech-dispatcher"
HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc"
IUSE=""

DEPEND=">=app-accessibility/festival-1.4.3"

src_compile(){
einfo "Nothing to compile."
}

src_install() {
dodoc ANNOUNCE NEWS README ChangeLog
doinfo *.info
insinto /usr/share/festival
doins ${S}/*.scm
}

festival-freebsoft-utils-0.6.ebuild

# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.6.ebuild,v 1.2 2008/03/24 23:48:14 fmccor Exp $

DESCRIPTION="a collection of Festival functions for speech-dispatcher"
HOMEPAGE="http://www.freebsoft.org/festival-freebsoft-utils"
SRC_URI="http://www.freebsoft.org/pub/projects/${PN}/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~sparc ~x86"
IUSE=""

DEPEND=">=app-accessibility/festival-1.4.3"

src_compile(){
einfo "Nothing to compile."
}

src_install() {
dodoc ANNOUNCE NEWS README ChangeLog
doinfo *.info
insinto /usr/share/festival
doins ${S}/*.scm
}

metadata.xml




accessibility

williamh@gentoo.org