diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 01:18:12 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2007-05-23 01:18:12 +0000 |
commit | 032949c09a045e3fbef8ec14d540e379b7eaa1f8 (patch) | |
tree | 479fe3f5fa9e45625b4431dac8b1967544b04429 /kde-base/ksayit | |
parent | Version bump. (diff) | |
download | gentoo-2-032949c09a045e3fbef8ec14d540e379b7eaa1f8.tar.gz gentoo-2-032949c09a045e3fbef8ec14d540e379b7eaa1f8.tar.bz2 gentoo-2-032949c09a045e3fbef8ec14d540e379b7eaa1f8.zip |
Version bump.
(Portage version: 2.1.2.7)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksayit/files/digest-ksayit-3.5.7 | 3 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.7.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index fe8203cf3152..f4e1ceb0eda9 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,11 @@ # 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.71 2007/02/05 12:26:08 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.72 2007/05/23 01:18:12 carlo Exp $ + +*ksayit-3.5.7 (23 May 2007) + + 23 May 2007; Carsten Lohrke <carlo@gentoo.org> +ksayit-3.5.7.ebuild: + Version bump. 05 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> -files/ksayit-3.4.3-pointer.patch: diff --git a/kde-base/ksayit/files/digest-ksayit-3.5.7 b/kde-base/ksayit/files/digest-ksayit-3.5.7 new file mode 100644 index 000000000000..a77fc089aee1 --- /dev/null +++ b/kde-base/ksayit/files/digest-ksayit-3.5.7 @@ -0,0 +1,3 @@ +MD5 49a3ffc5303a0c59abf9dcfef185f8bc kdeaccessibility-3.5.7.tar.bz2 8714998 +RMD160 f82df9991a88aef9fbdac27134e65b9f4e1f1e0b kdeaccessibility-3.5.7.tar.bz2 8714998 +SHA256 c1228274eecaa79f46d95abc787055b6bff7cbf9a51f753f679c7a4cae595c68 kdeaccessibility-3.5.7.tar.bz2 8714998 diff --git a/kde-base/ksayit/ksayit-3.5.7.ebuild b/kde-base/ksayit/ksayit-3.5.7.ebuild new file mode 100644 index 000000000000..79c1ab84e170 --- /dev/null +++ b/kde-base/ksayit/ksayit-3.5.7.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ksayit-3.5.7.ebuild,v 1.1 2007/05/23 01:18:12 carlo Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE text-to-speech frontend." +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="$(deprange $PV $MAXKDEVER kde-base/kttsd) + $(deprange 3.5.5 $MAXKDEVER kde-base/arts) + $(deprange-dual 3.5.6 $MAXKDEVER kde-base/kdemultimedia-arts)" + +RDEPEND="${DEPEND}" + +src_compile() { + myconf="--enable-ksayit-audio-plugins" + kde-meta_src_compile +} |