diff options
author | Jonathan Callen <jcallen@gentoo.org> | 2009-10-12 23:21:50 +0000 |
---|---|---|
committer | Jonathan Callen <jcallen@gentoo.org> | 2009-10-12 23:21:50 +0000 |
commit | d6961adf0d82eb70f63dce326069544541e2e70b (patch) | |
tree | 24b8a17c54acecbd4086450ecaa0a509460918c3 /kde-base/kttsd | |
parent | Stable for HPPA (bug #288042). (diff) | |
download | historical-d6961adf0d82eb70f63dce326069544541e2e70b.tar.gz historical-d6961adf0d82eb70f63dce326069544541e2e70b.tar.bz2 historical-d6961adf0d82eb70f63dce326069544541e2e70b.zip |
KDE 3.5.9 removal
Package-Manager: portage--svn/cvs/Linux i686
Diffstat (limited to 'kde-base/kttsd')
-rw-r--r-- | kde-base/kttsd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.5.9.ebuild | 46 |
2 files changed, 4 insertions, 47 deletions
diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index b7fc1ca4d7b9..d96bfb84fba4 100644 --- a/kde-base/kttsd/ChangeLog +++ b/kde-base/kttsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kttsd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.131 2009/10/10 10:18:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.132 2009/10/12 22:43:19 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kttsd-3.5.9.ebuild: + KDE 3.5.9 removal 10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> kttsd-4.3.1.ebuild: amd64 stable wrt #287697 diff --git a/kde-base/kttsd/kttsd-3.5.9.ebuild b/kde-base/kttsd/kttsd-3.5.9.ebuild deleted file mode 100644 index 8f3fefbbb8ed..000000000000 --- a/kde-base/kttsd/kttsd-3.5.9.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.5.9.ebuild,v 1.8 2008/05/18 21:41:57 maekke Exp $ -KMNAME=kdeaccessibility -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -IUSE="akode alsa" - -DEPEND="akode? ( media-libs/akode ) - alsa? ( media-libs/alsa-lib ) - || ( >=kde-base/kcontrol-${PV}:${SLOT} >=kde-base/kdebase-${PV}:${SLOT} ) - !arts? ( !alsa? ( media-libs/akode ) )" -RDEPEND="${DEPEND} - || ( app-accessibility/festival - app-accessibility/epos - app-accessibility/flite - app-accessibility/freetts )" - -pkg_setup() { - kde_pkg_setup - if ! use arts && ! use alsa && ! use akode ; then - ewarn "No audio backend chosen. Defaulting to media-libs/akode." - fi -} - -src_unpack() { - kde-meta_src_unpack - - sed -i -e "s:^MimeTypes=::" "${S}/kttsd/kttsmgr/kttsmgr.desktop" \ - || die "sed to fix the desktop file failed" -} - -src_compile() { - local myconf="$(use_with alsa) --without-gstreamer" - - if ! use arts && ! use alsa ; then - myconf="${myconf} --with-akokde" - else - myconf="${myconf} $(use_with akode)" - fi - - kde-meta_src_compile -} |