diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-02-17 03:31:00 +0000 |
commit | 1f0d82e30a76e7b698e006c0b23ef4ba43d716db (patch) | |
tree | 71740acf58d3dc2cadad8ebbfe1669f80226a1ea /kde-base/kttsd | |
parent | Spring Cleaning (diff) | |
download | historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.gz historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.tar.bz2 historical-1f0d82e30a76e7b698e006c0b23ef4ba43d716db.zip |
Spring cleaning.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'kde-base/kttsd')
-rw-r--r-- | kde-base/kttsd/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.5.5.ebuild | 40 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.5.6.ebuild | 40 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.5.7.ebuild | 40 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-4.0.0.ebuild | 33 |
5 files changed, 5 insertions, 154 deletions
diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index 2836ab67babb..cdde4a0c6ceb 100644 --- a/kde-base/kttsd/ChangeLog +++ b/kde-base/kttsd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kttsd # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.83 2008/02/07 00:11:12 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.84 2008/02/17 02:07:39 ingmar Exp $ + + 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kttsd-3.5.5.ebuild, + -kttsd-3.5.6.ebuild, -kttsd-3.5.7.ebuild, -kttsd-4.0.0.ebuild: + Spring cleaning *kttsd-4.0.1 (06 Feb 2008) diff --git a/kde-base/kttsd/kttsd-3.5.5.ebuild b/kde-base/kttsd/kttsd-3.5.5.ebuild deleted file mode 100644 index 41bf5ca6ae08..000000000000 --- a/kde-base/kttsd/kttsd-3.5.5.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.5.5.ebuild,v 1.9 2007/08/30 17:11:45 drac Exp $ -KMNAME=kdeaccessibility -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="akode alsa" -DEPEND="akode? ( media-libs/akode ) - alsa? ( media-libs/alsa-lib ) - $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - !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_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 -} diff --git a/kde-base/kttsd/kttsd-3.5.6.ebuild b/kde-base/kttsd/kttsd-3.5.6.ebuild deleted file mode 100644 index 95db3b07d360..000000000000 --- a/kde-base/kttsd/kttsd-3.5.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.5.6.ebuild,v 1.2 2007/08/30 17:11:45 drac Exp $ -KMNAME=kdeaccessibility -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="akode alsa" -DEPEND="akode? ( media-libs/akode ) - alsa? ( media-libs/alsa-lib ) - $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - !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_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 -} diff --git a/kde-base/kttsd/kttsd-3.5.7.ebuild b/kde-base/kttsd/kttsd-3.5.7.ebuild deleted file mode 100644 index 447a674a23c6..000000000000 --- a/kde-base/kttsd/kttsd-3.5.7.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/kttsd-3.5.7.ebuild,v 1.9 2007/08/30 17:11:45 drac Exp $ -KMNAME=kdeaccessibility -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="akode alsa" -DEPEND="akode? ( media-libs/akode ) - alsa? ( media-libs/alsa-lib ) - $(deprange-dual $PV $MAXKDEVER kde-base/kcontrol) - !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_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 -} diff --git a/kde-base/kttsd/kttsd-4.0.0.ebuild b/kde-base/kttsd/kttsd-4.0.0.ebuild deleted file mode 100644 index 33f9de68da91..000000000000 --- a/kde-base/kttsd/kttsd-4.0.0.ebuild +++ /dev/null @@ -1,33 +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-4.0.0.ebuild,v 1.1 2008/01/18 01:05:07 ingmar Exp $ - -EAPI="1" - -KMNAME=kdeaccessibility -inherit kde4-meta - -DESCRIPTION="KDE text-to-speech subsystem" -KEYWORDS="~amd64 ~x86" -IUSE="alsa debug htmlhandbook ktts" - -COMMONDEPEND="ktts? ( alsa? ( >=media-libs/alsa-lib-1.0.14a ) ) - || ( ( >=kde-base/kcmshell-${PV}:${SLOT} - >=kde-base/knotify-${PV}:${SLOT} ) - >=kde-base/kdebase-${PV}:${SLOT} )" -DEPEND="${DEPEND} ${COMMONDEPEND}" -RDEPEND="${RDEPEND} ${COMMONDEPEND} - ktts? ( app-accessibility/festival - app-accessibility/epos - app-accessibility/freetts ) - app-accessibility/flite" - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with alsa Alsa) - -DKDE4_KTTSD_PHONON=$(use alsa && echo ON || echo OFF) - -DKDE4_KTTSD_ALSA=$(use alsa && echo ON || echo OFF) - $(cmake-utils_use_with ktts Kttsmodule)" - - kde4-meta_src_compile -} |