diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-05-25 21:23:15 +0000 |
commit | 2c22cfa8ffcfc73043bf37aeee39170605f0eb4d (patch) | |
tree | d056634258bce285b9c3837f09ef42145572f845 /kde-base/ksayit | |
parent | Add the missing HOMEPAGE variable so repoman doesn't complain. (diff) | |
download | gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.gz gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.tar.bz2 gentoo-2-2c22cfa8ffcfc73043bf37aeee39170605f0eb4d.zip |
KDE 3.4.1 ebuilds; package.masked as they aren't released yet
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/ksayit/Manifest | 4 | ||||
-rw-r--r-- | kde-base/ksayit/files/digest-ksayit-3.4.1 | 2 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.4.1.ebuild | 15 |
4 files changed, 27 insertions, 2 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index 91143913f23e..bc0a0926485d 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,12 @@ # 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.8 2005/04/27 18:03:40 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.9 2005/05/25 21:23:11 danarmak Exp $ + +*ksayit-3.4.1 (25 May 2005) + + 25 May 2005; Dan Armak <danarmak@gentoo.org> +ksayit-3.4.1.ebuild: + Ebuilds for KDE 3.4.1. These are package.masked until 3.4.1 is actually + released. You can't get the tarballs yet. 27 Apr 2005; Markus Rothe <corsair@gentoo.org> ksayit-3.4.0.ebuild: Added ~ppc64 to KEYWORDS diff --git a/kde-base/ksayit/Manifest b/kde-base/ksayit/Manifest index dc1d019fe842..4749658ed566 100644 --- a/kde-base/ksayit/Manifest +++ b/kde-base/ksayit/Manifest @@ -1,4 +1,6 @@ -MD5 03a2d7e1a8105107f783aee6d6773fdd ChangeLog 1306 MD5 eff5f425e715a36c2a187e789b735625 ksayit-3.4.0.ebuild 591 +MD5 4eacd59fc2ecdb3bc5702bf3f264b0d9 ksayit-3.4.1.ebuild 572 +MD5 3a4069dac8a770690fa56a51f435cc57 ChangeLog 1523 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 9bcbcb53359a15a0ba58301d37537222 files/digest-ksayit-3.4.0 76 +MD5 594a2672a7db0fa64b84430ddaaac53a files/digest-ksayit-3.4.1 152 diff --git a/kde-base/ksayit/files/digest-ksayit-3.4.1 b/kde-base/ksayit/files/digest-ksayit-3.4.1 new file mode 100644 index 000000000000..4ac404fc39e1 --- /dev/null +++ b/kde-base/ksayit/files/digest-ksayit-3.4.1 @@ -0,0 +1,2 @@ +MD5 274bd9335219f0fefb6fdc4a17891cf7 kdeaccessibility-3.4.0.tar.bz2 7220617 +MD5 a8f51420c214bbf36efa54c99e24fdd9 kdeaccessibility-3.4.1.tar.bz2 7469093 diff --git a/kde-base/ksayit/ksayit-3.4.1.ebuild b/kde-base/ksayit/ksayit-3.4.1.ebuild new file mode 100644 index 000000000000..c4e570ecab0e --- /dev/null +++ b/kde-base/ksayit/ksayit-3.4.1.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.1.ebuild,v 1.1 2005/05/25 21:23:11 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-dual $PV $MAXKDEVER kde-base/kdemultimedia-arts)" +myconf="--enable-ksayit-audio-plugins" |