summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 23:53:10 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-02-18 23:53:10 +0000
commit90bc214ace714b19a53b2a4e638e03aa1bab8782 (patch)
tree55587e5a49e77d43a1637ce2d1a6692842836cc8 /kde-base/kdeaccessibility
parentRemove monolithic KDE 4.0, bug 209586. (diff)
downloadgentoo-2-90bc214ace714b19a53b2a4e638e03aa1bab8782.tar.gz
gentoo-2-90bc214ace714b19a53b2a4e638e03aa1bab8782.tar.bz2
gentoo-2-90bc214ace714b19a53b2a4e638e03aa1bab8782.zip
Remove monolithic KDE 4.0, bug 209586.
(Portage version: 2.1.4.4, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdeaccessibility')
-rw-r--r--kde-base/kdeaccessibility/ChangeLog6
-rw-r--r--kde-base/kdeaccessibility/kdeaccessibility-4.0.0.ebuild43
2 files changed, 5 insertions, 44 deletions
diff --git a/kde-base/kdeaccessibility/ChangeLog b/kde-base/kdeaccessibility/ChangeLog
index dbeb1cf89cd7..2c5f40e959c7 100644
--- a/kde-base/kdeaccessibility/ChangeLog
+++ b/kde-base/kdeaccessibility/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdeaccessibility
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/ChangeLog,v 1.150 2008/02/17 03:13:27 ingmar Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdeaccessibility/ChangeLog,v 1.151 2008/02/18 23:53:10 ingmar Exp $
+
+ 18 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
+ -kdeaccessibility-4.0.0.ebuild:
+ Remove monolithic KDE 4.0, bug 209586.
17 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org>
-kdeaccessibility-3.5.6.ebuild, -kdeaccessibility-3.5.7.ebuild:
diff --git a/kde-base/kdeaccessibility/kdeaccessibility-4.0.0.ebuild b/kde-base/kdeaccessibility/kdeaccessibility-4.0.0.ebuild
deleted file mode 100644
index 93c2324df1db..000000000000
--- a/kde-base/kdeaccessibility/kdeaccessibility-4.0.0.ebuild
+++ /dev/null
@@ -1,43 +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/kdeaccessibility/kdeaccessibility-4.0.0.ebuild,v 1.1 2008/01/17 23:38:26 philantrop Exp $
-
-EAPI="1"
-
-inherit kde4-base
-
-DESCRIPTION="KDE accessibility module"
-HOMEPAGE="http://www.kde.org/"
-
-KEYWORDS="~amd64 ~x86"
-IUSE="debug htmlhandbook alsa ktts"
-LICENSE="GPL-2 LGPL-2"
-
-COMMONDEPEND="ktts? ( alsa? ( >=media-libs/alsa-lib-1.0.14a ) )
- || ( >=kde-base/kdebase-${PV}:${SLOT}
- ( >=kde-base/kcmshell-${PV}:${SLOT}
- >=kde-base/knotify-${PV}:${SLOT}
- >=kde-base/phonon-${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)
- -DKDE4_KTTSD_EPOS=ON
- -DKDE4_KTTSD_FESTIVAL=ON
- -DKDE4_KTTSD_FLITE=ON
- -DKDE4_KTTSD_FREETTS=ON
- -DKDE4_KTTSD_HADIFIX=OFF"
-
- kde4-base_src_compile
-}