Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 22053 | Differences between
and this patch

Collapse All | Expand All

(-)speech-tools-1.2.3-r1.ebuild.orig (-5 / +3 lines)
Lines 1-16 Link Here
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
1
# Copyright 1999-2003 Gentoo Technologies, Inc.
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /home/cvsroot/gentoo-x86/media-sound/festival/festival-1.4.2-r3.ebuild,v 1.2 2003/02/13 13:11:42 vapier Exp $
3
# $Header: $
4
4
5
MY_P=${P/-/_}
5
S=${WORKDIR}/speech_tools
6
S=${WORKDIR}/speech_tools
6
DESCRIPTION="Speech tools for Festival Text to Speech engine"
7
DESCRIPTION="Speech tools for Festival Text to Speech engine"
7
IUSE=""
8
IUSE=""
8
HOMEPAGE="http://www.cstr.ed.ac.uk/"
9
HOMEPAGE="http://www.cstr.ed.ac.uk/"
9
SITE="http://www.cstr.ed.ac.uk/download/festival/1.4.3"
10
SITE="http://www.cstr.ed.ac.uk/download/festival/1.4.3"
10
11
SRC_URI="${SITE}/${MY_P}-release.tar.gz"
11
# speech_tools could be its own ebuild; here it is used ephemerally
12
# someone who understands its usage better than I, should do that job
13
SRC_URI="${SITE}/speech_tools-1.2.3-release.tar.gz"
14
12
15
SLOT="0"
13
SLOT="0"
16
LICENSE="FESTIVAL BSD as-is"
14
LICENSE="FESTIVAL BSD as-is"

Return to bug 22053