diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 22:06:23 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 22:06:23 +0000 |
commit | 580df0bece2ef323a0a50601c835a094a3c8c409 (patch) | |
tree | d1d0e999e63287fcafd9c9288682417a655b157b /kde-base/kttsd | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-580df0bece2ef323a0a50601c835a094a3c8c409.tar.gz gentoo-2-580df0bece2ef323a0a50601c835a094a3c8c409.tar.bz2 gentoo-2-580df0bece2ef323a0a50601c835a094a3c8c409.zip |
[kde-base] Drop KDE SC 4.4.1
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kttsd')
-rw-r--r-- | kde-base/kttsd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-4.4.1.ebuild | 40 |
2 files changed, 4 insertions, 41 deletions
diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index 824dfeb2fa36..ba56a8ebf08c 100644 --- a/kde-base/kttsd/ChangeLog +++ b/kde-base/kttsd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/kttsd # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.155 2010/05/03 21:24:50 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.156 2010/05/03 22:06:23 alexxy Exp $ + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> -kttsd-4.4.1.ebuild: + Drop KDE SC 4.4.1 *kttsd-4.4.3 (03 May 2010) diff --git a/kde-base/kttsd/kttsd-4.4.1.ebuild b/kde-base/kttsd/kttsd-4.4.1.ebuild deleted file mode 100644 index 1e906f7743b0..000000000000 --- a/kde-base/kttsd/kttsd-4.4.1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-4.4.1.ebuild,v 1.1 2010/03/02 18:56:50 tampakrap Exp $ - -EAPI="3" - -KMNAME="kdeaccessibility" - -inherit kde4-meta - -DESCRIPTION="KDE text-to-speech" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="alsa debug epos festival flite freetts +handbook mbrola" - -DEPEND=" - app-accessibility/speech-dispatcher - alsa? ( media-libs/alsa-lib ) -" -RDEPEND="${DEPEND} - epos? ( app-accessibility/epos ) - festival? ( app-accessibility/festival ) - flite? ( app-accessibility/flite ) - freetts? ( app-accessibility/freetts ) - mbrola? ( app-accessibility/mbrola ) -" - -src_configure() { - mycmakeargs=( - -DKDE4_KTTSD_COMMAND=ON - -DKDE4_KTTSD_PHONON=ON - $(cmake-utils_use alsa KDE4_KTTSD_ALSA) - $(cmake-utils_use epos KDE4_KTTSD_EPOS) - $(cmake-utils_use festival KDE4_KTTSD_FESTIVAL) - $(cmake-utils_use flite KDE4_KTTSD_FLITE) - $(cmake-utils_use freetts KDE4_KTTSD_FREETTS) - $(cmake-utils_use mbrola KDE4_KTTSD_HADIFIX) - ) - - kde4-meta_src_configure -} |