diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:34:20 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-08 20:34:20 +0000 |
commit | 843b6324b03486542f46cc607613b59366fc2d15 (patch) | |
tree | 88d26a1bf0f0000722606194c7b98c296af9ffa1 /kde-base/kttsd | |
parent | Drop KDE 4.2.0 (diff) | |
download | gentoo-2-843b6324b03486542f46cc607613b59366fc2d15.tar.gz gentoo-2-843b6324b03486542f46cc607613b59366fc2d15.tar.bz2 gentoo-2-843b6324b03486542f46cc607613b59366fc2d15.zip |
Drop KDE 4.2.0
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kttsd')
-rw-r--r-- | kde-base/kttsd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-4.2.0.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index c81063662ac3..5fe28f9df0aa 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.110 2009/03/04 22:27:40 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.111 2009/03/08 20:34:20 alexxy Exp $ + + 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -kttsd-4.2.0.ebuild: + Drop KDE 4.2.0 *kttsd-4.2.1 (04 Mar 2009) diff --git a/kde-base/kttsd/kttsd-4.2.0.ebuild b/kde-base/kttsd/kttsd-4.2.0.ebuild deleted file mode 100644 index 57a7448ed3a5..000000000000 --- a/kde-base/kttsd/kttsd-4.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-4.2.0.ebuild,v 1.2 2009/02/01 08:09:02 jmbsvicetto Exp $ - -EAPI="2" - -KMNAME="kdeaccessibility" -inherit kde4-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="alsa debug htmlhandbook +ktts +phonon" - -DEPEND=" - >=kde-base/kcmshell-${PV}:${SLOT} - >=kde-base/knotify-${PV}:${SLOT} - ktts? ( - alsa? ( >=media-libs/alsa-lib-1.0.14a ) - phonon? ( >=media-sound/phonon-4.3.0 ) - ) -" - -RDEPEND="${DEPEND} - ktts? ( - app-accessibility/epos - app-accessibility/festival - app-accessibility/flite - app-accessibility/freetts - ) -" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with alsa Alsa) - -DKDE4_KTTSD_PHONON=$(use phonon && echo OFF || echo ON) - -DKDE4_KTTSD_ALSA=$(use alsa && echo ON || echo OFF) - $(cmake-utils_use_with ktts Kttsmodule)" - - kde4-meta_src_configure -} |