summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kttsd/kttsd-3.4.3.ebuild')
-rw-r--r--kde-base/kttsd/kttsd-3.4.3.ebuild44
1 files changed, 0 insertions, 44 deletions
diff --git a/kde-base/kttsd/kttsd-3.4.3.ebuild b/kde-base/kttsd/kttsd-3.4.3.ebuild
deleted file mode 100644
index ffbccc989ae9..000000000000
--- a/kde-base/kttsd/kttsd-3.4.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.4.3.ebuild,v 1.10 2006/03/27 20:14:58 agriffis Exp $
-KMNAME=kdeaccessibility
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-DESCRIPTION="KDE text-to-speech subsystem"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE="gstreamer"
-DEPEND="arts? ( $(deprange $PV $MAXKDEVER kde-base/arts) )
- $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol)
- gstreamer? ( =media-libs/gstreamer-0.8* )"
-
-RDEPEND="${DEPEND}
- arts? ( || ( app-accessibility/festival
- app-accessibility/epos
- app-accessibility/flite
- app-accessibility/freetts ) )
-
- gstreamer? ( || ( app-accessibility/festival
- app-accessibility/epos
- app-accessibility/flite ) )"
-
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9.0"
-
-pkg_setup() {
- kde_pkg_setup
- if use gstreamer; then
- ewarn "gstreamer support in kdeaccessibility is experimental"
- fi
-}
-
-src_unpack() {
- kde-meta_src_unpack
- epatch ${FILESDIR}/kdeaccessibility-3.4.0-noarts.patch
-}
-
-src_compile() {
- myconf="$(use_enable gstreamer kttsd-gstreamer)"
- kde-meta_src_compile
-}