summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-11-22 22:14:16 +0000
committerDan Armak <danarmak@gentoo.org>2005-11-22 22:14:16 +0000
commitb082217c4a241b37430dd0864ecc001ff8e923bd (patch)
treef58c26cbd1dfd16006cbeb6cf89310d4ef91531e /kde-base/ksayit
parentversion bump (diff)
downloadgentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.tar.gz
gentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.tar.bz2
gentoo-2-b082217c4a241b37430dd0864ecc001ff8e923bd.zip
KDE 3.5.0 (not yet released, p.masked)
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r--kde-base/ksayit/ChangeLog7
-rw-r--r--kde-base/ksayit/files/digest-ksayit-3.5.01
-rw-r--r--kde-base/ksayit/ksayit-3.5.0.ebuild15
3 files changed, 22 insertions, 1 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog
index 56c33173fec0..9daf67a9346b 100644
--- a/kde-base/ksayit/ChangeLog
+++ b/kde-base/ksayit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/ksayit
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.24 2005/11/12 15:49:32 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.25 2005/11/22 22:14:11 danarmak Exp $
+
+*ksayit-3.5.0 (22 Nov 2005)
+
+ 33 Nov 2005; Dan Armak <danarmak@gentoo.org> +ksayit-3.5.0.ebuild:
+ Ebuilds for KDE 3.5.0 final. It is not yet released, and is package.masked.
*ksayit-3.5.0_rc1 (12 Nov 2005)
diff --git a/kde-base/ksayit/files/digest-ksayit-3.5.0 b/kde-base/ksayit/files/digest-ksayit-3.5.0
new file mode 100644
index 000000000000..654e46c1d3ff
--- /dev/null
+++ b/kde-base/ksayit/files/digest-ksayit-3.5.0
@@ -0,0 +1 @@
+MD5 f88f3340acdd219050759df86e3d97d0 kdeaccessibility-3.5.0.tar.bz2 8437276
diff --git a/kde-base/ksayit/ksayit-3.5.0.ebuild b/kde-base/ksayit/ksayit-3.5.0.ebuild
new file mode 100644
index 000000000000..30e006dd741c
--- /dev/null
+++ b/kde-base/ksayit/ksayit-3.5.0.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.0.ebuild,v 1.1 2005/11/22 22:14:11 danarmak Exp $
+KMNAME=kdeaccessibility
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KD text-to-speech frontend app"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd)
+ $(deprange $PV $MAXKDEVER kde-base/arts)
+ $(deprange-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)"
+myconf="--enable-ksayit-audio-plugins"