summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-08-24 12:11:40 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2020-11-30 01:51:52 +0100
commiteb028c401b6438aaf59c720fe6767f4ab1774ab2 (patch)
tree2ac12bbb2b5858514805263496e57e6f17800df9 /kde-base/ksayit/ksayit-3.5.10.ebuild
parentwww-client/kita: Remove kde-base/qtruby reverse dependency (diff)
downloadkde-sunset-eb028c401b6438aaf59c720fe6767f4ab1774ab2.tar.gz
kde-sunset-eb028c401b6438aaf59c720fe6767f4ab1774ab2.tar.bz2
kde-sunset-eb028c401b6438aaf59c720fe6767f4ab1774ab2.zip
*/*: Remove KDE 3.5.10 and remaining reverse dependencies
Completely broken by ancient autotools, perl, python deps, EAPI, unmaintained ties into Gentoo ebuild repo eclasses, etc. It was good fun while it lasted, but any attempt at building this should at this point be made with Trinity, maybe using the following overlay: https://github.com/Fat-Zer/trinity Also regenerate Manifests, cleanup metadata.xml. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-base/ksayit/ksayit-3.5.10.ebuild')
-rw-r--r--kde-base/ksayit/ksayit-3.5.10.ebuild18
1 files changed, 0 insertions, 18 deletions
diff --git a/kde-base/ksayit/ksayit-3.5.10.ebuild b/kde-base/ksayit/ksayit-3.5.10.ebuild
deleted file mode 100644
index 964dffef..00000000
--- a/kde-base/ksayit/ksayit-3.5.10.ebuild
+++ /dev/null
@@ -1,18 +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/ksayit/ksayit-3.5.10.ebuild,v 1.6 2009/07/12 13:36:50 armin76 Exp $
-EAPI="1"
-KMNAME=kdeaccessibility
-inherit kde-meta
-
-DESCRIPTION="KDE text-to-speech frontend."
-KEYWORDS="~alpha amd64 ~hppa ppc ppc64 ~sparc x86"
-IUSE=""
-
-DEPEND=">=kde-base/kttsd-${PV}:${SLOT}
- >=kde-base/kdemultimedia-arts-${PV}:${SLOT}"
-
-src_compile() {
- myconf="--enable-ksayit-audio-plugins"
- kde-meta_src_compile
-}