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 | 3456dec1a05f5fb6dd6eff1f242a1df24bd90887 (patch) | |
tree | 3bec792e78a8520fb2c2192849fad7904f8be462 /app-accessibility | |
parent | need hppa loving (diff) | |
download | gentoo-2-3456dec1a05f5fb6dd6eff1f242a1df24bd90887.tar.gz gentoo-2-3456dec1a05f5fb6dd6eff1f242a1df24bd90887.tar.bz2 gentoo-2-3456dec1a05f5fb6dd6eff1f242a1df24bd90887.zip |
Festival utils for speech-dispatcher. Thanks to John Hood for this ebuild. Closes #44992
Diffstat (limited to 'app-accessibility')
4 files changed, 41 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..73b190545730 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/Manifest @@ -0,0 +1,2 @@ +MD5 d1ee9f4b61e44018850e42bb5b29f7ec festival-freebsoft-utils-0.1.ebuild 533 +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> |