diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-07 00:06:14 +0000 |
commit | 3bd80fb7cbc42963a37e52db6d80db15bd4515b1 (patch) | |
tree | 93d43eefdd828c6359224e630afb0faf639048ff /media-sound/SphinxTrain | |
parent | whitespace cleanup (diff) | |
download | historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.gz historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.tar.bz2 historical-3bd80fb7cbc42963a37e52db6d80db15bd4515b1.zip |
repoman: trim trailing whitespace
Diffstat (limited to 'media-sound/SphinxTrain')
-rw-r--r-- | media-sound/SphinxTrain/Manifest | 4 | ||||
-rw-r--r-- | media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/SphinxTrain/Manifest b/media-sound/SphinxTrain/Manifest index c8bf08ecbc8c..545d744490a4 100644 --- a/media-sound/SphinxTrain/Manifest +++ b/media-sound/SphinxTrain/Manifest @@ -1,3 +1,3 @@ -MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1 74 -MD5 2954168c37c437f9e4b95493e36f953e SphinxTrain-0.9.1.ebuild 880 MD5 026b7f539d3751fe32dd8731878b8e5c ChangeLog 519 +MD5 575dff87b256c94b5e850538bd053c49 SphinxTrain-0.9.1.ebuild 882 +MD5 7ee585b5d5453d603e510f969b876524 files/digest-SphinxTrain-0.9.1 74 diff --git a/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild index 4b41ed768ea0..5a6e5bba38a6 100644 --- a/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild +++ b/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2003 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.ebuild,v 1.4 2003/07/12 20:30:47 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/SphinxTrain/SphinxTrain-0.9.1.ebuild,v 1.5 2003/09/07 00:06:03 msterret Exp $ S=${WORKDIR}/${PN} -DESCRIPTION="SphinxTrain - Speech Recognition (Training Module)" +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" @@ -22,7 +22,7 @@ src_compile() { src_install () { dodoc etc/*cfg - dobin bin.*/* + dobin bin.*/* dodoc README dohtml doc/*[txt html sgml] } |