diff options
author | Deedra M. Waters <dmwaters@gentoo.org> | 2004-04-04 23:57:58 +0000 |
---|---|---|
committer | Deedra M. Waters <dmwaters@gentoo.org> | 2004-04-04 23:57:58 +0000 |
commit | 781db5d38a9436ad034ee532efaf272b1bfb68dd (patch) | |
tree | 984d8ae49a0c4c5cdf5a662298b349289b2978e1 /app-accessibility/festival-freebsoft-utils | |
parent | need hppa loving (diff) | |
download | historical-781db5d38a9436ad034ee532efaf272b1bfb68dd.tar.gz historical-781db5d38a9436ad034ee532efaf272b1bfb68dd.tar.bz2 historical-781db5d38a9436ad034ee532efaf272b1bfb68dd.zip |
Festival utils for speech-dispatcher. Thanks to John Hood for this ebuild. Closes #44992
Diffstat (limited to 'app-accessibility/festival-freebsoft-utils')
4 files changed, 43 insertions, 0 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/ChangeLog b/app-accessibility/festival-freebsoft-utils/ChangeLog new file mode 100644 index 000000000000..cf74e3f1487a --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-accessibility/festival-freebsoft-utils +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.1 2004/04/04 23:57:58 dmwaters Exp $ + + 04 Apr 2004; Deedra Waters,,, <dmwaters@gentoo.org> : + Initial ebuild + Thanks to John Hood for this ebuild + diff --git a/app-accessibility/festival-freebsoft-utils/Manifest b/app-accessibility/festival-freebsoft-utils/Manifest new file mode 100644 index 000000000000..dfbd105c9d1c --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/Manifest @@ -0,0 +1,4 @@ +MD5 7422b41857f2d6cd6b600a17f5273c10 festival-freebsoft-utils-0.1.ebuild 676 +MD5 459730b948573741bbfa195238418021 ChangeLog 380 +MD5 c88a55be519166e48f9599b43b7e66b9 metadata.xml 230 +MD5 35762c2ef25df77b2263b537726b528c files/digest-festival-freebsoft-utils-0.1 79 diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.1.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.1.ebuild new file mode 100644 index 000000000000..716678ffa97a --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1.ebuild,v 1.1 2004/04/04 23:57:58 dmwaters 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" +IUSE="" + +DEPEND=">=app-accessibility/festival-1.4.3" + +src_compile(){ + einfo "Nothing to compile." +} + +src_install() { + insinto /usr/lib/festival + doins ${S}/*.scm +} diff --git a/app-accessibility/festival-freebsoft-utils/metadata.xml b/app-accessibility/festival-freebsoft-utils/metadata.xml new file mode 100644 index 000000000000..1ae497251127 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>accessibility</herd> +<maintainer> + <email>dmwaters@gentoo.org</email> +</maintainer> +</pkgmetadata> |