summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-04-08 22:33:20 +0000
committerJon Hood <squinky86@gentoo.org>2004-04-08 22:33:20 +0000
commit84b34317f976be9a57cdfd0a66483be9ce4afcf4 (patch)
tree7e85cf83134f756dd194cb737a8263a4f6b5be6d /app-accessibility
parentAdd new Version 3.1.2 and made 3.0.9 stable. (diff)
downloadgentoo-2-84b34317f976be9a57cdfd0a66483be9ce4afcf4.tar.gz
gentoo-2-84b34317f976be9a57cdfd0a66483be9ce4afcf4.tar.bz2
gentoo-2-84b34317f976be9a57cdfd0a66483be9ce4afcf4.zip
remove old versions
Diffstat (limited to 'app-accessibility')
-rw-r--r--app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.21
-rw-r--r--app-accessibility/speech-dispatcher/speech-dispatcher-0.2.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.2 b/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.2
deleted file mode 100644
index 5031a085ee0c..000000000000
--- a/app-accessibility/speech-dispatcher/files/digest-speech-dispatcher-0.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3671404d27c211e70f5411ca9ed7bf09 speechd-0.2.tar.gz 739792
diff --git a/app-accessibility/speech-dispatcher/speech-dispatcher-0.2.ebuild b/app-accessibility/speech-dispatcher/speech-dispatcher-0.2.ebuild
deleted file mode 100644
index e9875051efba..000000000000
--- a/app-accessibility/speech-dispatcher/speech-dispatcher-0.2.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-accessibility/speech-dispatcher/speech-dispatcher-0.2.ebuild,v 1.2 2004/03/31 22:40:03 dholm Exp $
-
-inherit eutils libtool
-
-MY_PN="speechd"
-MY_P="${MY_PN}-${PV}"
-S="${WORKDIR}/${MY_P}"
-
-DESCRIPTION="speech-dispatcher speech synthesis interface"
-HOMEPAGE="http://www.freebsoft.org/speechd"
-SRC_URI="http://www.freebsoft.org/pub/projects/${MY_PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86 ~ppc"
-IUSE=""
-
-RDEPEND="dev-libs/dotconf
- >=app-accessibility/flite-1.2
- >=dev-libs/glib-2
- media-libs/alsa-lib"
-
-DEPEND="${RDEPEND}
- >=sys-devel/automake-1.7.8
- >=sys-devel/autoconf-2.58"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- export WANT_AUTOMAKE=1.7
- export WANT_AUTOCONF=2.5
-
- epatch ${FILESDIR}/speech-dispatcher-${PV}-gentoo.patch
- autoreconf || die "Could not update configure script with autoconf/automake"
- elibtoolize
-}
-
-src_install() {
- make DESTDIR=${D} install || die
-
- mv ${D}/usr/bin/speechd ${D}/usr/bin/speech-dispatcher
-
- exeinto /etc/init.d
- doexe ${FILESDIR}/speech-dispatcher
-}
-
-pkg_postinst() {
- echo
- einfo "To enable Festival support, you must install app-accessibility/festival-freebsoft-utils."
- echo
-}