diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-01-21 19:05:52 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-01-21 19:05:52 +0000 |
commit | 2ddef6986fd09af8c4ca11accd1969b8fae478d2 (patch) | |
tree | 0b1fa24d3d3c715ff4b021f420e0d92f33c0a3ab /kde-base/ksayit | |
parent | Install cron script in /etc/cron.hourly where it belongs, as /etc/cron.d 1) i... (diff) | |
download | gentoo-2-2ddef6986fd09af8c4ca11accd1969b8fae478d2.tar.gz gentoo-2-2ddef6986fd09af8c4ca11accd1969b8fae478d2.tar.bz2 gentoo-2-2ddef6986fd09af8c4ca11accd1969b8fae478d2.zip |
New in kdeaccessibility 3.4: KDE text-to-speech GUI.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'kde-base/ksayit')
-rw-r--r-- | kde-base/ksayit/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/ksayit/Manifest | 3 | ||||
-rw-r--r-- | kde-base/ksayit/files/digest-ksayit-3.4.0_beta1 | 3 | ||||
-rw-r--r-- | kde-base/ksayit/ksayit-3.4.0_beta1.ebuild | 13 | ||||
-rw-r--r-- | kde-base/ksayit/metadata.xml | 5 |
5 files changed, 33 insertions, 0 deletions
diff --git a/kde-base/ksayit/ChangeLog b/kde-base/ksayit/ChangeLog new file mode 100644 index 000000000000..9b7e6e727bb7 --- /dev/null +++ b/kde-base/ksayit/ChangeLog @@ -0,0 +1,9 @@ +# 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.1 2005/01/21 19:05:52 danarmak Exp $ + +*ksayit-3.4.0_beta1 (21 Jan 2005) + + 21 Jan 2005; Dan Armak <danarmak@gentoo.org> +ksayit-3.4.0_beta1.ebuild: + New in kdeaccessibility 3.4: KDE text-to-speech GUI. + diff --git a/kde-base/ksayit/Manifest b/kde-base/ksayit/Manifest new file mode 100644 index 000000000000..644f7e460d90 --- /dev/null +++ b/kde-base/ksayit/Manifest @@ -0,0 +1,3 @@ +MD5 ec7810ab06e3426b61aed8503a5758d9 ksayit-3.4.0_beta1.ebuild 431 +MD5 14889ab75f97d76e58b0c1154e7683a9 metadata.xml 161 +MD5 c5420b3dc1848daf59305d1f2ff74a83 files/digest-ksayit-3.4.0_beta1 240 diff --git a/kde-base/ksayit/files/digest-ksayit-3.4.0_beta1 b/kde-base/ksayit/files/digest-ksayit-3.4.0_beta1 new file mode 100644 index 000000000000..46af3b95fa60 --- /dev/null +++ b/kde-base/ksayit/files/digest-ksayit-3.4.0_beta1 @@ -0,0 +1,3 @@ +MD5 356067dad0724aea259bf706fbae712e kdeaccessibility-3.3.90.tar.bz2 1239803 +MD5 1f33a1f6e96cc1f82b64f4bf0566d6ef kdeaccessibility-3.3.90-3.3.91.tar.xdelta 987407 +MD5 89d1f5a7af6c952a901b9e83e3a9d854 kdeaccessibility-3.3.91.tar.bz2 2118002 diff --git a/kde-base/ksayit/ksayit-3.4.0_beta1.ebuild b/kde-base/ksayit/ksayit-3.4.0_beta1.ebuild new file mode 100644 index 000000000000..0f7704537667 --- /dev/null +++ b/kde-base/ksayit/ksayit-3.4.0_beta1.ebuild @@ -0,0 +1,13 @@ +# 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_beta1.ebuild,v 1.1 2005/01/21 19:05:52 danarmak Exp $ +KMNAME=kdeaccessibility +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KD text-to-speech frontend app" +KEYWORDS="~x86" +IUSE="" +DEPEND="$(deprange-dual $PV $MAXKDVER kde-base/kttsd)" + diff --git a/kde-base/ksayit/metadata.xml b/kde-base/ksayit/metadata.xml new file mode 100644 index 000000000000..1a4592f97a10 --- /dev/null +++ b/kde-base/ksayit/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde-core</herd> +</pkgmetadata> |