summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
committerDan Armak <danarmak@gentoo.org>2005-03-13 21:19:13 +0000
commite61c40840bb5a94186cd0a23cdf0a8b2712d5006 (patch)
treeb055d11e3fef27e53d1e039ce9697e059471a51c /kde-base/ksayit
parentadd alpha keyword (diff)
downloadgentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.gz
gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.tar.bz2
gentoo-2-e61c40840bb5a94186cd0a23cdf0a8b2712d5006.zip
kde 3.4.0 ebuilds. the tarballs will be available from upstream Wednesday.
as per cryos' request, keeping the ~amd64 keywords where present, even though i'm not an amd64 dev. (Portage version: 2.0.51.19)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r--kde-base/ksayit/ChangeLog6
-rw-r--r--kde-base/ksayit/Manifest2
-rw-r--r--kde-base/ksayit/files/digest-ksayit-3.4.01
-rw-r--r--kde-base/ksayit/ksayit-3.4.0.ebuild15
4 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog
index 20c524dea3f5..337528c10f63 100644
--- a/kde-base/ksayit/ChangeLog
+++ b/kde-base/ksayit/ChangeLog
@@ -1,6 +1,10 @@
# 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.4 2005/02/27 20:21:39 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.5 2005/03/13 21:19:09 danarmak Exp $
+
+ 13 Mar 2005; Dan Armak <danarmak@gentoo.org> ksayit-3.4.0.ebuild:
+ KDE 3.4.0 ebuilds. Note that the tarballs won't be officially released for a
+ few more days.
27 Feb 2005; Dan Armak <danarmak@gentoo.org> :
Ebuild for 3.4.0 RC1.
diff --git a/kde-base/ksayit/Manifest b/kde-base/ksayit/Manifest
index 9d9fd0d02b1f..904aa3c2c326 100644
--- a/kde-base/ksayit/Manifest
+++ b/kde-base/ksayit/Manifest
@@ -1,8 +1,10 @@
+MD5 3f6b68af21d8321bb867fae19a2e5984 ksayit-3.4.0.ebuild 565
MD5 e0e884bd77be7fd26053d6c98d640ac4 ksayit-3.4.0_beta2.ebuild 566
MD5 05dd860df7b2d7c1540f9b7d399e07e6 ksayit-3.4.0_beta1.ebuild 435
MD5 968ddda7fb115b956b7fe5ac3b273c65 ChangeLog 865
MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161
MD5 3f6b68af21d8321bb867fae19a2e5984 ksayit-3.4.0_rc1.ebuild 565
+MD5 9bcbcb53359a15a0ba58301d37537222 files/digest-ksayit-3.4.0 76
MD5 c5420b3dc1848daf59305d1f2ff74a83 files/digest-ksayit-3.4.0_beta1 240
MD5 5e8955cdbfb66ebe90a2ed45352728d2 files/digest-ksayit-3.4.0_beta2 327
MD5 5f0be7b9eb006bf39c7a02c98c99d4f4 files/digest-ksayit-3.4.0_rc1 419
diff --git a/kde-base/ksayit/files/digest-ksayit-3.4.0 b/kde-base/ksayit/files/digest-ksayit-3.4.0
new file mode 100644
index 000000000000..f2864b708e2d
--- /dev/null
+++ b/kde-base/ksayit/files/digest-ksayit-3.4.0
@@ -0,0 +1 @@
+MD5 274bd9335219f0fefb6fdc4a17891cf7 kdeaccessibility-3.4.0.tar.bz2 7220617
diff --git a/kde-base/ksayit/ksayit-3.4.0.ebuild b/kde-base/ksayit/ksayit-3.4.0.ebuild
new file mode 100644
index 000000000000..f52394591b11
--- /dev/null
+++ b/kde-base/ksayit/ksayit-3.4.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.4.0.ebuild,v 1.1 2005/03/13 21:19:09 danarmak Exp $
+KMNAME=kdeaccessibility
+MAXKDEVER=$PV
+KM_DEPRANGE="$PV $MAXKDEVER"
+inherit kde-meta
+
+DESCRIPTION="KD text-to-speech frontend app"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd)
+ $(deprange $PV $MAXKDEVER kde-base/arts)
+ $(deprange $PV $MAXKDEVER kde-base/kdemultimedia-arts)"
+myconf="--enable-ksayit-audio-plugins"