diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-05-12 03:02:17 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-05-12 03:02:17 +0000 |
commit | b381deb68921567e28a074fc771da29b280f4a47 (patch) | |
tree | 3d3eadd09a66af4bd26570be8ea98b9aefb1a7b9 /app-accessibility | |
parent | added app-sci/lapack-atlas untill all lapack stuff gets in and tested (diff) | |
download | historical-b381deb68921567e28a074fc771da29b280f4a47.tar.gz historical-b381deb68921567e28a074fc771da29b280f4a47.tar.bz2 historical-b381deb68921567e28a074fc771da29b280f4a47.zip |
repoman failed me last night with this version bump (#50735)
Diffstat (limited to 'app-accessibility')
5 files changed, 36 insertions, 2 deletions
diff --git a/app-accessibility/festival-freebsoft-utils/ChangeLog b/app-accessibility/festival-freebsoft-utils/ChangeLog index 93fc8f078912..b01a793e7ae2 100644 --- a/app-accessibility/festival-freebsoft-utils/ChangeLog +++ b/app-accessibility/festival-freebsoft-utils/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2004/04/27 08:43:43 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/festival-freebsoft-utils/ChangeLog,v 1.4 2004/05/12 03:02:17 squinky86 Exp $ + +*festival-freebsoft-utils-0.2 (11 May 2004) + + 11 May 2004; Jon Hood <squinky86@gentoo.org> + +festival-freebsoft-utils-0.2.ebuild: + version bump and added files dir (#50735) 04 Apr 2004; Deedra Waters,,, <dmwaters@gentoo.org> : forgot to add the bug number. This ebuild closes bug #44992 diff --git a/app-accessibility/festival-freebsoft-utils/Manifest b/app-accessibility/festival-freebsoft-utils/Manifest index 3223300d02b1..1d580d0e4ef1 100644 --- a/app-accessibility/festival-freebsoft-utils/Manifest +++ b/app-accessibility/festival-freebsoft-utils/Manifest @@ -1,3 +1,6 @@ +MD5 94a468461f3be41051ec70406c11a753 festival-freebsoft-utils-0.2.ebuild 677 MD5 7422b41857f2d6cd6b600a17f5273c10 festival-freebsoft-utils-0.1.ebuild 676 -MD5 1ee3836260a9e99775cd7e79f2f88016 ChangeLog 540 +MD5 27264987e2085c64a27235460d7acb49 ChangeLog 722 MD5 c88a55be519166e48f9599b43b7e66b9 metadata.xml 230 +MD5 35762c2ef25df77b2263b537726b528c files/digest-festival-freebsoft-utils-0.1 79 +MD5 33c67b64ab5f220ec876d1ed691d740f files/digest-festival-freebsoft-utils-0.2 79 diff --git a/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.ebuild new file mode 100644 index 000000000000..d9f8bd29b849 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/festival-freebsoft-utils-0.2.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.2.ebuild,v 1.1 2004/05/12 03:02:17 squinky86 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/files/digest-festival-freebsoft-utils-0.1 b/app-accessibility/festival-freebsoft-utils/files/digest-festival-freebsoft-utils-0.1 new file mode 100644 index 000000000000..efb3a8a33ac7 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/files/digest-festival-freebsoft-utils-0.1 @@ -0,0 +1 @@ +MD5 bc5bb088c291d8da60f27cd1241c2e16 festival-freebsoft-utils-0.1.tar.gz 44079 diff --git a/app-accessibility/festival-freebsoft-utils/files/digest-festival-freebsoft-utils-0.2 b/app-accessibility/festival-freebsoft-utils/files/digest-festival-freebsoft-utils-0.2 new file mode 100644 index 000000000000..e8bc4b46c8f1 --- /dev/null +++ b/app-accessibility/festival-freebsoft-utils/files/digest-festival-freebsoft-utils-0.2 @@ -0,0 +1 @@ +MD5 6b281c6be1848e7626360474e297f310 festival-freebsoft-utils-0.2.tar.gz 65591 |