summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 02:53:25 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-02-04 02:53:25 +0000
commitdde051cb3ffb7a8877a2b321e7e5bc7d9529ec12 (patch)
tree5bc7998d4fc3981294f856e32c81a721f1bab213 /kde-base/ksayit
parentRemove old versions. (diff)
downloadgentoo-2-dde051cb3ffb7a8877a2b321e7e5bc7d9529ec12.tar.gz
gentoo-2-dde051cb3ffb7a8877a2b321e7e5bc7d9529ec12.tar.bz2
gentoo-2-dde051cb3ffb7a8877a2b321e7e5bc7d9529ec12.zip
Remove old versions.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r--kde-base/ksayit/ChangeLog5
-rw-r--r--kde-base/ksayit/files/digest-ksayit-3.5.23
-rw-r--r--kde-base/ksayit/ksayit-3.5.2.ebuild21
3 files changed, 4 insertions, 25 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog
index fc187470141a..9586ccc65bba 100644
--- a/kde-base/ksayit/ChangeLog
+++ b/kde-base/ksayit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/ksayit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.69 2007/01/18 16:15:25 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.70 2007/02/04 02:53:25 flameeyes Exp $
+
+ 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -ksayit-3.5.2.ebuild:
+ Remove old versions.
18 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ksayit-3.5.6.ebuild:
Don't depend on arts 3.5.6, as 3.5.5 is just the same.
diff --git a/kde-base/ksayit/files/digest-ksayit-3.5.2 b/kde-base/ksayit/files/digest-ksayit-3.5.2
deleted file mode 100644
index 3d6192fb1b44..000000000000
--- a/kde-base/ksayit/files/digest-ksayit-3.5.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bcfd51875aa2a168fbc97055a576a33c kdeaccessibility-3.5.2.tar.bz2 8489866
-RMD160 542bf0c725d4a5e1434cd7cc1ac04369be98e1f8 kdeaccessibility-3.5.2.tar.bz2 8489866
-SHA256 968074ddb58a2772de75bf63b6dd1cd58a41aa2ff20ae4909e5595dc65e6767a kdeaccessibility-3.5.2.tar.bz2 8489866
diff --git a/kde-base/ksayit/ksayit-3.5.2.ebuild b/kde-base/ksayit/ksayit-3.5.2.ebuild
deleted file mode 100644
index c8257245259c..000000000000
--- a/kde-base/ksayit/ksayit-3.5.2.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.2.ebuild,v 1.11 2006/09/26 20:31:48 deathwing00 Exp $
-KMNAME=kdeaccessibility
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta
-
-DESCRIPTION="KD text-to-speech frontend app"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-IUSE=""
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd)
- $(deprange $PV $MAXKDEVER kde-base/arts)
- $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)"
-
-RDEPEND="${DEPEND}"
-
-src_compile() {
- myconf="--enable-ksayit-audio-plugins"
- kde-meta_src_compile
-}