diff options
author | 2009-11-20 03:14:59 +0000 | |
---|---|---|
committer | 2009-11-20 03:14:59 +0000 | |
commit | 96d5d1b0f7776498da3a0f05751fb685314644fb (patch) | |
tree | aaa8d721357daa52b02614c6aaf325c2d3d64ecf /kde-base | |
parent | Remove kde-base/khelpcenter:3.5 support. (diff) | |
download | historical-96d5d1b0f7776498da3a0f05751fb685314644fb.tar.gz historical-96d5d1b0f7776498da3a0f05751fb685314644fb.tar.bz2 historical-96d5d1b0f7776498da3a0f05751fb685314644fb.zip |
Remove KDE 3.5.10.
Package-Manager: portage-2.2_rc50/cvs/Linux x86_64
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/kimagemapeditor/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/kimagemapeditor/kimagemapeditor-3.5.10.ebuild | 10 | ||||
-rw-r--r-- | kde-base/kttsd/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/kttsd/kttsd-3.5.10.ebuild | 39 |
4 files changed, 9 insertions, 51 deletions
diff --git a/kde-base/kimagemapeditor/ChangeLog b/kde-base/kimagemapeditor/ChangeLog index 1bcc8f005fd5..86d5d6ae3980 100644 --- a/kde-base/kimagemapeditor/ChangeLog +++ b/kde-base/kimagemapeditor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/kimagemapeditor # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/ChangeLog,v 1.123 2009/11/08 23:40:52 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kimagemapeditor/ChangeLog,v 1.124 2009/11/20 03:13:32 ssuominen Exp $ + + 20 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> + -kimagemapeditor-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kimagemapeditor-4.3.2.ebuild: diff --git a/kde-base/kimagemapeditor/kimagemapeditor-3.5.10.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-3.5.10.ebuild deleted file mode 100644 index c96a10f34fcb..000000000000 --- a/kde-base/kimagemapeditor/kimagemapeditor-3.5.10.ebuild +++ /dev/null @@ -1,10 +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/kimagemapeditor/kimagemapeditor-3.5.10.ebuild,v 1.7 2009/07/12 10:31:09 armin76 Exp $ -KMNAME=kdewebdev -EAPI="1" -inherit kde-meta - -DESCRIPTION="KDE: An HTML imagemap editor" -KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="kdehiddenvisibility" diff --git a/kde-base/kttsd/ChangeLog b/kde-base/kttsd/ChangeLog index eb5d161fd211..f9fc7b2bcf4d 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.136 2009/11/09 00:03:59 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kttsd/ChangeLog,v 1.137 2009/11/20 03:14:59 ssuominen Exp $ + + 20 Nov 2009; Samuli Suominen <ssuominen@gentoo.org> -kttsd-3.5.10.ebuild: + Remove KDE 3.5.10. 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -kttsd-4.3.2.ebuild: Drop KDE 4.3.2 diff --git a/kde-base/kttsd/kttsd-3.5.10.ebuild b/kde-base/kttsd/kttsd-3.5.10.ebuild deleted file mode 100644 index 4703866f477f..000000000000 --- a/kde-base/kttsd/kttsd-3.5.10.ebuild +++ /dev/null @@ -1,39 +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-3.5.10.ebuild,v 1.6 2009/07/12 13:16:34 armin76 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_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 -} |