diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:15:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 21:15:49 +0000 |
commit | 99e8fc9e4fbf3ad5ea8ce9532debbc45005fe45b (patch) | |
tree | eeee4429a24b3676c18f46d45f59217bf9e57651 /kde-base/ksayit | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-99e8fc9e4fbf3ad5ea8ce9532debbc45005fe45b.tar.gz gentoo-2-99e8fc9e4fbf3ad5ea8ce9532debbc45005fe45b.tar.bz2 gentoo-2-99e8fc9e4fbf3ad5ea8ce9532debbc45005fe45b.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksayit/files/digest-ksayit-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.6.ebuild | 21 |
3 files changed, 31 insertions, 2 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index 4a70b22e23f6..8e0b79809e48 100644 --- a/kde-base/ksayit/ChangeLog +++ b/kde-base/ksayit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksayit -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.67 2006/12/11 11:09:25 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.68 2007/01/16 21:15:49 flameeyes Exp $ + +*ksayit-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +ksayit-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> ksayit-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/ksayit/files/digest-ksayit-3.5.6 b/kde-base/ksayit/files/digest-ksayit-3.5.6 new file mode 100644 index 000000000000..26c8fec16022 --- /dev/null +++ b/kde-base/ksayit/files/digest-ksayit-3.5.6 @@ -0,0 +1,3 @@ +MD5 03d3c9f4d8c2fd12b7d0e020e11cd88e kdeaccessibility-3.5.6.tar.bz2 8614965 +RMD160 3fdd4b0ab576757378799c2a166d7bce8ccb2d25 kdeaccessibility-3.5.6.tar.bz2 8614965 +SHA256 8e78da851bbe1d11f660c16e670cf1f33a6928d3561009f529bec45875352acf kdeaccessibility-3.5.6.tar.bz2 8614965 diff --git a/kde-base/ksayit/ksayit-3.5.6.ebuild b/kde-base/ksayit/ksayit-3.5.6.ebuild new file mode 100644 index 000000000000..ac0fd1ca163a --- /dev/null +++ b/kde-base/ksayit/ksayit-3.5.6.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.6.ebuild,v 1.1 2007/01/16 21:15:49 flameeyes 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 $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 +} |