diff options
author | 2004-03-17 04:07:54 +0000 | |
---|---|---|
committer | 2004-03-17 04:07:54 +0000 | |
commit | 2333ddd1960982e0f700438b645ba76f382ce712 (patch) | |
tree | 230248a803926610393fd5bc00fc45c63882f988 /media-sound | |
parent | Quick fix ;) (diff) | |
download | gentoo-2-2333ddd1960982e0f700438b645ba76f382ce712.tar.gz gentoo-2-2333ddd1960982e0f700438b645ba76f382ce712.tar.bz2 gentoo-2-2333ddd1960982e0f700438b645ba76f382ce712.zip |
Moving to app-accessibility/SphinxTrain
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/SphinxTrain/ChangeLog | 29 | ||||
-rw-r--r-- | media-sound/SphinxTrain/Manifest | 7 | ||||
-rw-r--r-- | media-sound/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild | 42 | ||||
-rw-r--r-- | media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 | 1 | ||||
-rw-r--r-- | media-sound/SphinxTrain/files/gcc.patch | 34 | ||||
-rw-r--r-- | media-sound/SphinxTrain/metadata.xml | 5 |
6 files changed, 0 insertions, 118 deletions
diff --git a/media-sound/SphinxTrain/ChangeLog b/media-sound/SphinxTrain/ChangeLog deleted file mode 100644 index 54813fbfbeed..000000000000 --- a/media-sound/SphinxTrain/ChangeLog +++ /dev/null @@ -1,29 +0,0 @@ -# ChangeLog for media-sound/SphinxTrain -# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header - - 16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> - SphinxTrain-0.9.1-r1.ebuild, SphinxTrain-0.9.1.ebuild: - sphinx2 and festival are in app-accessibility now - - 16 Mar 2004; Jeremy Huddleston <eradicator@gentoo.org> - SphinxTrain-0.9.1.ebuild: - sphinx2 and festival are in app-accessibility now - -*SphinxTrain-0.9.1-r1 (28 Sep 2003) - - 28 Sep 2003; jje <jje@gentoo.org> SphinxTrain-0.9.1-r1.ebuild, - files/gcc.patch: - Patched for gcc3.3. Closes #29461. - - 12 Jun 2003; <msterret@gentoo.org> SphinxTrain-0.9.1.ebuild: - fix Header - -*SphinxTrain-0.9.1 (5 Nov 2002) - - 5 Nov 2002; Matt Keadle <mkeadle@gentoo.org> SphinxTrain-0.9.1.ebuild - ChangeLog files/digest-SphinxTrain-0.9.1 : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. Many, many thanks to Rigo Ketelings for creating this - ebuild. diff --git a/media-sound/SphinxTrain/Manifest b/media-sound/SphinxTrain/Manifest deleted file mode 100644 index 1cece443963b..000000000000 --- a/media-sound/SphinxTrain/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -MD5 14a7d56a31b075424a127fe25127bf33 SphinxTrain-0.9.1-r1.ebuild 952 -MD5 acd7f894f7931bc0e83cc7c85cc45ad2 ChangeLog 678 -MD5 575dff87b256c94b5e850538bd053c49 SphinxTrain-0.9.1.ebuild 882 -MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 -MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1 74 -MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1-r1 74 -MD5 993e38eaa81b891528bd3447e4d92a90 files/gcc.patch 816 diff --git a/media-sound/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild b/media-sound/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild deleted file mode 100644 index 8fb3996a1a10..000000000000 --- a/media-sound/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/SphinxTrain/SphinxTrain-0.9.1-r1.ebuild,v 1.3 2004/03/17 03:59:21 eradicator Exp $ - -S=${WORKDIR}/${PN} -DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" -HOMEPAGE="http://www.speech.cs.cmu.edu/SphinxTrain/" -SRC_URI="http://www.speech.cs.cmu.edu/${PN}/${P}-beta.tar.gz" -SLOT="0" -LICENSE="BSD as-is" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/glibc - app-accessibility/sphinx2 - app-accessibility/festival" - -src_unpack() { - unpack ${A} - cd ${S} - - epatch ${FILESDIR}/gcc.patch -} - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" -} - -src_install () { - dodoc etc/*cfg - dobin bin.*/* - dodoc README - dohtml doc/*[txt html sgml] -} - -pkg_postinst() { - einfo - einfo "Detailed usage and training instructions can be found at" - einfo "http://www.speech.cs.cmu.edu/SphinxTrain/" - einfo -} diff --git a/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 b/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 deleted file mode 100644 index c81ba7bd1291..000000000000 --- a/media-sound/SphinxTrain/files/digest-SphinxTrain-0.9.1-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 6608b0496e7483e6997aff6b23a4f2c6 SphinxTrain-0.9.1-beta.tar.gz 469617 diff --git a/media-sound/SphinxTrain/files/gcc.patch b/media-sound/SphinxTrain/files/gcc.patch deleted file mode 100644 index e3c51275f910..000000000000 --- a/media-sound/SphinxTrain/files/gcc.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- src/programs/count_3phone/wrec.h.orig 2003-09-28 18:51:49.000000000 +0900 -+++ src/programs/count_3phone/wrec.h 2003-09-28 18:52:23.000000000 +0900 -@@ -44,7 +44,7 @@ - #define WREC_H - - #include "phrec.h" --#include <varargs.h> -+#include <stdarg.h> - - int quit (int status, char *fmt, ...); - ---- src/programs/count_3phone/quit.c.orig 2003-09-28 19:12:56.000000000 +0900 -+++ src/programs/count_3phone/quit.c 2003-09-28 19:13:12.000000000 +0900 -@@ -74,17 +74,14 @@ - - #include <stdio.h> - #include <stdlib.h> --#include <varargs.h> -+#include <stdarg.h> - --int quit (status,fmt,va_alist) -- int status; -- char *fmt; -- va_dcl -+int quit (int status,char *fmt,...) - { - va_list args; - - fflush(stdout); -- va_start(args); -+ va_start(args, fmt); - (void) vfprintf(stderr, fmt, args); - va_end(args); - exit(status); diff --git a/media-sound/SphinxTrain/metadata.xml b/media-sound/SphinxTrain/metadata.xml deleted file mode 100644 index e1774e3d9ad7..000000000000 --- a/media-sound/SphinxTrain/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>sound</herd> -</pkgmetadata> |