diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 00:00:37 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2007-10-20 00:00:37 +0000 |
commit | 6956f78ffe03ad38ca9fc672ab1b983dd8071ee5 (patch) | |
tree | c8c8fdb5e0506fadb5ceae32d57ead0b07c77f6f /kde-base/ksayit | |
parent | Version bump, bug #195981 (diff) | |
download | historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.gz historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.tar.bz2 historical-6956f78ffe03ad38ca9fc672ab1b983dd8071ee5.zip |
Bump to KDE 3.5.8.
Package-Manager: portage-2.1.3.15
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.8 | 3 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.5.8.ebuild | 21 |
3 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog index 19b6e928f2f5..45519cace9fd 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.79 2007/08/11 15:03:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksayit/ChangeLog,v 1.80 2007/10/19 23:28:55 philantrop Exp $ + +*ksayit-3.5.8 (19 Oct 2007) + + 19 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> +ksayit-3.5.8.ebuild: + Bump to KDE 3.5.8. 11 Aug 2007; Raúl Porcel <armin76@gentoo.org> ksayit-3.5.7.ebuild: x86 stable wrt #185823 diff --git a/kde-base/ksayit/files/digest-ksayit-3.5.8 b/kde-base/ksayit/files/digest-ksayit-3.5.8 new file mode 100644 index 000000000000..fd29edc89bb3 --- /dev/null +++ b/kde-base/ksayit/files/digest-ksayit-3.5.8 @@ -0,0 +1,3 @@ +MD5 0ede2d48df626aa436dbe6c741d575f1 kdeaccessibility-3.5.8.tar.bz2 8749116 +RMD160 206bf15f794217f968aea06a4653a6d0f168137c kdeaccessibility-3.5.8.tar.bz2 8749116 +SHA256 1b888b1c9c5196a7ef2aac3fcd18e5e013fb5576ed5d7f98a829f9a0ac9b65ac kdeaccessibility-3.5.8.tar.bz2 8749116 diff --git a/kde-base/ksayit/ksayit-3.5.8.ebuild b/kde-base/ksayit/ksayit-3.5.8.ebuild new file mode 100644 index 000000000000..817bbf6bcf24 --- /dev/null +++ b/kde-base/ksayit/ksayit-3.5.8.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.8.ebuild,v 1.1 2007/10/19 23:28:55 philantrop 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 $PV $MAXKDEVER kde-base/kdemultimedia-arts)" + +RDEPEND="${DEPEND}" + +src_compile() { + myconf="--enable-ksayit-audio-plugins" + kde-meta_src_compile +} |